@@ -27,63 +27,64 @@ debug = 1
27
27
anyhow = " 1.0.75"
28
28
foundations = { version = " 4.5.0" , path = " ./foundations" }
29
29
foundations-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 }
31
31
cc = " 1.0"
32
32
cf-rustracing = " 1.1"
33
- cf-rustracing-jaeger = " 1.1 "
33
+ cf-rustracing-jaeger = " 1.2.2 "
34
34
clap = " 4.4"
35
- darling = " 0.20.10 "
36
- erased-serde = " 0.3.28 "
37
- futures-util = " 0.3.28 "
35
+ darling = " 0.21 "
36
+ erased-serde = " 0.4 "
37
+ futures-util = " 0.3"
38
38
governor = " 0.6"
39
39
http = " 1"
40
40
http-body-util = " 0.1"
41
41
hyper = { version = " 1" , default-features = false }
42
42
hyper-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 " ] }
45
45
libc = " 0.2"
46
46
once_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"
50
50
proc-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"
56
56
quote = " 1"
57
57
regex = " 1.8"
58
58
reqwest = { version = " 0.12" , default-features = false }
59
- socket2 = { version = " 0.5.3 " , features = [" all" ] }
59
+ socket2 = { version = " 0.5" , features = [" all" ] }
60
60
syn = " 2"
61
61
serde = " 1"
62
- serde_path_to_error = " 0.1.15 "
62
+ serde_path_to_error = " 0.1.17 "
63
63
serde_yaml = " 0.8.26"
64
- serde_with = " 3.3.0 "
65
- slab = " 0.4.9 "
64
+ serde_with = " 3.3"
65
+ slab = " 0.4"
66
66
slog = " 2.7"
67
67
slog-async = " 2.3"
68
68
slog-json = " 2.3"
69
69
slog-term = " 2.4"
70
70
tempfile = " 3.7"
71
71
tokio = " 1.41.0"
72
72
thread_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
75
tower-service = " 0.3"
76
76
tracing-slog = " 0.3.0"
77
77
tracing-subscriber = " 0.3"
78
- yaml-merge-keys = " 0.5"
78
+ yaml-merge-keys = { version = " 0.5" , features = [ " serde_yaml " ] }
79
79
80
80
# 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"
81
+ async-stream = " 0.3"
82
+ local-ip-address = " 0.6.5"
83
+ lock_api = " 0.4"
84
+ log = " 0.4.27"
85
+ neli = " 0.6.5"
86
+ neli-proc-macros = " 0.1.4"
87
+ nix = " 0.30"
88
+ parking_lot_core = " 0.9.2"
89
+ thiserror = " 2.0.12"
90
+ tower = " 0.5.2"
0 commit comments