Skip to content

Commit

Permalink
Update Rust crate base64 to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2024
1 parent d3f6130 commit 7e0c904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rotate-google-service-user/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test = ["lambda-runtime-types/test"]
[dependencies]
anyhow = "1"
async-trait = "0.1"
base64 = "0.21"
base64 = "0.22"
jsonwebtoken = "8"
lambda-runtime-types = { version = "0.6", default-features = false, features = ["rotate_rusoto"] }
log = "0.4"
Expand Down

0 comments on commit 7e0c904

Please sign in to comment.