Skip to content

Commit

Permalink
dep: 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 6f570f4 commit 1f11e97
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 crates/rsonpath-syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ all-features = true
[dependencies]
arbitrary = { workspace = true, features = ["derive"], optional = true }
owo-colors = { version = "4.1.0", default-features = false, optional = true }
nom = "7.1.3"
nom = "8.0.0"
serde = { workspace = true, optional = true, features = ["derive"] }
thiserror = { workspace = true }
unicode-width = "0.2.0"
Expand Down

0 comments on commit 1f11e97

Please sign in to comment.