diff --git a/libs/easy-tun/Cargo.toml b/libs/easy-tun/Cargo.toml index bd756ea..83998f5 100644 --- a/libs/easy-tun/Cargo.toml +++ b/libs/easy-tun/Cargo.toml @@ -20,7 +20,7 @@ profile-puffin = ["profiling/profile-with-puffin"] log = "^0.4" libc = "^0.2" ioctl-gen = "^0.1.1" -rtnetlink = "^0.13.0" +rtnetlink = "^0.14.1" profiling = "1.0.9" [dev-dependencies] diff --git a/libs/rtnl/Cargo.toml b/libs/rtnl/Cargo.toml index 752c902..73157c3 100644 --- a/libs/rtnl/Cargo.toml +++ b/libs/rtnl/Cargo.toml @@ -16,6 +16,6 @@ categories = [] [dependencies] tokio = { version = "1.29.1", optional = true, features = ["rt-multi-thread"] } log = "0.4.19" -rtnetlink = "0.13.1" +rtnetlink = "0.14.1" futures = "0.3.28" ipnet = "^2.8.0"