diff --git a/Cargo.lock b/Cargo.lock index d04415f..b9b218e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -670,9 +670,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.117.0" +version = "1.118.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c134e2d1ad1ad23a8cf88ceccf39d515914f385e670ffc12226013bd16dfe825" +checksum = "d3e6b7079f85d9ea9a70643c9f89f50db70f5ada868fa9cfe08c1ffdf51abc13" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index ff1f3d1..2f12c02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ zeroize = { version = "1", optional = true } # S3 native dependencies (optional, feature-gated) aws-config = { version = "1.8", default-features = false, features = ["behavior-version-latest", "rustls"], optional = true } -aws-sdk-s3 = { version = "1.116", default-features = false, features = ["rt-tokio", "rustls"], optional = true } +aws-sdk-s3 = { version = "1.118", default-features = false, features = ["rt-tokio", "rustls"], optional = true } url = { version = "2.5", optional = true } # SSH backend dependencies (optional, feature-gated) diff --git a/crates/magnetar/Cargo.toml b/crates/magnetar/Cargo.toml index 3b73497..aa52c7f 100644 --- a/crates/magnetar/Cargo.toml +++ b/crates/magnetar/Cargo.toml @@ -40,7 +40,7 @@ orbit-core-resilience = { path = "../core-resilience", optional = true } # S3 integration example (optional) aws-config = { version = "1.8", optional = true } -aws-sdk-s3 = { version = "1.116", optional = true } +aws-sdk-s3 = { version = "1.118", optional = true } hyper = { version = "1", optional = true } [dev-dependencies]