diff --git a/postgres-protocol/Cargo.toml b/postgres-protocol/Cargo.toml index a4716907b..922e92313 100644 --- a/postgres-protocol/Cargo.toml +++ b/postgres-protocol/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/sfackler/rust-postgres" readme = "../README.md" [dependencies] -base64 = "0.13" +base64 = "0.21" byteorder = "1.0" bytes = "1.0" fallible-iterator = "0.2"