diff --git a/Cargo.lock b/Cargo.lock index 7e26160..8a63578 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,9 +260,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.61.0" +version = "1.62.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e531658a0397d22365dfe26c3e1c0c8448bf6a3a2d8a098ded802f2b1261615" +checksum = "83d3a2854c7490b4c63d2b0e8c3976d628c80afa3045d078a715b2edb2ee4e0a" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/netmito/Cargo.toml b/netmito/Cargo.toml index 06d9865..98a6f6d 100644 --- a/netmito/Cargo.toml +++ b/netmito/Cargo.toml @@ -16,7 +16,7 @@ categories.workspace = true [dependencies] argon2 = { version = "0.5.3", features = ["std"] } async-compression = { version = "0.4.10", features = ["gzip", "tokio"] } -aws-sdk-s3 = { version = "1.60.0", features = ["behavior-version-latest"] } +aws-sdk-s3 = { version = "1.62.0", features = ["behavior-version-latest"] } axum = { version = "0.7.9", features = ["http2"] } axum-extra = { version = "0.9.6", features = ["typed-header"] } base64 = "0.22.0"