diff --git a/Cargo.toml b/Cargo.toml index 2c15f2a..0832bd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ hmac = "0.13" md-5 = "0.11" rand = "0.10" anyhow = "1.0" -base64 = "0.22" +base64 = "0.23" reqwest = { version = "0.13", features = ["json"] } aws-config = { version = "1.1", features = ["behavior-version-latest"] } aws-sdk-s3 = "1.17"