@@ -11,19 +11,19 @@ resolver = "2"
1111
1212[workspace .dependencies ]
1313
14- bindgen = { version = " 0.70" }
15- bolero = { version = " 0.11" }
16- cc = { version = " 1" }
17- doxygen-rs = { version = " 0.4" }
18- etherparse = { version = " 0.15 " , default-features = false , features = [] }
19- libc = { version = " 0.2" }
20- rstest = { version = " 0.22" , default-features = false , features = [] }
21- serde = { version = " 1" , default-features = false , features = [" derive" , " alloc" , " rc" ] }
22- syscalls = { version = " 0.6" }
23- thiserror = { version = " 2" , package = " thiserror-no-std" } # replace with regular thiserror when https://github.com/dtolnay/thiserror/pull/304 lands
24- tracing = { version = " 0.1" , default-features = false , features = [" attributes" ] }
25- tracing-subscriber = { version = " 0.3" }
26- tracing-test = { version = " 0.2" }
14+ bindgen = { version = " 0.70.1 " }
15+ bolero = { version = " 0.11.1 " }
16+ cc = { version = " 1.1.21 " }
17+ doxygen-rs = { version = " 0.4.0 " }
18+ etherparse = { version = " 0.16.0 " , default-features = false , features = [] }
19+ libc = { version = " 0.2.158 " }
20+ rstest = { version = " 0.22.0 " , default-features = false , features = [] }
21+ serde = { version = " 1.0.210 " , default-features = false , features = [" derive" , " alloc" , " rc" ] }
22+ syscalls = { version = " 0.6.18 " }
23+ thiserror = { version = " 2.0.0 " , package = " thiserror-no-std" } # replace with regular thiserror when https://github.com/dtolnay/thiserror/pull/304 lands
24+ tracing = { version = " 0.1.40 " , default-features = false , features = [" attributes" ] }
25+ tracing-subscriber = { version = " 0.3.18 " }
26+ tracing-test = { version = " 0.2.5 " }
2727
2828[profile .release ]
2929opt-level = 3
0 commit comments