Update base64 requirement from 0.12 to 0.13
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-preview[bot] <support@dependabot.com>
This commit is contained in:
committed by
Martin Algesten
parent
573b175cf7
commit
b8d02f9785
@@ -24,7 +24,7 @@ cookies = ["cookie"]
|
||||
socks-proxy = ["socks"]
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.12"
|
||||
base64 = "0.13"
|
||||
chunked_transfer = "1.2.0"
|
||||
cookie = { version = "0.14", features = ["percent-encode"], optional = true}
|
||||
lazy_static = "1"
|
||||
|
||||
Reference in New Issue
Block a user