From e6fda4a787c3f06d8b3e04b34a64cef25566fca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 07:53:32 +0000 Subject: [PATCH] Bump base64 from 0.12.3 to 0.13.0 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.12.3 to 0.13.0. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.12.3...v0.13.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- swap/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f0b8a9ef..82747301d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3463,7 +3463,7 @@ dependencies = [ "async-trait", "atty", "backoff", - "base64 0.12.3", + "base64 0.13.0", "bdk", "big-bytes", "bitcoin", diff --git a/swap/Cargo.toml b/swap/Cargo.toml index 4795c7655..6f3b144e7 100644 --- a/swap/Cargo.toml +++ b/swap/Cargo.toml @@ -15,7 +15,7 @@ async-recursion = "0.3.1" async-trait = "0.1" atty = "0.2" backoff = { version = "0.3", features = ["tokio"] } -base64 = "0.12" +base64 = "0.13" bdk = { version = "0.4" } big-bytes = "1" bitcoin = { version = "0.26", features = ["rand", "use-serde"] }