From 203f91980ba90140aa3ee20e9d206263fe5bde45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:03:19 +0000 Subject: [PATCH] build(deps): bump base64 from 0.21.3 to 0.21.4 in /oracle-scripts (#130) Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.3 to 0.21.4.
Changelog

Sourced from base64's changelog.

0.21.4

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=base64&package-manager=cargo&previous-version=0.21.3&new-version=0.21.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- 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 0b30695..e2392c0 100644 --- a/oracle-scripts/Cargo.lock +++ b/oracle-scripts/Cargo.lock @@ -10,9 +10,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "base64" -version = "0.21.3" +version = "0.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" +checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" [[package]] name = "bumpalo" diff --git a/oracle-scripts/Cargo.toml b/oracle-scripts/Cargo.toml index bb1eff7..676ce03 100644 --- a/oracle-scripts/Cargo.toml +++ b/oracle-scripts/Cargo.toml @@ -15,4 +15,4 @@ wasm-bindgen = "0.2.87" [dev-dependencies] hex = "0.4.3" -base64 = "0.21.3" \ No newline at end of file +base64 = "0.21.4" \ No newline at end of file