From: rajarshimaitra Date: Tue, 31 Aug 2021 09:07:50 +0000 (+0530) Subject: Use ureq with default features X-Git-Tag: v0.12.0~19 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/memory/enum.FileError.html?a=commitdiff_plain;h=2caa590438205b3d9a60c46cabf90785d5b08069;p=bdk Use ureq with default features --- diff --git a/Cargo.toml b/Cargo.toml index adb36231..9ce2c627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ rand = "^0.7" sled = { version = "0.34", optional = true } electrum-client = { version = "0.8", optional = true } reqwest = { version = "0.11", optional = true, features = ["json"] } -ureq = { version = "2.1", default-features = false, features = ["json"], optional = true } +ureq = { version = "2.1", 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 }