From a5658e696d17b36cee35123625f84df950cd804b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:27:24 +0000 Subject: [PATCH] build(deps): bump base64 from 0.22.0 to 0.22.1 in /oracle-scripts Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.0 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.22.0...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- oracle-scripts/Cargo.lock | 4 ++-- oracle-scripts/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oracle-scripts/Cargo.lock b/oracle-scripts/Cargo.lock index a367055..d198a3e 100644 --- a/oracle-scripts/Cargo.lock +++ b/oracle-scripts/Cargo.lock @@ -10,9 +10,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "base64" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bumpalo" diff --git a/oracle-scripts/Cargo.toml b/oracle-scripts/Cargo.toml index a9e9c22..0af7494 100644 --- a/oracle-scripts/Cargo.toml +++ b/oracle-scripts/Cargo.toml @@ -15,4 +15,4 @@ wasm-bindgen = "0.2.92" [dev-dependencies] hex = "0.4.3" -base64 = "0.22.0" \ No newline at end of file +base64 = "0.22.1" \ No newline at end of file