Skip to content

Commit

Permalink
Update generator requirement from 0.7 to 0.8
Browse files Browse the repository at this point in the history
Updates the requirements on [generator](https://github.com/Xudong-Huang/generator-rs) to permit the latest version.
- [Release notes](https://github.com/Xudong-Huang/generator-rs/releases)
- [Commits](Xudong-Huang/generator-rs@0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: generator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 046cee3 commit 313e8a4
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 @@ -26,7 +26,7 @@ bytes = { version = "1.2.1", optional = true }
[dev-dependencies]
serde = { version = "1.0", features = ["derive"] }
assert_matches = "1.5.0"
generator = "0.7"
generator = "0.8"
itertools = "0.12.0"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 313e8a4

Please sign in to comment.