From 0a5d9a0620c34254c66f58ac545041e051781f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:49:54 +0000 Subject: [PATCH] build(deps): update base64 requirement from 0.21 to 0.22 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.21.0...v0.22.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wasm/Cargo.toml b/examples/wasm/Cargo.toml index 907cfee..34faa02 100644 --- a/examples/wasm/Cargo.toml +++ b/examples/wasm/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Dominik Spicher "] edition = "2021" [dependencies] -base64 = "0.21" +base64 = "0.22" gloo = "0.10" js-sys = "0.3" qrcode-generator = "4"