From d0c1bef55f41e201bb2d6c5f41086603ae75dd40 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Thu, 8 Apr 2021 13:37:24 +0200 Subject: [PATCH] Updating dependencies --- Cargo.lock | 7 +------ Cargo.toml | 5 +---- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3aa8999..83f9171 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -710,7 +710,7 @@ dependencies = [ [[package]] name = "smoltcp-nal" version = "0.1.0" -source = "git+https://github.com/quartiq/smoltcp-nal.git?branch=feature/reset-support#c43e751afe3c14aac153fa4425231270dbfd918b" +source = "git+https://github.com/quartiq/smoltcp-nal.git?rev=db2d6c6#db2d6c6ac538a128e63da2f166a0907f4c99989a" dependencies = [ "embedded-nal", "heapless 0.6.1", @@ -835,8 +835,3 @@ name = "wasi" version = "0.10.2+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" - -[[patch.unused]] -name = "smoltcp" -version = "0.7.0" -source = "git+https://github.com/smoltcp-rs/smoltcp.git#09f941851ded868b759e7db067abd67f2fe136a6" diff --git a/Cargo.toml b/Cargo.toml index 144444f..63ea340 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,15 +60,12 @@ rev = "314fa5587d" [dependencies.smoltcp-nal] git = "https://github.com/quartiq/smoltcp-nal.git" -branch = "feature/reset-support" +rev = "db2d6c6" [patch.crates-io.minimq] git = "https://github.com/quartiq/minimq.git" rev = "933687c2e4b" -[patch.crates-io.smoltcp] -git = "https://github.com/smoltcp-rs/smoltcp.git" - [patch.crates-io.serde-json-core] git = "https://github.com/rust-embedded-community/serde-json-core.git" rev = "ee06ac91bc"