From c5c990c2c5b0390cb11829e1697b6adae57fb7fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:46:56 +0000 Subject: [PATCH] chore(deps): Update base64 requirement from ~0.22 to ~0.23 Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- convert/Cargo.toml | 2 +- manifest/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/convert/Cargo.toml b/convert/Cargo.toml index e6ee60e..1575132 100644 --- a/convert/Cargo.toml +++ b/convert/Cargo.toml @@ -11,7 +11,7 @@ description = "Traits to make Rust types usable with Extism" [dependencies] anyhow = "1.0.75" -base64 = "~0.22" +base64 = "~0.23" bytemuck = {version = "1.14.0", optional = true } prost = { version = "0.14.4", optional = true } protobuf = { version = "4.35.0-release", optional = true } diff --git a/manifest/Cargo.toml b/manifest/Cargo.toml index ae1fc99..1c26933 100644 --- a/manifest/Cargo.toml +++ b/manifest/Cargo.toml @@ -10,7 +10,7 @@ version.workspace = true [dependencies] serde = { version = "1", features = ["derive"] } -base64 = "~0.22" +base64 = "~0.23" schemars = { version = "1.2", optional = true } serde_json = "1"