Compare commits

..

1 commit

Author SHA1 Message Date
dependabot[bot]
d3b0769375
build(deps): update nom requirement from 7.1 to 8.0
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](https://github.com/rust-bakery/nom/compare/7.1.0...8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-27 09:42:50 +00:00

View file

@ -30,7 +30,7 @@ chrono = { version = "0.4", optional = true }
indexmap = { version = "2.1", optional = true }
jetscii = "0.5"
memchr = "2.5"
nom = { version = "7.1", default-features = false, features = ["std"] }
nom = { version = "8.0", default-features = false, features = ["std"] }
rowan = "0.15"
tracing = { version = "0.1", optional = true }