Update base64 requirement from 0.11.0 to 0.13.0

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.11.0...v0.13.0)

Signed-off-by: dependabot[bot] <support@github.com>
pull/3/head
dependabot[bot] 3 years ago committed by GitHub
parent 8319109d71
commit 2876f4a57d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ serde_json = "1.0.42"
num-bigint = "0.2"
num-traits = "0.2"
bincode = "1.2.0"
base64 = "0.11.0"
base64 = "0.13.0"
chrono = { version = "0.4.13", features = ["serde"] }
rand = "0.8.3"
sqlite = "0.25.3"

Loading…
Cancel
Save