Skip to content

Commit 49b2113

Browse files
Update Rust crate jsonwebtoken to v10
1 parent 84ddab3 commit 49b2113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ claims = "=0.8.0"
155155
diesel = { version = "=2.2.12", features = ["r2d2"] }
156156
googletest = "=0.14.2"
157157
insta = { version = "=1.43.2", features = ["glob", "json", "redactions"] }
158-
jsonwebtoken = "=9.3.1"
158+
jsonwebtoken = "=10.0.0"
159159
quoted_printable = "=0.5.1"
160160
regex = "=1.11.3"
161161
sentry = { version = "=0.43.0", features = ["test"] }

crates/crates_io_trustpub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anyhow = "=1.0.100"
1515
async-trait = "=0.1.89"
1616
bon = { version = "=3.7.2", optional = true }
1717
chrono = { version = "=0.4.42", features = ["serde"] }
18-
jsonwebtoken = "=9.3.1"
18+
jsonwebtoken = "=10.0.0"
1919
mockall = { version = "=0.13.1", optional = true }
2020
rand = "=0.9.2"
2121
reqwest = { version = "=0.12.23", features = ["gzip", "json"] }

0 commit comments

Comments
 (0)