Skip to content

Commit

Permalink
Update aws-sdk-rust monorepo (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 13, 2024
1 parent d6e6863 commit 4dc541e
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 44 deletions.
83 changes: 45 additions & 38 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions nativelink-store/Cargo.toml
Expand Up @@ -11,9 +11,9 @@ nativelink-proto = { path = "../nativelink-proto" }

async-lock = "3.3.0"
async-trait = "0.1.77"
aws-config = "1.1.7"
aws-sdk-s3 = { version = "1.17.0" }
aws-smithy-runtime = { version = "1.1.7" }
aws-config = "1.1.8"
aws-sdk-s3 = { version = "1.18.0" }
aws-smithy-runtime = { version = "1.1.8" }
bincode = "1.3.3"
blake3 = "1.5.1"
byteorder = "1.5.0"
Expand Down Expand Up @@ -43,6 +43,6 @@ pretty_assertions = "1.4.0"
memory-stats = "1.1.0"
once_cell = "1.19.0"
http = "1.1.0"
aws-smithy-types = "1.1.7"
aws-sdk-s3 = { version = "1.17.0" }
aws-smithy-runtime = { version = "1.1.7", features = ["test-util"] }
aws-smithy-types = "1.1.8"
aws-sdk-s3 = { version = "1.18.0" }
aws-smithy-runtime = { version = "1.1.8", features = ["test-util"] }

0 comments on commit 4dc541e

Please sign in to comment.