]> Untitled Git - bdk/commitdiff
Pin version of `ureq` to maintain our MSRV
authorAlekos Filini <alekos.filini@gmail.com>
Fri, 22 Oct 2021 09:59:01 +0000 (11:59 +0200)
committerSteve Myers <steve@notmandatory.org>
Tue, 26 Oct 2021 23:15:13 +0000 (16:15 -0700)
(cherry picked from commit d75d221540a0d47b7538b456211f92cdb4d4da8c)

Cargo.toml

index 06f9788d8c972152311b69552c73825d6197bd70..3a7097a6b59d3f59f35a6f5d8216b93ebb995d6b 100644 (file)
@@ -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 }