Skip to content

Commit

Permalink
build(deps): bump nom from 7.1.3 to 8.0.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 92b75ae commit 5202d1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ getrandom = { version = "0.2.15", features = ["js"] }
html5ever = "0.29.0"
js-sys = "0.3.72"
mrml = { version = "4.0.1", features = ["parse", "render"], default-features = false }
nom = { version = "7.1.3", features = ["alloc"] }
nom = { version = "8.0.0", features = ["alloc"] }
pulldown-cmark = "0.12.2"
pulldown-cmark-escape = "0.11.0"
serde = { version = "1.0.217", features = ["derive"] }
Expand Down

0 comments on commit 5202d1c

Please sign in to comment.