Skip to content

Commit b9b669d

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] <[email protected]>
1 parent 273b4fa commit b9b669d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Cargo.lock

Lines changed: 11 additions & 2 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
@@ -15,7 +15,7 @@ integers = ["num-bigint", "num-traits"]
1515
serialize = ["cookie-factory"]
1616

1717
[dependencies]
18-
nom = "7.0"
18+
nom = "8.0"
1919
rusticata-macros = "4.0"
2020

2121
cookie-factory = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)