Browse Source

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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/120/head
dependabot[bot] 3 weeks ago committed by GitHub
parent
commit
812bb48fbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Cargo.toml

2
Cargo.toml

@ -38,7 +38,7 @@ panic = 'abort'
aes-gcm = "0.10" aes-gcm = "0.10"
anyhow = "1.0" anyhow = "1.0"
argon2 = "0.5" argon2 = "0.5"
base64 = "0.21" base64 = "0.22"
bincode = "1.3" bincode = "1.3"
blake3 = "1.3" blake3 = "1.3"
hex = "0.4" hex = "0.4"

Loading…
Cancel
Save