From ee2b0ed53fc1575d7c6be94815a9df4eb3ff65de Mon Sep 17 00:00:00 2001 From: Maksim Bondarenkov Date: Fri, 23 Aug 2024 08:07:03 +0300 Subject: [PATCH] deps: bump tun-tap version for wasmer-cli to match the version from Cargo.lock --- lib/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/Cargo.toml b/lib/cli/Cargo.toml index e959319224a..99d17adf708 100644 --- a/lib/cli/Cargo.toml +++ b/lib/cli/Cargo.toml @@ -226,7 +226,7 @@ tokio-tungstenite = { version = "0.21.0", features = [ "stream", ], optional = true } mac_address = { version = "1.1.5", optional = true } -tun-tap = { version = "0.1.3", features = ["tokio"], optional = true } +tun-tap = { version = "0.1.4", features = ["tokio"], optional = true } clap_complete = "4.5.2" clap_mangen = "0.2.20"