11[package ]
22name = " jwt-simple"
3- version = " 0.13.0 "
3+ version = " 0.13.1 "
44description = " Easy to use, secure, non opinionated JWT (JSON Web Tokens) implementation for Rust."
55authors = [" Frank Denis <github@pureftpd.org>" ]
66edition = " 2018"
@@ -20,7 +20,7 @@ binstring = "0.1.7"
2020ciborium = { version = " 0.2.2" , optional = true }
2121coarsetime = " 0.1.37"
2222ct-codecs = " 1.1.7"
23- ed25519-compact = { version = " 2.3.1 " , features = [" pem" ] }
23+ ed25519-compact = { version = " 2.4.2 " , features = [" pem" ] }
2424hmac-sha1-compact = " 1.1.7"
2525hmac-sha256 = { version = " 1.1.14" , features = [" traits011" ] }
2626hmac-sha512 = { version = " 1.1.12" , features = [" traits011" , " sha384" ] }
@@ -30,13 +30,13 @@ p384 = { version = "0.14.0", features = ["ecdsa", "std", "pkcs8", "pem"] }
3030rand = " 0.10.2"
3131serde = { version = " 1.0.229" , features = [" derive" ] }
3232serde_json = " 1.0.151"
33- thiserror = " 2.0.19 "
33+ thiserror = " 2.0.20 "
3434zeroize = " 1.9.0"
3535
3636# For now, superboring is not optional: the current `boring` crate does not implement ML-DSA yet,
3737# so ML-DSA signatures always use a Rust implementation until a new version of the crate is out.
3838[target .'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))' .dependencies ]
39- boring = { version = " 5.1 .0" , optional = true }
39+ boring = { version = " 5.2 .0" , optional = true }
4040superboring = " 0.1.14"
4141
4242[target .'cfg(any(target_arch = "wasm32", target_arch = "wasm64"))' .dependencies ]
0 commit comments