@@ -16,14 +16,14 @@ ahash = "0.8"
1616anyhow = " 1"
1717assert_matches = " 1.5.0"
1818async-trait = " 0.1"
19- aws-config = " 1.8.12 "
20- aws-credential-types = " 1.2.11 "
21- aws-sdk-sqs = " 1.92 .0"
22- aws-sigv4 = " 1.3.7 "
23- aws-smithy-async = " 1.2.7 "
24- aws-smithy-http = " 0.62 .6"
25- aws-smithy-runtime-api = { version = " 1.10.0 " , features = [" test-util" ] }
26- aws-smithy-types = " 1.3.6 "
19+ aws-config = " 1.8.15 "
20+ aws-credential-types = " 1.2.14 "
21+ aws-sdk-sqs = " 1.97 .0"
22+ aws-sigv4 = " 1.4.2 "
23+ aws-smithy-async = " 1.2.14 "
24+ aws-smithy-http = " 0.63 .6"
25+ aws-smithy-runtime-api = { version = " 1.11.6 " , features = [" test-util" ] }
26+ aws-smithy-types = " 1.4.7 "
2727axum = " 0.8.8"
2828backoff = { version = " 0.4.0" , features = [" tokio" ] }
2929base64ct = " 1.8.3"
@@ -42,19 +42,19 @@ 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.54 "
46- clap = { version = " 4.5.54 " , features = [" derive" , " env" ] }
45+ cc = " 1.2.58 "
46+ clap = { version = " 4.6.0 " , features = [" derive" , " env" ] }
4747comfy-table = " 7.2.2"
4848console-subscriber = " 0.5.0"
4949criterion = { version = " 0.8" , features = [" html_reports" ] }
50- ctor = " 0.6.3 "
50+ ctor = " 0.7.0 "
5151cuckoofilter = " 0.5.0"
5252dashmap = { version = " 6" , features = [" raw-api" ] }
53- deadpool = { version = " 0.12 " , features = [" managed" , " rt_tokio_1" ] }
53+ deadpool = { version = " 0.13 " , features = [" managed" , " rt_tokio_1" ] }
5454event-listener = " 5.4.1"
5555fst = " 0.4.7"
5656futures = " 0.3"
57- futures-util = " 0.3.31 "
57+ futures-util = " 0.3.32 "
5858gettid = " 0.1.4"
5959hashbrown = " 0.16.1"
6060http = " 1.4.0"
@@ -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.19 " , features = [" client" , " client-legacy" ] }
72+ hyper-util = { version = " 0.1.20 " , features = [" client" , " client-legacy" ] }
7373hyperloglogplus = " 0.4.1"
7474intrusive-collections = " 0.10.0"
7575itertools = " 0.14.0"
76- k8s-openapi = { version = " 0.27.0 " , features = [" v1_31" ] }
76+ k8s-openapi = { version = " 0.27.1 " , features = [" v1_31" ] }
7777
78- kube = { version = " 3.0 .0" , features = [
78+ kube = { version = " 3.1 .0" , features = [
7979 " runtime" ,
8080 " derive" ,
8181 " rustls-tls" ,
@@ -102,25 +102,25 @@ protobuf-json-mapping = { git = "https://github.com/bitdriftlabs/rust-protobuf.g
102102
103103quickcheck = " 1"
104104quickcheck_macros = " 1"
105- rand = { version = " 0.9 " , features = [ " small_rng " ] }
106- rand_xoshiro = " 0.7 "
105+ rand = { version = " 0.10 " }
106+ rand_xoshiro = " 0.8 "
107107regex = " 1"
108108
109- reqwest = { version = " 0.13.1 " , features = [" json" ] }
109+ reqwest = { version = " 0.13.2 " , features = [" json" ] }
110110
111111reusable-fmt = " 0.2.0"
112- rustls = " 0.23.36 "
112+ rustls = " 0.23.37 "
113113serde = { version = " 1" , features = [" derive" ] }
114114serde_json = " 1"
115115serde_yaml = " 0.9.34"
116116snap = " 1"
117- socket2 = " 0.6.2 "
118- tempfile = " 3.24 "
117+ socket2 = " 0.6.3 "
118+ tempfile = " 3.27 "
119119thiserror = " 2"
120120tikv-jemalloc-ctl = " 0.6.1"
121121tikv-jemallocator.features = [" profiling" , " stats" , " unprefixed_malloc_on_supported_platforms" ]
122122tikv-jemallocator.version = " 0.6.1"
123- time = { version = " 0.3.45 " , features = [" formatting" ] }
123+ time = { version = " 0.3.47 " , features = [" formatting" ] }
124124tokio = { version = " 1" , features = [" full" , " parking_lot" , " tracing" , " test-util" ] }
125125tokio-stream = " 0.1.18"
126126tokio-test = " 0.4"
@@ -129,7 +129,7 @@ topological-sort = "0.2.2"
129129tracing = " 0.1.44"
130130unwrap-infallible = " 1.0.0"
131131url = " 2.5.8"
132- uuid = { version = " 1.19 .0" , features = [" v4" ] }
132+ uuid = { version = " 1.23 .0" , features = [" v4" ] }
133133
134134vrl = { git = " https://github.com/mattklein123/vrl.git" , branch = " performance-20260113" , default-features = false , features = [
135135 " compiler" ,
0 commit comments