Skip to content

Commit 9e10d78

Browse files
authored
Merge pull request #526 from sfackler/dependabot/cargo/base64-0.11
Update base64 requirement from 0.10 to 0.11
2 parents ee58a1c + 188e5eb commit 9e10d78

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)