From 22d2122cd397b74e4d442d0e3ed925396f5fd613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 00:44:12 +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/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: fallible-iterator dependency-version: 0.3.0 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 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"