Skip to content

Commit 74b8b64

Browse files
committed
fix: jsonwebtoken new required feature
1 parent c00fb0d commit 74b8b64

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Cargo.lock

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hyper = { version = "1.8.1", features = ["server", "http1", "http2"] }
2626
include_dir = "0.7.4"
2727
indexmap = { version = "2.13.0", features = ["serde"] }
2828
itertools = "0.14.0"
29-
jsonwebtoken = "10.3.0"
29+
jsonwebtoken = { version = "10.3.0", features = ["aws_lc_rs"] }
3030
log = "0.4.29"
3131
mimalloc = { version = "0.1.48", default-features = false, optional = true }
3232
mime = "0.3.17"

0 commit comments

Comments
 (0)