Merge pull request #526 from sfackler/dependabot/cargo/base64-0.11

Update base64 requirement from 0.10 to 0.11
This commit is contained in:
Steven Fackler 2019-12-23 18:10:07 -05:00 committed by GitHub
commit 9e10d782b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ repository = "https://github.com/sfackler/rust-postgres-protocol"
readme = "../README.md"
[dependencies]
base64 = "0.10"
base64 = "0.11"
byteorder = "1.0"
bytes = "0.5"
fallible-iterator = "0.2"