Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yaa110 committed Jun 6, 2024
1 parent 7d4ccbf commit 0acb98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ license = "MIT OR Apache-2.0"
name = "tokio-tun"
readme = "README.md"
repository = "https://github.com/yaa110/tokio-tun"
version = "0.11.4"
version = "0.11.5"

[dependencies]
libc = "0.2"
nix = {version = "0.28", default-features = false, features = ["ioctl"]}
nix = {version = "0.29", default-features = false, features = ["ioctl"]}
thiserror = "1"
tokio = {version = "1", features = ["net"]}

Expand Down

0 comments on commit 0acb98c

Please sign in to comment.