]> 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)
committerAlekos Filini <alekos.filini@gmail.com>
Fri, 22 Oct 2021 13:57:40 +0000 (15:57 +0200)
Cargo.toml

index 7d13018cc6d137be1744235d103424aee1737af0..32df4862d87091bee51f16361897ac4127c2fd20 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 }