@@ -27,63 +27,64 @@ debug = 1
2727anyhow = " 1.0.75"
2828foundations = { version = " 4.5.0" , path = " ./foundations" }
2929foundations-macros = { version = " 4.5.0" , path = " ./foundations-macros" , default-features = false }
30- bindgen = { version = " 0.68.1 " , default-features = false }
30+ bindgen = { version = " 0.72 " , default-features = false }
3131cc = " 1.0"
3232cf-rustracing = " 1.1"
33- cf-rustracing-jaeger = " 1.1 "
33+ cf-rustracing-jaeger = " 1.2 "
3434clap = " 4.4"
35- darling = " 0.20.10 "
36- erased-serde = " 0.3.28 "
37- futures-util = " 0.3.28 "
35+ darling = " 0.20"
36+ erased-serde = " 0.4 "
37+ futures-util = " 0.3"
3838governor = " 0.6"
3939http = " 1"
4040http-body-util = " 0.1"
4141hyper = { version = " 1" , default-features = false }
4242hyper-util = { version = " 0.1" , default-features = false }
43- indexmap = " 2.0.0 "
44- ipnetwork = " 0.20 "
43+ indexmap = " 2.0"
44+ ipnetwork = { version = " 0.21 " , features = [ " serde " ] }
4545libc = " 0.2"
4646once_cell = " 1.5"
47- tonic = { version = " 0.12 " , default-features = false }
48- opentelemetry-proto = " 0.7 "
49- parking_lot = " 0.12.1 "
47+ tonic = { version = " 0.13 " , default-features = false }
48+ opentelemetry-proto = " 0.30 "
49+ parking_lot = " 0.12"
5050proc-macro2 = { version = " 1" , default-features = false }
51- prometheus = { version = " 0.13.3 " , default-features = false }
52- prometheus-client = " 0.18.1 "
53- prometools = " 0.2.1 "
54- rand = " 0.8 "
55- percent-encoding = " 2.3.1 "
51+ prometheus = { version = " 0.14 " , default-features = false }
52+ prometheus-client = " 0.18"
53+ prometools = " 0.2.2 "
54+ rand = " 0.9 "
55+ percent-encoding = " 2.3"
5656quote = " 1"
5757regex = " 1.8"
5858reqwest = { version = " 0.12" , default-features = false }
59- socket2 = { version = " 0.5.3 " , features = [" all" ] }
59+ socket2 = { version = " 0.5" , features = [" all" ] }
6060syn = " 2"
6161serde = " 1"
62- serde_path_to_error = " 0.1.15 "
62+ serde_path_to_error = " 0.1.17 "
6363serde_yaml = " 0.8.26"
64- serde_with = " 3.3.0 "
65- slab = " 0.4.9 "
64+ serde_with = " 3.3"
65+ slab = " 0.4"
6666slog = " 2.7"
6767slog-async = " 2.3"
6868slog-json = " 2.3"
6969slog-term = " 2.4"
7070tempfile = " 3.7"
7171tokio = " 1.41.0"
7272thread_local = " 1.1"
73- tikv-jemallocator = " 0.5"
74- tikv-jemalloc-ctl = " 0.5"
73+ tikv-jemallocator = " 0.6"
74+ tikv-jemalloc-ctl = " 0.6"
75+ tower = " 0.5.2"
7576tower-service = " 0.3"
7677tracing-slog = " 0.3.0"
7778tracing-subscriber = " 0.3"
78- yaml-merge-keys = " 0.5"
79+ yaml-merge-keys = { version = " 0.5" , features = [ " serde_yaml " ] }
7980
8081# needed for minver
81- async-stream = " 0.3.5 "
82- local-ip-address = " 0.5.7 "
83- lock_api = " 0.4.11 "
84- log = " 0.4.20 "
85- neli = " 0.6.4 "
86- neli-proc-macros = " 0.1.3 "
87- nix = " 0.29.0 "
88- parking_lot_core = " 0.9.9 "
89- thiserror = " 1 .0.56 "
82+ async-stream = " 0.3"
83+ local-ip-address = " 0.6.5 "
84+ lock_api = " 0.4"
85+ log = " 0.4.27 "
86+ neli = " 0.6.5 "
87+ neli-proc-macros = " 0.1.4 "
88+ nix = " 0.30 "
89+ parking_lot_core = " 0.9"
90+ thiserror = " 2 .0.12 "
0 commit comments