@@ -18,7 +18,8 @@ members = [
18
18
" pipeline" ,
19
19
" pkt-meta" ,
20
20
" rekon" ,
21
- " routing" , " stats" ,
21
+ " routing" ,
22
+ " stats" ,
22
23
" test-utils" ,
23
24
" vpcmap" ,
24
25
]
@@ -35,7 +36,7 @@ config = { path = "./config", package = "dataplane-config" }
35
36
dpdk = { path = " ./dpdk" , package = " dataplane-dpdk" }
36
37
dpdk-sys = { path = " ./dpdk-sys" , package = " dataplane-dpdk-sys" }
37
38
dpdk-sysroot-helper = { path = " ./dpdk-sysroot-helper" , package = " dataplane-dpdk-sysroot-helper" }
38
- dplane-rpc = { git = " https://github.com/githedgehog/dplane-rpc.git" , version = " 1.1.2" }
39
+ dplane-rpc = { git = " https://github.com/githedgehog/dplane-rpc.git" , version = " 1.1.2" }
39
40
errno = { path = " ./errno" , package = " dataplane-errno" }
40
41
gateway_config = { git = " https://github.com/githedgehog/gateway-proto" , tag = " v0.12.0" , version = " 0.12.0" }
41
42
id = { path = " ./id" , package = " dataplane-id" }
@@ -58,7 +59,7 @@ ahash = { git = "https://github.com/githedgehog/aHash", branch = "pr/daniel-nola
58
59
arc-swap = { version = " 1.7.1" , default-features = false , features = [] }
59
60
arrayvec = { version = " 0.7.6" , default-features = false , features = [] }
60
61
async-trait = { version = " 0.1.88" , default-features = false , features = [] }
61
- axum = { version = " 0.8.4" , default-features = false , features = [" http1 " , " json " ] }
62
+ axum = { version = " 0.8.4" , default-features = false , features = [] }
62
63
axum-server = { version = " 0.7.2" , default-features = false , features = [] }
63
64
bindgen = { version = " 0.72.0" , default-features = false , features = [] }
64
65
bitflags = { version = " 2.9.1" , default-features = false , features = [] }
@@ -75,9 +76,11 @@ dyn-iter = { version = "1.0.1", default-features = false, features = [] }
75
76
etherparse = { version = " 0.19.0" , default-features = false , features = [] }
76
77
fixin = { git = " https://github.com/githedgehog/fixin" , branch = " main" }
77
78
futures = { version = " 0.3.31" , default-features = false , features = [] }
79
+ hashbrown = { version = " 0.15.5" , default-features = false , features = [] }
78
80
hyper = { version = " 1.6.0" , default-features = false , features = [" http1" , " server" ] }
79
- hyper-util = { version = " 0.1.16" , features = [" tokio" ]}
81
+ hyper-util = { version = " 0.1.16" , features = [" tokio" ] }
80
82
ipnet = { version = " 2.11.0" , default-features = false , features = [] }
83
+ kanal = { version = " 0.1.1" , default-features = false , features = [] }
81
84
left-right = { version = " 0.11.5" }
82
85
libc = { version = " 1.0.0-alpha.1" , default-features = false , features = [] }
83
86
linux-raw-sys = { version = " 0.10.0" , default-features = false , features = [] }
@@ -96,13 +99,14 @@ parking_lot = { version = "0.12.4", default-features = false, features = [] }
96
99
prefix-trie = { version = " 0.8.1" , default-features = false , features = [] }
97
100
pretty_assertions = { version = " 1.4.1" , default-features = false , features = [" std" ] }
98
101
procfs = { version = " 0.17.0" , default-features = false , features = [] }
99
- rand = { version = " 0.9.1 " , default-features = false , features = [" thread_rng" ] }
102
+ rand = { version = " 0.9.2 " , default-features = false , features = [" thread_rng" ] }
100
103
roaring = { version = " 0.11.0" , default-features = false , features = [] }
101
104
rtnetlink = { git = " https://github.com/githedgehog/rtnetlink.git" , branch = " hh/tc-actions" , default-features = false , features = [] }
102
105
rustyline = { version = " 17.0.0" , default-features = false , features = [] }
103
106
serde = { version = " 1.0.219" , default-features = false , features = [] }
104
107
serde_yml = { version = " 0.0.12" , default-features = false , features = [] }
105
108
shuttle = { version = " 0.8.1" , default-features = false , features = [] }
109
+ small-map = { version = " 0.1.3" , default-features = false , features = [] }
106
110
static_assertions = { version = " 1.1.0" , default-features = false , features = [] }
107
111
strum = { version = " 0.27.2" , features = [" derive" ] }
108
112
thiserror = { version = " 2.0.12" , default-features = false , features = [] }
0 commit comments