From 17453810066e29f404ce9ea7e8fa9e486e2b3e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 07:41:51 +0000 Subject: [PATCH] build(deps): bump base64 from 0.21.3 to 0.21.5 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.3 to 0.21.5. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.3...v0.21.5) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa26791..fb9bb4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,9 +103,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.3" +version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" +checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" [[package]] name = "bech32" diff --git a/Cargo.toml b/Cargo.toml index 37cf417..613b4e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ lightning-net-tokio = { git = "https://github.com/fiksn/rust-lightning" } lightning-persister = { git = "https://github.com/fiksn/rust-lightning" } lightning-background-processor = { git = "https://github.com/fiksn/rust-lightning", features = [ "futures" ] } lightning-rapid-gossip-sync = { git = "https://github.com/fiksn/rust-lightning" } -base64 = "0.21.3" +base64 = "0.21.5" # do not upgrade to bitcoon 0.30! bitcoin = "0.29.2" bitcoin-bech32 = "0.13.0"