Skip to content

Commit fcc9ecf

Browse files
build: pin jsonwebtoken for Rust 1.83
Co-authored-by: EvalOpsBot <EvalOpsBot@users.noreply.github.com>
1 parent 82d6417 commit fcc9ecf

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ uuid = { version = "1", features = ["v4"] }
3939
mime_guess = "2"
4040
hmac = "0.12"
4141
sha2 = "0.10"
42-
jsonwebtoken = "10"
42+
jsonwebtoken = "9.3"
4343
base64 = "0.22"
4444
futures = "0.3"
4545
opentelemetry = { version = "0.27", features = ["trace"], optional = true }

0 commit comments

Comments
 (0)