Skip to content

Commit cd1cc30

Browse files
Upgrade ureq to 2.5.0 so that we are compatible
with `bitcoind` 0.28. Also moved `electrsd` to 0.22.0 which has version 0.28 of `bitcoind`. This PR solves issue #23
1 parent 2ffd44f commit cd1cc30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ path = "src/lib.rs"
1919
serde = { version = "1.0", features = ["derive"] }
2020
bitcoin = { version = "0.29.1", features = ["serde"] }
2121
log = "^0.4"
22-
ureq = { version = "~2.2.0", features = ["json"], optional = true }
22+
ureq = { version = "2.5.0", features = ["json"], optional = true }
2323
reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] }
2424

2525
[dev-dependencies]
2626
serde_json = "1.0"
2727
tokio = { version = "1.20.1", features = ["full"] }
28-
electrsd = { version = "0.21.1", features = ["legacy", "esplora_a33e97e1", "bitcoind_22_0"] }
28+
electrsd = { version = "0.22.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_22_0"] }
2929
electrum-client = "0.12.0"
3030
lazy_static = "1.4.0"
3131

0 commit comments

Comments
 (0)