From: Alekos Filini Date: Fri, 22 Oct 2021 09:59:01 +0000 (+0200) Subject: Pin version of `ureq` to maintain our MSRV X-Git-Tag: v0.13.0~3 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/%22example_cli/enum.FromScriptError.html?a=commitdiff_plain;h=a2e26f1b57c5b110f7ef9f7d16965ec44341789c;p=bdk Pin version of `ureq` to maintain our MSRV (cherry picked from commit d75d221540a0d47b7538b456211f92cdb4d4da8c) --- diff --git a/Cargo.toml b/Cargo.toml index 06f9788d..3a7097a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ electrum-client = { version = "0.8", optional = true } rusqlite = { version = "0.25.3", optional = true } ahash = { version = "=0.7.4", optional = true } reqwest = { version = "0.11", optional = true, features = ["json"] } -ureq = { version = "2.1", features = ["json"], optional = true } +ureq = { version = "~2.2.0", features = ["json"], optional = true } futures = { version = "0.3", optional = true } async-trait = { version = "0.1", optional = true } rocksdb = { version = "0.14", default-features = false, features = ["snappy"], optional = true }