diff --git a/Cargo.lock b/Cargo.lock index 3167ffc56..18bfa253d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2140,9 +2140,9 @@ dependencies = [ [[package]] name = "tun2" -version = "2.0.6" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5254ad58e460ff4d17b593d32f1be9ab28c80e96eec143e6e8237018b13bcae1" +checksum = "c1576993bcdccd110d21278396df090cb29219d296a8b8daa697442efdaab0c6" dependencies = [ "bytes", "cfg-if", @@ -2157,7 +2157,7 @@ dependencies = [ "tokio", "tokio-util", "windows-sys 0.59.0", - "wintun", + "wintun-bindings", ] [[package]] @@ -2505,16 +2505,16 @@ dependencies = [ ] [[package]] -name = "wintun" -version = "0.5.0" +name = "wintun-bindings" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b196f9328341b035820c54beebca487823e2e20a5977f284f2af2a0ee8f04400" +checksum = "87c15c28f5d7c767af2e29a9c9aaeb7c6fdb9523b4c5ff51060faa4d1c4424f4" dependencies = [ "c2rust-bitfields", "libloading", "log", "thiserror", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 85bbb5ce9..e901d7177 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ toml = { version = "0.8.19", default-features = false } tracing = "0.1.40" tracing-chrome = "0.7.2" tracing-subscriber = { version = "0.3.18", default-features = false } -tun2 = "2.0.6" +tun2 = "2.0.8" widestring = "1.0.2" windows-sys = "0.52.0"