Merge pull request from sfackler/dependabot/cargo/base64-0.20

Update base64 requirement from 0.13 to 0.20
This commit is contained in:
Steven Fackler 2022-12-12 09:23:33 -05:00 committed by GitHub
commit 97db777078
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"
readme = "../README.md"
[dependencies]
base64 = "0.13"
base64 = "0.20"
byteorder = "1.0"
bytes = "1.0"
fallible-iterator = "0.2"