Skip to content

Commit

Permalink
Merge pull request #526 from sfackler/dependabot/cargo/base64-0.11
Browse files Browse the repository at this point in the history
Update base64 requirement from 0.10 to 0.11
  • Loading branch information
sfackler authored Dec 23, 2019
2 parents ee58a1c + 188e5eb commit 9e10d78
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 @@ -9,7 +9,7 @@ repository = "https://github.com/sfackler/rust-postgres-protocol"
readme = "../README.md"

[dependencies]
base64 = "0.10"
base64 = "0.11"
byteorder = "1.0"
bytes = "0.5"
fallible-iterator = "0.2"
Expand Down

0 comments on commit 9e10d78

Please sign in to comment.