diff --git a/Cargo.toml b/Cargo.toml index 8226293d..8bdb36d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,7 @@ hex = "0.4" hmac = "0.12" http = "1" jiff = "0.2" +jsonwebtoken = { version = "10", features = ["aws_lc_rs"] } log = "0.4" percent-encoding = "2" pretty_assertions = "1.3" diff --git a/services/azure-storage/Cargo.toml b/services/azure-storage/Cargo.toml index 4b8ee12c..706d27f0 100644 --- a/services/azure-storage/Cargo.toml +++ b/services/azure-storage/Cargo.toml @@ -41,7 +41,7 @@ serde_json = { workspace = true } sha1 = { workspace = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -jsonwebtoken = "9.2" +jsonwebtoken = { workspace = true } pem = "3.0" rsa = { workspace = true } diff --git a/services/google/Cargo.toml b/services/google/Cargo.toml index 70e528b2..62f6b4df 100644 --- a/services/google/Cargo.toml +++ b/services/google/Cargo.toml @@ -30,7 +30,7 @@ rust-version.workspace = true async-trait = { workspace = true } form_urlencoded = { workspace = true } http = { workspace = true } -jsonwebtoken = "9.2" +jsonwebtoken = { workspace = true } log = { workspace = true } percent-encoding = { workspace = true } rand = { workspace = true }