@@ -11,17 +11,18 @@ nativelink-proto = { path = "../nativelink-proto" }
1111nativelink-metric = { path = " ../nativelink-metric" }
1212async-lock = { version = " 3.4.0" , features = [" std" ], default-features = false }
1313async-trait = " 0.1.86"
14- aws-config = { version = " 1.5.16 " , default-features = false , features = [
14+ aws-config = { version = " 1.5.18 " , default-features = false , features = [
1515 " rustls" ,
1616] }
1717# TODO(aaronmondal): The latest version pulls in crc64fast-nvme which contains
1818# nonhermetic bindgen deps that break Bazel sandboxes.
1919# See: https://github.com/awesomized/crc64fast-nvme/issues/5
2020# https://github.com/awslabs/aws-sdk-rust/issues/1240#issuecomment-2597294295
21- aws-sdk-s3 = { version = " =1.68 .0" , features = [
21+ aws-sdk-s3 = { version = " =1.78 .0" , features = [
2222 " rt-tokio" ,
2323], default-features = false }
24- aws-smithy-runtime = { version = " 1.7.8" }
24+ aws-smithy-runtime = { version = " =1.7.8" }
25+ aws-smithy-types = " =1.2.13"
2526bincode = " 1.3.3"
2627blake3 = { version = " 1.6.0" , default-features = false }
2728byteorder = { version = " 1.5.0" , default-features = false }
@@ -41,7 +42,7 @@ fred = { version = "10.0.4", default-features = false, features = [
4142 " sentinel-auth" ,
4243 " subscriber-client" ,
4344] }
44- patricia_tree = { version = " 0.8 .0" , default-features = false }
45+ patricia_tree = { version = " 0.9 .0" , default-features = false }
4546futures = { version = " 0.3.31" , default-features = false }
4647hex = { version = " 0.4.3" , default-features = false }
4748http-body = " 1.0.1"
@@ -69,14 +70,14 @@ memory-stats = "1.2.0"
6970mock_instant = " 0.5.2"
7071sha2 = { version = " 0.10.8" , default-features = false }
7172http = { version = " 1.2.0" , default-features = false }
72- aws-smithy-types = " 1.2.13"
73- aws-smithy-runtime = { version = " 1.7.8" , features = [
73+ aws-smithy-types = " = 1.2.13"
74+ aws-smithy-runtime = { version = " = 1.7.8" , features = [
7475 " test-util" ,
7576], default-features = false }
76- aws-sdk-s3 = { version = " =1.68 .0" , features = [
77+ aws-sdk-s3 = { version = " =1.78 .0" , features = [
7778 " rt-tokio" ,
7879], default-features = false }
79- aws-smithy-runtime-api = " 1.7.3"
80+ aws-smithy-runtime-api = " = 1.7.3"
8081rand = { version = " 0.9.0" , default-features = false , features = [" thread_rng" , " small_rng" ] }
8182serde_json = " 1.0.139"
8283fred = { version = " 10.0.4" , default-features = false , features = [" mocks" ] }
0 commit comments