diff --git a/Cargo.lock b/Cargo.lock index 18bb78f..da94a04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -927,8 +927,9 @@ dependencies = [ [[package]] name = "minireq" -version = "0.4.0" -source = "git+https://github.com/quartiq/minireq#ab28a95aa40227e1f3cb32772bdf422e221cae6a" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4ccb1b67c4fa24f360531cbf7e67d7ce6f1ba980431a7461ed741ed707a1beb" dependencies = [ "embedded-io", "heapless 0.8.0", diff --git a/Cargo.toml b/Cargo.toml index f651392..ec5ba9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ miniconf_mqtt = "0.13" minimq = "0.9.0" w5500 = "0.5" smlang= "0.8" -minireq = {git = "https://github.com/quartiq/minireq"} +minireq = "0.5" rtt-target = "0.5" enum-iterator = { version = "2.1", default-features = false } enc424j600 = "0.4"