Skip to content

Commit 97db777

Browse files
authored
Merge pull request sfackler#969 from sfackler/dependabot/cargo/base64-0.20
Update base64 requirement from 0.13 to 0.20
2 parents 44202ad + 748167d commit 97db777

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"
99
readme = "../README.md"
1010

1111
[dependencies]
12-
base64 = "0.13"
12+
base64 = "0.20"
1313
byteorder = "1.0"
1414
bytes = "1.0"
1515
fallible-iterator = "0.2"

0 commit comments

Comments
 (0)