diff --git a/postgres-protocol/Cargo.toml b/postgres-protocol/Cargo.toml index 49cf2d59..ebb28874 100644 --- a/postgres-protocol/Cargo.toml +++ b/postgres-protocol/Cargo.toml @@ -16,7 +16,7 @@ js = ["getrandom/js"] base64 = "0.22" byteorder = "1.0" bytes = "1.0" -fallible-iterator = "0.2" +fallible-iterator = "0.3" hmac = "0.12" md-5 = "0.10" memchr = "2.0" diff --git a/postgres-types/Cargo.toml b/postgres-types/Cargo.toml index e2d21b35..8bff0076 100644 --- a/postgres-types/Cargo.toml +++ b/postgres-types/Cargo.toml @@ -30,7 +30,7 @@ with-time-0_3 = ["time-03"] [dependencies] bytes = "1.0" -fallible-iterator = "0.2" +fallible-iterator = "0.3" postgres-protocol = { version = "0.6.7", path = "../postgres-protocol" } postgres-derive = { version = "0.4.5", optional = true, path = "../postgres-derive" } diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index ff95c4f1..04fa2c8e 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -37,7 +37,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"] [dependencies] bytes = "1.0" -fallible-iterator = "0.2" +fallible-iterator = "0.3" futures-util = { version = "0.3.14", features = ["sink"] } log = "0.4" tokio-postgres = { version = "0.7.11", path = "../tokio-postgres" } diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index f0e7fdb3..4e2b18a4 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -46,7 +46,7 @@ js = ["postgres-protocol/js", "postgres-types/js"] async-trait = "0.1" bytes = "1.0" byteorder = "1.0" -fallible-iterator = "0.2" +fallible-iterator = "0.3" futures-channel = { version = "0.3", features = ["sink"] } futures-util = { version = "0.3", features = ["sink"] } log = "0.4"