Skip to content

Commit 2173c78

Browse files
chore(deps): bump nom from 7.1.3 to 8.0.0
Bumps [nom](https://github.com/rust-bakery/nom) from 7.1.3 to 8.0.0. - [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md) - [Commits](rust-bakery/nom@7.1.3...8.0.0) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b5e92e commit 2173c78

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

Cargo.lock

+18-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ indoc = { version = "2", optional = true }
155155
itertools = { version = "0.14", default-features = false, features = ["use_std"], optional = true }
156156
lalrpop-util = { version = "0.22", optional = true }
157157
mlua = { version = "0.10", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
158-
nom = { version = "7", default-features = false, features = ["std"], optional = true }
158+
nom = { version = "8", default-features = false, features = ["std"], optional = true }
159159
ordered-float = { version = "4", default-features = false, optional = true }
160160
md-5 = { version = "0.10", optional = true }
161161
parse-size = { version = "1.1.0", optional = true }

0 commit comments

Comments
 (0)