diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-10 04:14:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 04:14:10 +0000 |
commit | f7174420e13558c0abf9d310474a1ab719c2d98b (patch) | |
tree | 095c1171bf4fdb0a2a2d21546b82284555de3f38 /Cargo.toml | |
parent | Bump rstest to 0.6.0 (diff) | |
download | miniserve-f7174420e13558c0abf9d310474a1ab719c2d98b.tar.gz miniserve-f7174420e13558c0abf9d310474a1ab719c2d98b.zip |
Bump base64 from 0.11.0 to 0.12.0
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.11.0 to 0.12.0.
- [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.12.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ yansi = "0.5" actix = "0.7" actix-web = "0.7" simplelog = "0.7" -base64 = "0.11" +base64 = "0.12" percent-encoding = "2.1" htmlescape = "0.3.1" bytesize = "1.0.0" |