Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SajjadPourali committed Jul 24, 2024
1 parent b3daf6d commit 88bfd2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"

[dependencies]
ahash = "0.8"
tokio = { version = "1.37", features = [
tokio = { version = "1.39", features = [
"sync",
"rt",
"time",
Expand All @@ -27,7 +27,7 @@ rand = { version = "0.8.5", default-features = false, features = [
] }

[dev-dependencies]
tokio = { version = "1.37", features = [
tokio = { version = "1.39", features = [
"rt-multi-thread",
], default-features = false }
clap = { version = "4.5", features = ["derive"] }
Expand All @@ -38,13 +38,13 @@ udp-stream = { version = "0.0", default-features = false }
criterion = { version = "0.5" }

#tun2.rs example
tun2 = { version = "1.3", features = ["async"] }
tun2 = { version = "2.0", features = ["async"] }

#tun_wintun.rs example
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dev-dependencies]
tun = { version = "0.6.1", features = ["async"], default-features = false }
[target.'cfg(target_os = "windows")'.dev-dependencies]
wintun = { version = "0.4", default-features = false }
wintun = { version = "0.5", default-features = false }

[profile.release]
opt-level = 's' # Optimize for size (with loop vectorization enabled).
Expand Down

0 comments on commit 88bfd2c

Please sign in to comment.