Loading Cargo.lock +103 −14 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ "windows-sys 0.60.2", "windows-sys 0.61.2", ] [[package]] Loading @@ -164,7 +164,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", "windows-sys 0.60.2", "windows-sys 0.61.2", ] [[package]] Loading Loading @@ -430,9 +430,14 @@ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" [[package]] name = "bbqueue" version = "0.5.1" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd3baa8859d1a4c7411039a75c0599a4640ef1c9a8fc811e4325b00e6cfe0a55" checksum = "68917624e17aad88607cb5a5936f6da9b607c48c711e4e9ed101e7189aed28c2" dependencies = [ "const-init", "critical-section", "maitake-sync", ] [[package]] name = "bincode" Loading Loading @@ -735,7 +740,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ "windows-sys 0.52.0", "windows-sys 0.61.2", ] [[package]] Loading @@ -748,6 +753,12 @@ dependencies = [ "memchr", ] [[package]] name = "const-init" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4bd422bfb4f24a97243f60b6a4443e63d810c925d8da4bb2d8fde26a7c1d57ec" [[package]] name = "const-oid" version = "0.9.6" Loading Loading @@ -778,6 +789,16 @@ dependencies = [ "futures", ] [[package]] name = "cordyceps" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b9ab7e0ca1d179628fa0172b2b97203c7fa0cd81be2448bd446fb9559ca9261" dependencies = [ "loom", "tracing", ] [[package]] name = "core-foundation" version = "0.10.1" Loading Loading @@ -842,6 +863,12 @@ dependencies = [ "cfg-if", ] [[package]] name = "critical-section" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" [[package]] name = "crossbeam-queue" version = "0.3.13" Loading Loading @@ -1180,7 +1207,7 @@ dependencies = [ "quote", "sha3 0.12.0", "strum", "syn 2.0.119", "syn 3.0.3", "unicode-ident", "void", ] Loading Loading @@ -1288,7 +1315,7 @@ dependencies = [ "libc", "option-ext", "redox_users", "windows-sys 0.59.0", "windows-sys 0.61.2", ] [[package]] Loading Loading @@ -1491,7 +1518,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", "windows-sys 0.52.0", "windows-sys 0.61.2", ] [[package]] Loading Loading @@ -1775,6 +1802,21 @@ dependencies = [ "slab", ] [[package]] name = "generator" version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae" dependencies = [ "cc", "cfg-if", "libc", "log", "rustversion", "windows-link", "windows-result", ] [[package]] name = "generic-array" version = "0.14.7" Loading Loading @@ -2468,6 +2510,19 @@ version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" [[package]] name = "loom" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" dependencies = [ "cfg-if", "generator", "scoped-tls", "tracing", "tracing-subscriber", ] [[package]] name = "lzma-sys" version = "0.1.20" Loading @@ -2479,6 +2534,22 @@ dependencies = [ "pkg-config", ] [[package]] name = "maitake-sync" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d77c365d697828821727b9bc09e6bc3c518b8c63804e79e1be5a5ae091a7c5f" dependencies = [ "cordyceps", "critical-section", "loom", "mutex-traits", "mycelium-bitfield", "pin-project", "portable-atomic", "tracing", ] [[package]] name = "managed" version = "0.8.0" Loading Loading @@ -2568,6 +2639,18 @@ dependencies = [ "windows-sys 0.61.2", ] [[package]] name = "mutex-traits" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3929f2b5633d29cf7b6624992e5f3c1e9334f1193423e12d17be4faf678cde3f" [[package]] name = "mycelium-bitfield" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc" [[package]] name = "native-tls" version = "0.2.18" Loading Loading @@ -2667,7 +2750,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ "windows-sys 0.59.0", "windows-sys 0.61.2", ] [[package]] Loading Loading @@ -3287,7 +3370,7 @@ dependencies = [ "derive-deftly", "libc", "paste", "thiserror 1.0.69", "thiserror 2.0.20", ] [[package]] Loading Loading @@ -3622,7 +3705,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", "windows-sys 0.52.0", "windows-sys 0.61.2", ] [[package]] Loading Loading @@ -3737,6 +3820,12 @@ dependencies = [ "serde_json", ] [[package]] name = "scoped-tls" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" [[package]] name = "scopeguard" version = "1.2.0" Loading Loading @@ -4074,7 +4163,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" dependencies = [ "libc", "windows-sys 0.60.2", "windows-sys 0.61.2", ] [[package]] Loading Loading @@ -4303,7 +4392,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", "windows-sys 0.52.0", "windows-sys 0.61.2", ] [[package]] Loading Loading @@ -6067,7 +6156,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ "windows-sys 0.52.0", "windows-sys 0.61.2", ] [[package]] Loading crates/onionmasq-device-testing/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ rust-version = "1.91" smoltcp = { version = "0.13.1", default-features = false, features = ["log", "phy-tuntap_interface", "medium-ip", "socket-udp", "socket-tcp", "proto-ipv4", "proto-ipv6", "socket", "async"] } tokio = { version = "1.37.0", features = ["full"] } tracing = "0.1.40" bbqueue = "0.5" bbqueue = "0.7" futures = "0.3" tokio-util = "0.7" Loading Loading
Cargo.lock +103 −14 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ "windows-sys 0.60.2", "windows-sys 0.61.2", ] [[package]] Loading @@ -164,7 +164,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", "windows-sys 0.60.2", "windows-sys 0.61.2", ] [[package]] Loading Loading @@ -430,9 +430,14 @@ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" [[package]] name = "bbqueue" version = "0.5.1" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd3baa8859d1a4c7411039a75c0599a4640ef1c9a8fc811e4325b00e6cfe0a55" checksum = "68917624e17aad88607cb5a5936f6da9b607c48c711e4e9ed101e7189aed28c2" dependencies = [ "const-init", "critical-section", "maitake-sync", ] [[package]] name = "bincode" Loading Loading @@ -735,7 +740,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ "windows-sys 0.52.0", "windows-sys 0.61.2", ] [[package]] Loading @@ -748,6 +753,12 @@ dependencies = [ "memchr", ] [[package]] name = "const-init" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4bd422bfb4f24a97243f60b6a4443e63d810c925d8da4bb2d8fde26a7c1d57ec" [[package]] name = "const-oid" version = "0.9.6" Loading Loading @@ -778,6 +789,16 @@ dependencies = [ "futures", ] [[package]] name = "cordyceps" version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b9ab7e0ca1d179628fa0172b2b97203c7fa0cd81be2448bd446fb9559ca9261" dependencies = [ "loom", "tracing", ] [[package]] name = "core-foundation" version = "0.10.1" Loading Loading @@ -842,6 +863,12 @@ dependencies = [ "cfg-if", ] [[package]] name = "critical-section" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" [[package]] name = "crossbeam-queue" version = "0.3.13" Loading Loading @@ -1180,7 +1207,7 @@ dependencies = [ "quote", "sha3 0.12.0", "strum", "syn 2.0.119", "syn 3.0.3", "unicode-ident", "void", ] Loading Loading @@ -1288,7 +1315,7 @@ dependencies = [ "libc", "option-ext", "redox_users", "windows-sys 0.59.0", "windows-sys 0.61.2", ] [[package]] Loading Loading @@ -1491,7 +1518,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", "windows-sys 0.52.0", "windows-sys 0.61.2", ] [[package]] Loading Loading @@ -1775,6 +1802,21 @@ dependencies = [ "slab", ] [[package]] name = "generator" version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae" dependencies = [ "cc", "cfg-if", "libc", "log", "rustversion", "windows-link", "windows-result", ] [[package]] name = "generic-array" version = "0.14.7" Loading Loading @@ -2468,6 +2510,19 @@ version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" [[package]] name = "loom" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" dependencies = [ "cfg-if", "generator", "scoped-tls", "tracing", "tracing-subscriber", ] [[package]] name = "lzma-sys" version = "0.1.20" Loading @@ -2479,6 +2534,22 @@ dependencies = [ "pkg-config", ] [[package]] name = "maitake-sync" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d77c365d697828821727b9bc09e6bc3c518b8c63804e79e1be5a5ae091a7c5f" dependencies = [ "cordyceps", "critical-section", "loom", "mutex-traits", "mycelium-bitfield", "pin-project", "portable-atomic", "tracing", ] [[package]] name = "managed" version = "0.8.0" Loading Loading @@ -2568,6 +2639,18 @@ dependencies = [ "windows-sys 0.61.2", ] [[package]] name = "mutex-traits" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3929f2b5633d29cf7b6624992e5f3c1e9334f1193423e12d17be4faf678cde3f" [[package]] name = "mycelium-bitfield" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc" [[package]] name = "native-tls" version = "0.2.18" Loading Loading @@ -2667,7 +2750,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ "windows-sys 0.59.0", "windows-sys 0.61.2", ] [[package]] Loading Loading @@ -3287,7 +3370,7 @@ dependencies = [ "derive-deftly", "libc", "paste", "thiserror 1.0.69", "thiserror 2.0.20", ] [[package]] Loading Loading @@ -3622,7 +3705,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", "windows-sys 0.52.0", "windows-sys 0.61.2", ] [[package]] Loading Loading @@ -3737,6 +3820,12 @@ dependencies = [ "serde_json", ] [[package]] name = "scoped-tls" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" [[package]] name = "scopeguard" version = "1.2.0" Loading Loading @@ -4074,7 +4163,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" dependencies = [ "libc", "windows-sys 0.60.2", "windows-sys 0.61.2", ] [[package]] Loading Loading @@ -4303,7 +4392,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", "windows-sys 0.52.0", "windows-sys 0.61.2", ] [[package]] Loading Loading @@ -6067,7 +6156,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ "windows-sys 0.52.0", "windows-sys 0.61.2", ] [[package]] Loading
crates/onionmasq-device-testing/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ rust-version = "1.91" smoltcp = { version = "0.13.1", default-features = false, features = ["log", "phy-tuntap_interface", "medium-ip", "socket-udp", "socket-tcp", "proto-ipv4", "proto-ipv6", "socket", "async"] } tokio = { version = "1.37.0", features = ["full"] } tracing = "0.1.40" bbqueue = "0.5" bbqueue = "0.7" futures = "0.3" tokio-util = "0.7" Loading