From 019febe2f70064f5df2baf37808f12f895c3201c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 08:05:42 +0800 Subject: [PATCH] Bump base64 from 0.21.7 to 0.22.1 (#1925) Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.1. - [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.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41948f2cd7..02155d0df4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9015,7 +9015,7 @@ version = "0.5.5" dependencies = [ "anyhow", "async-trait", - "base64 0.21.7", + "base64 0.22.1", "bcs", "celestia-rpc", "celestia-types", diff --git a/Cargo.toml b/Cargo.toml index ae1827b0f4..acf5045c3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -285,7 +285,7 @@ criterion = { version = "0.5.1", features = [ "html_reports", ] } xxhash-rust = "0.8.8" -base64 = "0.21.3" +base64 = "0.22.1" #criterion-cpu-time = "0.1.0" wasmer = "4.2.5" wasmer-types = "4.2.5"