mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
51 lines
1.1 KiB
Diff
51 lines
1.1 KiB
Diff
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -1249,7 +1249,7 @@
|
|
"sha2",
|
|
"shadowquic",
|
|
"shadowsocks",
|
|
- "smoltcp 0.12.0 (git+https://github.com/smoltcp-rs/smoltcp.git?rev=ac32e64)",
|
|
+ "smoltcp",
|
|
"sock2proc",
|
|
"socket2 0.6.1",
|
|
"tempfile",
|
|
@@ -4234,7 +4234,7 @@
|
|
"etherparse 0.16.0",
|
|
"futures",
|
|
"rand 0.8.5",
|
|
- "smoltcp 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "smoltcp",
|
|
"spin 0.9.8",
|
|
"tokio",
|
|
"tokio-util",
|
|
@@ -6632,20 +6632,6 @@
|
|
]
|
|
|
|
[[package]]
|
|
-name = "smoltcp"
|
|
-version = "0.12.0"
|
|
-source = "git+https://github.com/smoltcp-rs/smoltcp.git?rev=ac32e64#ac32e643a4b7e09161193071526b3ca5a0deedb5"
|
|
-dependencies = [
|
|
- "bitflags 1.3.2",
|
|
- "byteorder",
|
|
- "cfg-if",
|
|
- "defmt 0.3.100",
|
|
- "heapless",
|
|
- "log",
|
|
- "managed",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
name = "sock2proc"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/Watfaq/sock2proc.git?rev=1097e6b#1097e6ba692025f80567446e0035af1222f5231f"
|
|
@@ -8964,7 +8950,7 @@
|
|
"netstack-lwip",
|
|
"netstack-smoltcp",
|
|
"rand 0.9.2",
|
|
- "smoltcp 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "smoltcp",
|
|
"socket2 0.6.1",
|
|
"tokio",
|
|
"tracing",
|