Skip to content

Commit

Permalink
Update nom requirement from 7 to 8
Browse files Browse the repository at this point in the history
Updates the requirements on [nom](https://github.com/rust-bakery/nom) to permit the latest version.
- [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md)
- [Commits](rust-bakery/nom@7.0.0...8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 704f8f1 commit b31255a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion askama_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
rust-version = "1.65"

[dependencies]
nom = { version = "7", default-features = false, features = ["alloc"] }
nom = { version = "8", default-features = false, features = ["alloc"] }

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

0 comments on commit b31255a

Please sign in to comment.