Skip to content

Commit 165059a

Browse files
committed
Use latest netlink-packet-core and netlink-proto
* netlink-packet-core 0.5.0 -> 0.7.0 * netlink-proto 0.11.1 -> 0.11.2 Signed-off-by: Gris Ge <[email protected]>
1 parent 7432621 commit 165059a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ description = "netlink xfrm packet types for IPsec"
1414
anyhow = "1.0.39"
1515
byteorder = "1.4.2"
1616
libc= "0.2.86"
17-
netlink-packet-core = { version = "0.5.0" }
17+
netlink-packet-core = { version = "0.7.0" }
1818
netlink-packet-utils = { version = "0.5.2" }
1919

2020
[dev-dependencies]
2121
lazy_static = "1.4.0"
22-
netlink-proto = { version = "0.11.1" }
22+
netlink-proto = { version = "0.11.2" }
2323
netlink-sys = { version = "0.8.4" }

0 commit comments

Comments
 (0)