Update base64 requirement from 0.12.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.12.0...v0.13.0)

Signed-off-by: dependabot[bot] <support@github.com>
pull/146/head
dependabot[bot] 4 years ago committed by GitHub
parent 96a8499533
commit 33f8464211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

@ -18,7 +18,7 @@ tls = ["native-tls"]
tls-vendored = ["native-tls", "native-tls/vendored"]
[dependencies]
base64 = "0.12.0"
base64 = "0.13.0"
byteorder = "1.3.2"
bytes = "0.5"
http = "0.2"

Loading…
Cancel
Save