Skip to content

Commit

Permalink
Update aws-sdk-rust monorepo to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent d6e6863 commit 3cbccc4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 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 @@ -13,7 +13,7 @@ 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-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-smithy-types = "1.1.8"
aws-sdk-s3 = { version = "1.17.0" }
aws-smithy-runtime = { version = "1.1.7", features = ["test-util"] }
aws-smithy-runtime = { version = "1.1.8", features = ["test-util"] }

0 comments on commit 3cbccc4

Please sign in to comment.