diff --git a/postgres-protocol/Cargo.toml b/postgres-protocol/Cargo.toml index 4705e97d..7331d4e9 100644 --- a/postgres-protocol/Cargo.toml +++ b/postgres-protocol/Cargo.toml @@ -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"