Bump base64 from 0.22.0 to 0.22.1 (#797)

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.0 to 0.22.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.22.0...v0.22.1)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-06 10:58:14 -07:00 committed by GitHub
parent bd918d1bbd
commit 0aeb3a723e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

10
Cargo.lock generated
View File

@ -192,9 +192,9 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64"
version = "0.22.0"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bitflags"
@ -601,7 +601,7 @@ dependencies = [
name = "example-build"
version = "0.0.1"
dependencies = [
"base64 0.22.0",
"base64 0.22.1",
"chrono",
"prettyplease",
"progenitor",
@ -630,7 +630,7 @@ dependencies = [
name = "example-wasm"
version = "0.1.0"
dependencies = [
"base64 0.22.0",
"base64 0.22.1",
"chrono",
"prettyplease",
"progenitor",
@ -1397,7 +1397,7 @@ dependencies = [
name = "progenitor"
version = "0.6.0"
dependencies = [
"base64 0.22.0",
"base64 0.22.1",
"chrono",
"futures",
"percent-encoding",