Skip to content

Commit 30ce912

Browse files
chore(deps): bump the all-dependencies group across 1 directory with 2 updates
Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) and [rand](https://github.com/rust-random/rand) to permit the latest version. Updates `jsonwebtoken` to 10.3.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v10.0.0...v10.3.0) Updates `rand` to 0.10.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.1...0.10.2) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a230a3 commit 30ce912

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ native-tls-vendored = ["reqwest/native-tls-vendored"]
1919
axum = { version = "0.8", features = ["macros"] }
2020
axum-extra = { version = "0.12", features = ["typed-header", "cookie"] }
2121
dashmap = "6.1.0"
22-
jsonwebtoken = { version = "10", features = ["rust_crypto"] }
22+
jsonwebtoken = { version = "11", features = ["rust_crypto"] }
2323
reqwest = { version = "0.13", default-features = false, features = ["json"] }
2424
serde = { version = "1", features = ["derive"] }
2525
thiserror = "2"
@@ -35,7 +35,7 @@ tokio = { version = "1", default-features = false, features = [
3535
] }
3636
serde_json = "1"
3737
tracing-subscriber = "0.3.19"
38-
rand = { version = "0.9.0", features = ["small_rng"] }
38+
rand = { version = "0.10.2", features = ["small_rng"] }
3939

4040
[[example]]
4141
name = "local"

0 commit comments

Comments
 (0)