Skip to content

Commit

Permalink
Update aws-sdk-rust monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 8d957a5 commit de83c89
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 30 deletions.
160 changes: 133 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions nativelink-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = "0.1.80"
aws-config = { version = "1.5.4", default-features = false, features = [
"rustls",
] }
aws-sdk-s3 = { version = "=1.42.0", features = [
aws-sdk-s3 = { version = "=1.51.0", features = [
"rt-tokio",
], default-features = false }
aws-smithy-runtime = { version = "1.6.2" }
Expand Down Expand Up @@ -67,13 +67,13 @@ once_cell = { version = "1.19.0", default-features = false }
sha2 = { version = "0.10.8", default-features = false }
http = { version = "1.1.0", default-features = false }
aws-smithy-types = "1.2.0"
aws-smithy-runtime = { version = "=1.6.2", features = [
aws-smithy-runtime = { version = "=1.7.1", features = [
"test-util",
], default-features = false }
aws-sdk-s3 = { version = "1.41.0", features = [
"rt-tokio",
], default-features = false }
aws-smithy-runtime-api = "=1.7.1"
aws-smithy-runtime-api = "=1.7.2"
serial_test = { version = "3.1.1", features = [
"async",
], default-features = false }
Expand Down

0 comments on commit de83c89

Please sign in to comment.