Skip to content

Commit 270a29b

Browse files
authored
Merge pull request #1112 from sfackler/dependabot/cargo/base64-0.22
Update base64 requirement from 0.21 to 0.22
2 parents d6c2835 + 4217553 commit 270a29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: postgres-protocol/Cargo.toml

+1-1
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)