From 896690b95e1a37776a5b0f16c2c111e3971fefd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 11:23:25 +0000 Subject: [PATCH] chore(deps): bump base64 from 0.22.1 to 0.23.1 in /stellar-lend Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.1 to 0.23.1. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.22.1...v0.23.1) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- stellar-lend/Cargo.lock | 28 +++++++++++++++++----------- stellar-lend/client/Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/stellar-lend/Cargo.lock b/stellar-lend/Cargo.lock index 57c913b0..e0b9d508 100644 --- a/stellar-lend/Cargo.lock +++ b/stellar-lend/Cargo.lock @@ -402,6 +402,12 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +[[package]] +name = "base64" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" + [[package]] name = "base64ct" version = "1.8.3" @@ -1415,7 +1421,7 @@ version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ - "base64", + "base64 0.22.1", "bytes", "futures-channel", "futures-util", @@ -2446,7 +2452,7 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62" dependencies = [ - "base64", + "base64 0.22.1", "bytes", "futures-core", "http", @@ -2811,7 +2817,7 @@ version = "3.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f" dependencies = [ - "base64", + "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", @@ -3381,7 +3387,7 @@ version = "23.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1303589e67e7c76d0571b8d797b75f9fa33a1ceb1b4361a981570a3ebf00ac19" dependencies = [ - "base64", + "base64 0.22.1", "stellar-xdr 23.0.0", "thiserror 1.0.69", "wasmparser", @@ -3393,7 +3399,7 @@ version = "26.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca18ced644f86e1e36a0fddb856d45a6a8478296e6b54941fb5e2daa96076bf7" dependencies = [ - "base64", + "base64 0.22.1", "sha2", "stellar-xdr 26.0.1", "thiserror 1.0.69", @@ -3406,7 +3412,7 @@ version = "27.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "473404322827b285cbcd87517f365986bd63af7842c78b2a86ee061715fda61e" dependencies = [ - "base64", + "base64 0.22.1", "sha2", "stellar-xdr 27.0.0", "thiserror 1.0.69", @@ -3579,7 +3585,7 @@ version = "23.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "89d2848e1694b0c8db81fd812bfab5ea71ee28073e09ccc45620ef3cf7a75a9b" dependencies = [ - "base64", + "base64 0.22.1", "cfg_eval", "crate-git-revision 0.0.6", "escape-bytes", @@ -3597,7 +3603,7 @@ version = "26.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea6e29c7e1f071c2767916460d006668197843d5d93f0ec8893a26f72a14f595" dependencies = [ - "base64", + "base64 0.22.1", "cfg_eval", "crate-git-revision 0.0.6", "escape-bytes", @@ -3616,7 +3622,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05ff843326969bdf1ef673dcdba94c08f4a3c8f1e58d6e6ef39b1bd4f749179a" dependencies = [ "arbitrary", - "base64", + "base64 0.22.1", "cfg_eval", "crate-git-revision 0.0.6", "escape-bytes", @@ -3661,7 +3667,7 @@ dependencies = [ "anyhow", "assert_matches", "async-trait", - "base64", + "base64 0.23.1", "chrono", "futures", "mockito", @@ -4868,7 +4874,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031" dependencies = [ "assert-json-diff", - "base64", + "base64 0.22.1", "deadpool", "futures", "http", diff --git a/stellar-lend/client/Cargo.toml b/stellar-lend/client/Cargo.toml index 5f4ab6d9..82d91bbe 100644 --- a/stellar-lend/client/Cargo.toml +++ b/stellar-lend/client/Cargo.toml @@ -31,7 +31,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } chrono = { version = "0.4", features = ["serde"] } # Base64 encoding/decoding -base64 = "0.22" +base64 = "0.23" # URL handling url = "2.5"