From a01e0339215fb3b91bcf5b37b247bab12d4e5368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:24:11 -0700 Subject: [PATCH] Update iter-read requirement from 0.3.1 to 1.1.0 (#8) 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.1.0) --- updated-dependencies: - dependency-name: iter-read dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73de07f..5d9784b 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.1.0" serde = { version = "1.0.140", features = ["derive"] } thiserror = "1.0.31" sha2 = "0.10.6"