Skip to content

Commit

Permalink
chore(deps): update nom requirement from 7.1.3 to 8.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [nom](/~https://github.com/rust-bakery/nom) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 0022f33 commit 89eca7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde_json_path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ functions = ["serde_json_path_core/functions"]
[dependencies]
# crates.io crates:
inventory = { version = "0.3.15" }
nom = "7.1.3"
nom = "8.0.0"
regex = { version="1.11.1", optional = true }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
Expand Down

0 comments on commit 89eca7a

Please sign in to comment.