Skip to content

Commit 1474077

Browse files
build: pin Rust toolchain for current deps
Co-authored-by: EvalOpsBot <EvalOpsBot@users.noreply.github.com>
1 parent fcc9ecf commit 1474077

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 3 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 = "9.3"
42+
jsonwebtoken = "10"
4343
base64 = "0.22"
4444
futures = "0.3"
4545
opentelemetry = { version = "0.27", features = ["trace"], optional = true }

rust-toolchain.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[toolchain]
2+
channel = "1.85.0"
3+
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)