Skip to content

Commit 645bb6e

Browse files
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-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b6b051d commit 645bb6e

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bytemuck = { version = "^1.24", default-features = false, features = ["extern_cr
1414
dyn-clone = { version = "^1.0", default-features = false }
1515
dyn-hash = { version = "^1.0", default-features = false }
1616
hashbrown = { version = "^0.17", features = ["default-hasher"], default-features = false }
17-
nom = { version = "^7.1", default-features = false, features = ["alloc"] }
17+
nom = { version = "^8.0", default-features = false, features = ["alloc"] }
1818
parking_lot = { version = "^0.12", default-features = false }
1919
tracing = { version = "^0.1", default-features = false, features = ["attributes"] }
2020

0 commit comments

Comments
 (0)