Skip to content

Commit 5eaec49

Browse files
Update Rust crate jsonwebtoken to v10.2.0 (#12287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01c6b54 commit 5eaec49

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -161,7 +161,7 @@ claims = "=0.8.0"
161161
diesel = { version = "=2.3.3", features = ["r2d2"] }
162162
googletest = "=0.14.2"
163163
insta = { version = "=1.43.2", features = ["glob", "json", "redactions"] }
164-
jsonwebtoken = { version = "=10.1.0", features = ["aws_lc_rs"] }
164+
jsonwebtoken = { version = "=10.2.0", features = ["aws_lc_rs"] }
165165
quoted_printable = "=0.5.1"
166166
regex = "=1.12.2"
167167
sentry = { version = "=0.45.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.8.1", optional = true }
1717
chrono = { version = "=0.4.42", features = ["serde"] }
18-
jsonwebtoken = { version = "=10.1.0", features = ["aws_lc_rs"] }
18+
jsonwebtoken = { version = "=10.2.0", features = ["aws_lc_rs"] }
1919
mockall = { version = "=0.13.1", optional = true }
2020
rand = "=0.9.2"
2121
reqwest = { version = "=0.12.24", features = ["gzip", "json"] }

0 commit comments

Comments
 (0)