diff --git a/Cargo.lock b/Cargo.lock index 8dc70f2..e915ab7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2603,9 +2603,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "10.1.0" +version = "10.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d119c6924272d16f0ab9ce41f7aa0bfef9340c00b0bb7ca3dd3b263d4a9150b" +checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1" dependencies = [ "base64 0.22.1", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index 731297f..71020f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ chrono = { version = "0.4", features = ["serde"] } # OAuth oauth2 = "5.0" -jsonwebtoken = { version = "10.1", default-features = false, features = ["rust_crypto"] } +jsonwebtoken = { version = "10.3", default-features = false, features = ["rust_crypto"] } rand = "0.9" base64 = "0.22" url = "2"