Skip to content

Commit

Permalink
Merge pull request #5040 from ognevny/bump-tun-tap
Browse files Browse the repository at this point in the history
deps: bump tun-tap version for wasmer-cli
  • Loading branch information
syrusakbary authored Aug 29, 2024
2 parents 94b859b + ee2b0ed commit 8cb6210
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 8cb6210

Please sign in to comment.