diff --git a/Cargo.toml b/Cargo.toml index 878a431..329ca86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["jwt", "jws", "authentication", "tokens", "json"] readme = "README.md" [dependencies] -anyhow = "1.0.91" +anyhow = "1.0.93" blake2b_simd = "1.0.2" binstring = "0.1.1" ciborium = { version = "0.2.2", optional = true } @@ -26,9 +26,9 @@ k256 = { version = "0.13.4", features = ["ecdsa", "std", "pkcs8", "pem"] } p256 = { version = "0.13.2", features = ["ecdsa", "std", "pkcs8", "pem"] } p384 = { version = "0.13.0", features = ["ecdsa", "std", "pkcs8", "pem"] } rand = "0.8.5" -serde = { version = "1.0.213", features = ["derive"] } +serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.132" -thiserror = "1.0.65" +thiserror = "2.0.0" zeroize = "1.8.1" [target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies] @@ -39,7 +39,7 @@ superboring = { version = "0.1.3", optional = true } superboring = { version = "0.1.3" } [dev-dependencies] -benchmark-simple = "0.1.9" +benchmark-simple = "0.1.10" [features] default = ["optimal"]