From deaa7ed031e77e1ec48897a4ff7dca9595380e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 06:43:01 +0000 Subject: [PATCH] Update iter-read requirement from 0.3.1 to 1.0.1 Updates the requirements on [iter-read](https://github.com/birkenfeld/iter-read) to permit the latest version. - [Changelog](https://github.com/birkenfeld/iter-read/blob/master/CHANGELOG.md) - [Commits](https://github.com/birkenfeld/iter-read/compare/v0.3.1...v1.0.1) --- updated-dependencies: - dependency-name: iter-read dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb41c92..406f61a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ hex = ["dep:hex"] [dependencies] getset = "0.1.2" -iter-read = "0.3.1" +iter-read = "1.0.1" serde = { version = "1.0.140", features = ["derive"] } thiserror = "1.0.31" sha2 = "0.10.6"