Skip to content

Commit b210c19

Browse files
dep: 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3fd4ca commit b210c19

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

Cargo.lock

+4-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rsonpath-syntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ all-features = true
2020
[dependencies]
2121
arbitrary = { workspace = true, features = ["derive"], optional = true }
2222
owo-colors = { version = "4.1.0", default-features = false, optional = true }
23-
nom = "7.1.3"
23+
nom = "8.0.0"
2424
serde = { workspace = true, optional = true, features = ["derive"] }
2525
thiserror = { workspace = true }
2626
unicode-width = "0.2.0"

0 commit comments

Comments
 (0)