diff --git a/Cargo.toml b/Cargo.toml index 669dbe3..1da120d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,8 @@ k256 = "0.14.0" kanal = "0.1.1" lazy_static = "1.5.0" libc = "0.2.189" -netlink-packet-route = "0.32.1" -rtnetlink = "0.22.0" +netlink-packet-route = "0.33.0" +rtnetlink = "0.23.0" serde = { version = "1.0.229", features = ["derive"] } tokio = { version = "1.53.1", features = ["net", "sync", "time", "macros", "io-util", "rt-multi-thread", "signal"] } toml = "1.1.4"