Skip to content

Commit 156e92d

Browse files
Update jsonwebtoken requirement from 9.0 to 10.0
Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/commits) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72de57d commit 156e92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ chrono = { version = "0.4", default-features = false, features = [
117117
dashmap = { version = "6.0", optional = true }
118118
futures = "0.3"
119119
futures-util = "0.3"
120-
jsonwebtoken = { version = "9.0", optional = true }
120+
jsonwebtoken = { version = "10.0", optional = true }
121121
rand = { version = "0.9", features = ["thread_rng"], optional = true }
122122
redis = { version = "0.32", features = ["tokio-comp"], optional = true }
123123
reqwest = { version = "0.12", features = ["json", "multipart", "stream"] }

0 commit comments

Comments
 (0)