Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/azure-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion services/google/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading