diff --git a/Cargo.lock b/Cargo.lock index 96b34d0..ec8bcee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2813,9 +2813,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vmnet" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d88878a5583a43715c9f6de9b4cf94bc1af1dfec2a6abd75fd821de623f693b" +checksum = "03f0531c358eba83803f9a46c165b8d1e9747758bf45c41df1499c1017d43f8c" dependencies = [ "bitflags 1.3.2", "block", @@ -2831,9 +2831,9 @@ dependencies = [ [[package]] name = "vmnet-derive" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ee4569490df90dfa2cfeda38230905b2331e72a16fa62a8f5d31069ea024db2" +checksum = "ee8cbf3c6928db44bb3757ac38ed65d25460205be9f6e50f61840c1d350c0e9c" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 961caeb..00d701b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ smoltcp = "0" libc = "0" polling = "3" dhcproto = { git = "https://github.com/bluecatengineering/dhcproto.git", branch = "master" } -vmnet = "0.5.0" +vmnet = "0.5.1" clap = { version = "4", features = ["derive"] } mac_address = "1" privdrop = "0"