From 88f0e8af59bb7d543aebd29d3ee11693258e2d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 14:02:07 +0000 Subject: [PATCH] Update fallible-iterator requirement from 0.2 to 0.3 Updates the requirements on [fallible-iterator](https://github.com/sfackler/rust-fallible-iterator) to permit the latest version. - [Release notes](https://github.com/sfackler/rust-fallible-iterator/releases) - [Changelog](https://github.com/sfackler/rust-fallible-iterator/blob/master/CHANGELOG.md) - [Commits](https://github.com/sfackler/rust-fallible-iterator/commits) --- updated-dependencies: - dependency-name: fallible-iterator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- postgres-protocol/Cargo.toml | 2 +- postgres-types/Cargo.toml | 2 +- postgres/Cargo.toml | 2 +- tokio-postgres/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/postgres-protocol/Cargo.toml b/postgres-protocol/Cargo.toml index e32211369..537966714 100644 --- a/postgres-protocol/Cargo.toml +++ b/postgres-protocol/Cargo.toml @@ -12,7 +12,7 @@ readme = "../README.md" base64 = "0.21" 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 35cdd6e7b..6aa41558b 100644 --- a/postgres-types/Cargo.toml +++ b/postgres-types/Cargo.toml @@ -29,7 +29,7 @@ with-time-0_3 = ["time-03"] [dependencies] bytes = "1.0" -fallible-iterator = "0.2" +fallible-iterator = "0.3" postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" } postgres-derive = { version = "0.4.2", optional = true, path = "../postgres-derive" } diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index e0b2a249d..bbed9ac46 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"] } tokio-postgres = { version = "0.7.8", path = "../tokio-postgres" } diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index ed881d2a5..99ce113bf 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -45,7 +45,7 @@ with-time-0_3 = ["postgres-types/with-time-0_3"] 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"