Skip to content

Commit 4217553

Browse files
Update base64 requirement from 0.21 to 0.22
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6c2835 commit 4217553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default = []
1313
js = ["getrandom/js"]
1414

1515
[dependencies]
16-
base64 = "0.21"
16+
base64 = "0.22"
1717
byteorder = "1.0"
1818
bytes = "1.0"
1919
fallible-iterator = "0.2"

0 commit comments

Comments
 (0)