Skip to content

Commit 24b079e

Browse files
committed
jsonwebtoken: Enable aws_lc_rs feature
`rust_crypto` would also be possible, but adds more additional dependencies.
1 parent 34183b4 commit 24b079e

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

Cargo.lock

Lines changed: 12 additions & 4 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
@@ -156,7 +156,7 @@ claims = "=0.8.0"
156156
diesel = { version = "=2.3.2", features = ["r2d2"] }
157157
googletest = "=0.14.2"
158158
insta = { version = "=1.43.2", features = ["glob", "json", "redactions"] }
159-
jsonwebtoken = "=10.0.0"
159+
jsonwebtoken = { version = "=10.0.0", features = ["aws_lc_rs"] }
160160
quoted_printable = "=0.5.1"
161161
regex = "=1.12.2"
162162
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 = "=10.0.0"
18+
jsonwebtoken = { version = "=10.0.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"] }

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ allow = [
108108
"ISC",
109109
"MIT",
110110
"MPL-2.0",
111+
"OpenSSL",
111112
"Unicode-3.0",
112113
"Zlib",
113114
]

0 commit comments

Comments
 (0)