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 Oct 2, 2024
1 parent b5a4d92 commit b1c74c7
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 27 deletions.
148 changes: 127 additions & 21 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
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ nativelink-proto = { path = "../nativelink-proto" }
nativelink-metric = { path = "../nativelink-metric" }
async-lock = { version = "3.4.0", features = ["std"], default-features = false }
async-trait = "0.1.83"
aws-config = { version = "=1.5.4", default-features = false, features = [
aws-config = { version = "=1.5.7", default-features = false, features = [
"rustls",
] }
aws-sdk-s3 = { version = "=1.42.0", features = [
aws-sdk-s3 = { version = "=1.52.0", features = [
"rt-tokio",
], default-features = false }
aws-smithy-runtime = { version = "=1.6.2" }
aws-smithy-runtime = { version = "=1.7.1" }
bincode = "1.3.3"
blake3 = { version = "1.5.4", default-features = false }
byteorder = { version = "1.5.0", default-features = false }
Expand Down Expand Up @@ -68,13 +68,13 @@ once_cell = { version = "1.20.1", default-features = false }
sha2 = { version = "0.10.8", default-features = false }
http = { version = "1.1.0", default-features = false }
aws-smithy-types = "1.2.7"
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.42.0", features = [
aws-sdk-s3 = { version = "=1.52.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 b1c74c7

Please sign in to comment.