Browse Source

Update base64 requirement from 0.20 to 0.21 (#51)

Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.20.0...v0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/61/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
bb0e8959fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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.4" argon2 = "0.4"
base64 = "0.20" base64 = "0.21"
bincode = "1.3" bincode = "1.3"
blake3 = "1.3" blake3 = "1.3"
hex = "0.4" hex = "0.4"

Loading…
Cancel
Save