diff --git a/Cargo.lock b/Cargo.lock index 0eb6d00d59..09bf1f2c8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4169,9 +4169,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "10.4.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eba32bfb4ffdeaca3e34431072faf01745c9b26d25504aa7a6cf5684334fc4fc" +checksum = "881733cbc631fc9e472e24447ce32a64bedf2da498d6d8570b08edc87de71f65" dependencies = [ "base64 0.22.1", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index aa6a2d1524..fcd06fc45c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -382,7 +382,7 @@ stacker = "0.1.24" # (`rust_crypto` or `aws_lc_rs`) and opting into PEM parsing for # `from_ec_pem` / `from_rsa_pem`. `rust_crypto` keeps the deps tree small # relative to `aws_lc_rs`; users who need FIPS validation can fork. -jsonwebtoken = { version = "10.4", default-features = false, features = ["rust_crypto", "use_pem"] } +jsonwebtoken = { version = "11.0", default-features = false, features = ["rust_crypto", "use_pem"] } # Terminal UI indicatif = "0.18"