diff --git a/services/azure-storage/Cargo.toml b/services/azure-storage/Cargo.toml index ca3cfe7a..34c6c719 100644 --- a/services/azure-storage/Cargo.toml +++ b/services/azure-storage/Cargo.toml @@ -43,7 +43,7 @@ sha1.workspace = true sha2.workspace = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -jsonwebtoken = "9.2" +jsonwebtoken = "10.0" pem = "3.0" rsa.workspace = true diff --git a/services/google/Cargo.toml b/services/google/Cargo.toml index 58d38649..65db3284 100644 --- a/services/google/Cargo.toml +++ b/services/google/Cargo.toml @@ -30,7 +30,7 @@ repository.workspace = true async-trait.workspace = true http.workspace = true jiff.workspace = true -jsonwebtoken = "9.2" +jsonwebtoken = "10.0" log.workspace = true percent-encoding.workspace = true rand.workspace = true