diff --git a/Cargo.lock b/Cargo.lock index a36bdaa1..1b5a5526 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2347,9 +2347,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "10.2.0" +version = "10.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e" +checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1" dependencies = [ "base64 0.22.1", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index 81a17b99..8e2e6b26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ local-ip-address = "0.6.9" flate2 = "1.1" log = "0.4.29" env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] } -jsonwebtoken = { version = "10.1", features = ["rust_crypto"] } +jsonwebtoken = { version = "10.3", features = ["rust_crypto"] } uuid = { version = "1.19", features = ["v4", "serde"] } url = "2.5" clamav-tcp = "0.2"