From c3062b3782742058af080e865c1510be33d52f47 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 12 Sep 2017 20:45:44 -0400 Subject: [PATCH] Bump base64 version --- postgres-protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-protocol/Cargo.toml b/postgres-protocol/Cargo.toml index 083f8dbf0..aa212c06d 100644 --- a/postgres-protocol/Cargo.toml +++ b/postgres-protocol/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/postgres-protocol/0.3.0/postgres_protocol" readme = "../README.md" [dependencies] -base64 = "0.5" +base64 = "0.6" byteorder = "1.0" bytes = "0.4" fallible-iterator = "0.1"