Skip to content

Commit

Permalink
Update iter-read requirement from 0.3.1 to 1.1.0
Browse files Browse the repository at this point in the history
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](birkenfeld/iter-read@v0.3.1...v1.1.0)

---
updated-dependencies:
- dependency-name: iter-read
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent d7b85cb commit 220d16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 220d16e

Please sign in to comment.