Skip to content

Commit

Permalink
build(deps): update base64 requirement from 0.21 to 0.22
Browse files Browse the repository at this point in the history
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](marshallpierce/rust-base64@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dspicher committed Feb 5, 2025
1 parent 2115cf3 commit 0a5d9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Dominik Spicher <dominikspicher@gmail.com>"]
edition = "2021"

[dependencies]
base64 = "0.21"
base64 = "0.22"
gloo = "0.10"
js-sys = "0.3"
qrcode-generator = "4"
Expand Down

0 comments on commit 0a5d9a0

Please sign in to comment.