Skip to content

Commit 8ff0a18

Browse files
committed
Merge #24: Upgrade ureq to 2.5.0
cd1cc30 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 (Vladimir Fomene) Pull request description: This PR upgrades `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 fixes #23 ACKs for top commit: notmandatory: tACK cd1cc30 Tree-SHA512: 6692b9fd938918b6ab6e9df722469a55d35df288cfe53ba924e210f19efb5f0c3a44ae2ea03e8439328cab7b90858a22c9bbed6151e728828135689af2366b55
2 parents 18b7d9f + cd1cc30 commit 8ff0a18

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)