Skip to content

Commit 188e5eb

Browse files
Update base64 requirement from 0.10 to 0.11
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](marshallpierce/rust-base64@v0.10.0...v0.11.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 2615441 commit 188e5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/sfackler/rust-postgres-protocol"
99
readme = "../README.md"
1010

1111
[dependencies]
12-
base64 = "0.10"
12+
base64 = "0.11"
1313
byteorder = "1.0"
1414
bytes = "0.5"
1515
fallible-iterator = "0.2"

0 commit comments

Comments
 (0)