Skip to content

Commit

Permalink
Use latest netlink-packet-core and netlink-proto
Browse files Browse the repository at this point in the history
 * netlink-packet-core 0.5.0 -> 0.7.0
 * netlink-proto 0.11.1 -> 0.11.2

Signed-off-by: Gris Ge <fge@redhat.com>
  • Loading branch information
cathay4t committed Jul 9, 2023
1 parent 7432621 commit 543d396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ description = "netlink xfrm packet types for IPsec"
anyhow = "1.0.39"
byteorder = "1.4.2"
libc= "0.2.86"
netlink-packet-core = { version = "0.5.0" }
netlink-packet-core = { version = "0.7.0" }
netlink-packet-utils = { version = "0.5.2" }

[dev-dependencies]
lazy_static = "1.4.0"
netlink-proto = { version = "0.11.1" }
netlink-proto = { version = "0.11.2" }
netlink-sys = { version = "0.8.4" }

0 comments on commit 543d396

Please sign in to comment.