Skip to content

Commit d3b0769

Browse files
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](rust-bakery/nom@7.1.0...8.0.0) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f26c94 commit d3b0769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ chrono = { version = "0.4", optional = true }
3030
indexmap = { version = "2.1", optional = true }
3131
jetscii = "0.5"
3232
memchr = "2.5"
33-
nom = { version = "7.1", default-features = false, features = ["std"] }
33+
nom = { version = "8.0", default-features = false, features = ["std"] }
3434
rowan = "0.15"
3535
tracing = { version = "0.1", optional = true }
3636

0 commit comments

Comments
 (0)