@@ -11,17 +11,18 @@ nativelink-proto = { path = "../nativelink-proto" }
11
11
nativelink-metric = { path = " ../nativelink-metric" }
12
12
async-lock = { version = " 3.4.0" , features = [" std" ], default-features = false }
13
13
async-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 = [
15
15
" rustls" ,
16
16
] }
17
17
# TODO(aaronmondal): The latest version pulls in crc64fast-nvme which contains
18
18
# nonhermetic bindgen deps that break Bazel sandboxes.
19
19
# See: https://github.com/awesomized/crc64fast-nvme/issues/5
20
20
# 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 = [
22
22
" rt-tokio" ,
23
23
], 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"
25
26
bincode = " 1.3.3"
26
27
blake3 = { version = " 1.6.0" , default-features = false }
27
28
byteorder = { version = " 1.5.0" , default-features = false }
@@ -41,7 +42,7 @@ fred = { version = "10.0.4", default-features = false, features = [
41
42
" sentinel-auth" ,
42
43
" subscriber-client" ,
43
44
] }
44
- patricia_tree = { version = " 0.8 .0" , default-features = false }
45
+ patricia_tree = { version = " 0.9 .0" , default-features = false }
45
46
futures = { version = " 0.3.31" , default-features = false }
46
47
hex = { version = " 0.4.3" , default-features = false }
47
48
http-body = " 1.0.1"
@@ -69,14 +70,14 @@ memory-stats = "1.2.0"
69
70
mock_instant = " 0.5.2"
70
71
sha2 = { version = " 0.10.8" , default-features = false }
71
72
http = { 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 = [
74
75
" test-util" ,
75
76
], default-features = false }
76
- aws-sdk-s3 = { version = " =1.68 .0" , features = [
77
+ aws-sdk-s3 = { version = " =1.78 .0" , features = [
77
78
" rt-tokio" ,
78
79
], default-features = false }
79
- aws-smithy-runtime-api = " 1.7.3"
80
+ aws-smithy-runtime-api = " = 1.7.3"
80
81
rand = { version = " 0.9.0" , default-features = false , features = [" thread_rng" , " small_rng" ] }
81
82
serde_json = " 1.0.139"
82
83
fred = { version = " 10.0.4" , default-features = false , features = [" mocks" ] }
0 commit comments