From 5715299eb7334d438aedfc98f75f54dd700145a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:46:24 +0000 Subject: [PATCH] build(deps): bump base64 from 0.21.7 to 0.22.0 in /oracle-scripts Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.0. - [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.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... 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 2db5679..5a8f297 100644 --- a/oracle-scripts/Cargo.lock +++ b/oracle-scripts/Cargo.lock @@ -10,9 +10,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "base64" -version = "0.21.7" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" [[package]] name = "bumpalo" diff --git a/oracle-scripts/Cargo.toml b/oracle-scripts/Cargo.toml index 9863325..d9475d6 100644 --- a/oracle-scripts/Cargo.toml +++ b/oracle-scripts/Cargo.toml @@ -15,4 +15,4 @@ wasm-bindgen = "0.2.91" [dev-dependencies] hex = "0.4.3" -base64 = "0.21.7" \ No newline at end of file +base64 = "0.22.0" \ No newline at end of file