From e2ea218c8eba4d8ace57b8a8803f856a905b4031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 01:08:14 +0000 Subject: [PATCH] Update bdk requirement from 0.4 to 0.9 Updates the requirements on [bdk](https://github.com/bitcoindevkit/bdk) to permit the latest version. - [Release notes](https://github.com/bitcoindevkit/bdk/releases) - [Changelog](https://github.com/bitcoindevkit/bdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/bitcoindevkit/bdk/compare/v0.4.0...v0.9.0) --- updated-dependencies: - dependency-name: bdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ec4ac7..b1bea8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ description = "Library to facilitate DeFi on Liquid" aes-gcm-siv = { version = "0.9", features = ["std"] } anyhow = "1" async-trait = "0.1" -bdk = { version = "0.4", default-features = false } +bdk = { version = "0.9", default-features = false } bip32 = { version = "0.2", features = ["secp256k1-ffi", "bip39"], default-features = false } conquer-once = "0.3" elements = { version = "0.18", features = ["serde-feature"] }