Skip to content

Commit ee21a03

Browse files
committed
Update deps
1 parent 66a39a2 commit ee21a03

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ keywords = ["jwt", "jws", "authentication", "tokens", "json"]
1212
readme = "README.md"
1313

1414
[dependencies]
15-
anyhow = "1.0.101"
15+
anyhow = "1.0.102"
1616
blake2b_simd = "1.0.4"
1717
binstring = "0.1.7"
1818
ciborium = { version = "0.2.2", optional = true }
1919
coarsetime = "0.1.37"
2020
ct-codecs = "1.1.6"
2121
ed25519-compact = { version = "2.2.0", features = ["pem"] }
2222
hmac-sha1-compact = "1.1.7"
23-
hmac-sha256 = { version = "1.1.13", features = ["traits010"] }
24-
hmac-sha512 = { version = "1.1.11", features = ["traits010", "sha384"] }
23+
hmac-sha256 = { version = "1.1.14", features = ["traits010"] }
24+
hmac-sha512 = { version = "1.1.12", features = ["traits010", "sha384"] }
2525
k256 = { version = "0.13.4", features = ["ecdsa", "std", "pkcs8", "pem"] }
2626
p256 = { version = "0.13.2", features = ["ecdsa", "std", "pkcs8", "pem", "ecdh"] }
2727
p384 = { version = "0.13.1", features = ["ecdsa", "std", "pkcs8", "pem"] }
@@ -32,11 +32,11 @@ thiserror = "2.0.18"
3232
zeroize = "1.8.2"
3333

3434
[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies]
35-
boring = { version = "5.0.0", optional = true }
36-
superboring = { version = "0.1.7", optional = true }
35+
boring = { version = "5.0.2", optional = true }
36+
superboring = { version = "0.1.8", optional = true }
3737

3838
[target.'cfg(any(target_arch = "wasm32", target_arch = "wasm64"))'.dependencies]
39-
superboring = "0.1.7"
39+
superboring = "0.1.8"
4040

4141
[dev-dependencies]
4242
benchmark-simple = "0.1.10"

0 commit comments

Comments
 (0)