Skip to content

Commit

Permalink
deps: bump tun-tap version for wasmer-cli
Browse files Browse the repository at this point in the history
to match the version from Cargo.lock
  • Loading branch information
ognevny committed Aug 23, 2024
1 parent f7b877b commit ee2b0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ee2b0ed

Please sign in to comment.