Skip to content

Commit 700856d

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

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

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
@@ -116,7 +116,7 @@ syntect = "5" # Syntax highlighting
116116
strip-ansi-escapes = "0.2" # Strip ANSI codes for testing
117117

118118
# Dockerfile linting (hadolint-rs)
119-
nom = "7" # Parser combinators for Dockerfile parsing
119+
nom = "8" # Parser combinators for Dockerfile parsing
120120
anyhow = "1.0.100"
121121
open = "5.3.3"
122122

0 commit comments

Comments
 (0)