Skip to content

Commit

Permalink
Merge pull request #1112 from sfackler/dependabot/cargo/base64-0.22
Browse files Browse the repository at this point in the history
Update base64 requirement from 0.21 to 0.22
  • Loading branch information
sfackler authored Mar 4, 2024
2 parents d6c2835 + 4217553 commit 270a29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default = []
js = ["getrandom/js"]

[dependencies]
base64 = "0.21"
base64 = "0.22"
byteorder = "1.0"
bytes = "1.0"
fallible-iterator = "0.2"
Expand Down

0 comments on commit 270a29b

Please sign in to comment.