@@ -12,16 +12,16 @@ keywords = ["jwt", "jws", "authentication", "tokens", "json"]
1212readme = " README.md"
1313
1414[dependencies ]
15- anyhow = " 1.0.101 "
15+ anyhow = " 1.0.102 "
1616blake2b_simd = " 1.0.4"
1717binstring = " 0.1.7"
1818ciborium = { version = " 0.2.2" , optional = true }
1919coarsetime = " 0.1.37"
2020ct-codecs = " 1.1.6"
2121ed25519-compact = { version = " 2.2.0" , features = [" pem" ] }
2222hmac-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" ] }
2525k256 = { version = " 0.13.4" , features = [" ecdsa" , " std" , " pkcs8" , " pem" ] }
2626p256 = { version = " 0.13.2" , features = [" ecdsa" , " std" , " pkcs8" , " pem" , " ecdh" ] }
2727p384 = { version = " 0.13.1" , features = [" ecdsa" , " std" , " pkcs8" , " pem" ] }
@@ -32,11 +32,11 @@ thiserror = "2.0.18"
3232zeroize = " 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 ]
4242benchmark-simple = " 0.1.10"
0 commit comments