diff --git a/Cargo.lock b/Cargo.lock index c111d54..f31e130 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1118,9 +1118,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", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index f7cecfb..8ca86ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tokio = { version = "1", features = ["full"] } http = "1" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -jsonwebtoken = { version = "10", features = ["rust_crypto"] } +jsonwebtoken = { version = "11", features = ["rust_crypto"] } serde_json = "1.0.149" serde_yaml_ng = "0.10"