diff --git a/Cargo.lock b/Cargo.lock index 19a3cb0..95b0278 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1316,7 +1316,9 @@ dependencies = [ [[package]] name = "netstack-smoltcp" -version = "0.2.2" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c38f66cdd673ff0e760752f27c6d34a7e3a140f0b1eea9efae3c46d8867c83d" dependencies = [ "etherparse", "futures", diff --git a/Cargo.toml b/Cargo.toml index 1eb2676..653f621 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,3 @@ tracing = "0.1" sha2 = "0.10" hmac = "0.12" portable-atomic = "1.10" - -[patch.crates-io] -netstack-smoltcp = { path = "netstack-smoltcp" }