From 78cb0669665022bf7aa940de23d35b07ca84a1eb Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Fri, 3 May 2024 18:04:11 -0300 Subject: [PATCH 1/2] chore(deps)): upgrade `rust-bitcoin` to `0.32.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81b0b80..29de000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ path = "src/lib.rs" [dependencies] log = "^0.4" -bitcoin = { version = "0.31.0", features = ["serde"] } +bitcoin = { version = "0.32", features = ["serde"] } serde = { version = "^1.0", features = ["derive"] } serde_json = { version = "^1.0" } From 6cf723504f9bc943b24ecb2c9d1e0829cdbe95d2 Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Sat, 4 May 2024 16:48:21 -0300 Subject: [PATCH 2/2] deps: bump crate version to `0.20.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29de000..a716f9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrum-client" -version = "0.19.0" +version = "0.20.0" authors = ["Alekos Filini "] license = "MIT" homepage = "https://github.com/MagicalBitcoin/rust-electrum-client"