Skip to content

Commit

Permalink
build(deps): update winnow requirement from 0.6.23 to 0.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [winnow](https://github.com/winnow-rs/winnow) to permit the latest version.
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.23...v0.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent c0cb411 commit 128c377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rinja_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ harness = false
[dependencies]
memchr = "2"
serde = { version = "1.0", optional = true, features = ["derive"] }
winnow = "0.6.23"
winnow = "0.7.0"

[dev-dependencies]
criterion = "0.5"
Expand Down

0 comments on commit 128c377

Please sign in to comment.