Skip to content

Commit 1b98ee9

Browse files
Update Rust crate jsonwebtoken to v10
1 parent e741ac3 commit 1b98ee9

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 8 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
@@ -10,7 +10,7 @@ capnp = "0.21"
1010
chrono = { version = "0.4", features = ["serde"] }
1111
clap = { version = "4.5", features = ["derive"] }
1212
clap-verbosity-flag = {version = "3.0.2", features = ["tracing"]}
13-
jsonwebtoken = "9.0"
13+
jsonwebtoken = "10.0"
1414
rdkafka = { version = "0.37.0", features = ["sasl", "ssl"] }
1515
reqwest = { version = "0.12", features = ["json", "native-tls-vendored"] }
1616
tokio = { version = "1.0", features = ["full"] }

0 commit comments

Comments
 (0)