Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
bump netlink-packet-wireguard dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
little-dude committed Dec 29, 2021
1 parent 309eccf commit 53abfbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netlink-packet-wireguard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ anyhow = "1.0.42"
byteorder = "1.4.3"
libc = "0.2.98"
log = "0.4.14"
netlink-packet-generic = "0.1.0"
netlink-packet-generic = "0.2.0"
netlink-packet-utils = "0.4.1"

[dev-dependencies]
base64 = "0.13.0"
env_logger = "0.9.0"
futures = "0.3.16"
netlink-packet-core = "0.2.4"
netlink-proto = "0.7.0"
genetlink = "0.1.0"
netlink-packet-core = "0.3.0"
netlink-proto = "0.8.0"
genetlink = "0.2.0"
tokio = { version = "1.9.0", features = ["macros", "rt-multi-thread"] }

0 comments on commit 53abfbb

Please sign in to comment.