@@ -16,15 +16,15 @@ ahash = "0.8"
1616anyhow = " 1"
1717assert_matches = " 1.5.0"
1818async-trait = " 0.1"
19- aws-config = " 1.8.6 "
20- aws-credential-types = " 1.2.6 "
21- aws-sdk-sqs = " 1.83 .0"
22- aws-sigv4 = " 1.3.4 "
23- aws-smithy-async = " 1.2.5 "
24- aws-smithy-http = " 0.62.3 "
25- aws-smithy-runtime-api = { version = " 1.9.0 " , features = [" test-util" ] }
26- aws-smithy-types = " 1.3.2 "
27- axum = " 0.8.4 "
19+ aws-config = " 1.8.8 "
20+ aws-credential-types = " 1.2.8 "
21+ aws-sdk-sqs = " 1.86 .0"
22+ aws-sigv4 = " 1.3.5 "
23+ aws-smithy-async = " 1.2.6 "
24+ aws-smithy-http = " 0.62.4 "
25+ aws-smithy-runtime-api = { version = " 1.9.1 " , features = [" test-util" ] }
26+ aws-smithy-types = " 1.3.3 "
27+ axum = " 0.8.6 "
2828backoff = { version = " 0.4.0" , features = [" tokio" ] }
2929base64ct = " 1.8.0"
3030bd-grpc = { git = " https://github.com/bitdriftlabs/shared-core.git" }
@@ -42,12 +42,12 @@ bd-test-helpers = { git = "https://github.com/bitdriftlabs/shared-core.gi
4242bd-time = { git = " https://github.com/bitdriftlabs/shared-core.git" }
4343built = { version = " 0.8" , features = [" git2" ] }
4444bytes = " 1"
45- cc = " 1.2.37 "
46- clap = { version = " 4.5.47 " , features = [" derive" , " env" ] }
45+ cc = " 1.2.41 "
46+ clap = { version = " 4.5.50 " , features = [" derive" , " env" ] }
4747comfy-table = " 7.2.1"
4848console-subscriber = " 0.4.1"
4949criterion = { version = " 0.7" , features = [" html_reports" ] }
50- ctor = " 0.5 .0"
50+ ctor = " 0.6 .0"
5151cuckoofilter = " 0.5.0"
5252dashmap = { version = " 6" , features = [" raw-api" ] }
5353deadpool = { version = " 0.12" , features = [" managed" , " rt_tokio_1" ] }
@@ -69,13 +69,13 @@ hyper-rustls = { version = "0.27.7", default-features = false, features = [
6969 " aws-lc-rs" ,
7070] }
7171
72- hyper-util = { version = " 0.1.16 " , features = [" client" , " client-legacy" ] }
72+ hyper-util = { version = " 0.1.17 " , features = [" client" , " client-legacy" ] }
7373hyperloglogplus = " 0.4.1"
7474intrusive-collections = " 0.9.7"
7575itertools = " 0.14.0"
7676k8s-openapi = { version = " 0.26.0" , features = [" v1_30" ] }
7777
78- kube = { version = " 2.0.0 " , features = [
78+ kube = { version = " 2.0.1 " , features = [
7979 " runtime" ,
8080 " derive" ,
8181 " rustls-tls" ,
@@ -106,24 +106,24 @@ rand = { version = "0.9", features = ["small_rng"] }
106106rand_xoshiro = " 0.7"
107107regex = " 1"
108108
109- reqwest = { version = " 0.12.23 " , default-features = false , features = [
109+ reqwest = { version = " 0.12.24 " , default-features = false , features = [
110110 " rustls-tls-webpki-roots" ,
111111 " json" ,
112112] }
113113
114114reusable-fmt = " 0.2.0"
115- rustls = " 0.23.31 "
115+ rustls = " 0.23.34 "
116116serde = { version = " 1" , features = [" derive" ] }
117117serde_json = " 1"
118118serde_yaml = " 0.9.34"
119119snap = " 1"
120- socket2 = " 0.6.0 "
121- tempfile = " 3.22 "
120+ socket2 = " 0.6.1 "
121+ tempfile = " 3.23 "
122122thiserror = " 2"
123- tikv-jemalloc-ctl = " 0.6.0 "
123+ tikv-jemalloc-ctl = " 0.6.1 "
124124tikv-jemallocator.features = [" profiling" , " stats" , " unprefixed_malloc_on_supported_platforms" ]
125- tikv-jemallocator.version = " 0.6.0 "
126- time = { version = " 0.3.43 " , features = [" formatting" ] }
125+ tikv-jemallocator.version = " 0.6.1 "
126+ time = { version = " 0.3.44 " , features = [" formatting" ] }
127127tokio = { version = " 1" , features = [" full" , " parking_lot" , " tracing" , " test-util" ] }
128128tokio-stream = " 0.1.17"
129129tokio-test = " 0.4"
0 commit comments