Merge pull request #1476 from comit-network/dependabot/cargo/base64-0.21.5

build(deps): bump base64 from 0.21.2 to 0.21.5
pull/1482/head
Byron Hambly 5 months ago committed by GitHub
commit 6d87781a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
Cargo.lock generated

@ -260,9 +260,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.21.2"
version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
[[package]]
name = "bdk"
@ -2861,7 +2861,7 @@ version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3163d2912b7c3b52d651a055f2c7eec9ba5cd22d26ef75b8dd3a59980b185923"
dependencies = [
"base64 0.21.2",
"base64 0.21.5",
"serde",
]
@ -3382,7 +3382,7 @@ version = "0.11.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
dependencies = [
"base64 0.21.2",
"base64 0.21.5",
"bytes",
"encoding_rs",
"futures-core",
@ -4291,7 +4291,7 @@ dependencies = [
"async-trait",
"atty",
"backoff",
"base64 0.21.2",
"base64 0.21.5",
"bdk",
"big-bytes",
"bitcoin",

Loading…
Cancel
Save