From 85cad377b96a6eb0eafdc1b3f502de56f65de842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 08:13:58 +0000 Subject: [PATCH] chore(deps): bump base64 from 0.21.7 to 0.22.0 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.0. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.7...v0.22.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ae61af..0bc1a3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ name = "bp-wallet" version = "0.11.0-beta.5" dependencies = [ "amplify", - "base64 0.21.7", + "base64 0.22.0", "bp-electrum", "bp-esplora", "bp-std", diff --git a/Cargo.toml b/Cargo.toml index 0deeb81..7eb71f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ toml = { workspace = true, optional = true } log = { version = "0.4", features = ["max_level_trace", "release_max_level_debug"] } # Cli-only: -base64 = { version = "0.21.5", optional = true } +base64 = { version = "0.22.0", optional = true } env_logger = { version = "0.10.0", optional = true } clap = { version = "4.4.8", features = ["derive", "env"], optional = true } shellexpand = { version = "3.1.0", optional = true }