Skip to content

Commit c2e6d2e

Browse files
build(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 0df2c22 commit c2e6d2e

3 files changed

Lines changed: 4 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

databases/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ phf_codegen = "0.11.3"
1010
[dependencies]
1111
parsing = { path = "../parsing" }
1212
chrono = "0.4.43"
13-
nom = "7.1.3"
13+
nom = "8.0.0"
1414
serde = { version = "1.0.228", features = ["derive"] }
1515
phf = { version = "0.13.1", features = ["macros"] }
1616
tracing = "0.1.41"

parsing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
nom = "7.1.3"
9+
nom = "8.0.0"
1010
serde = { version = "1.0.228", features = ["derive"] }
1111
serde_json = "1.0.140"
1212
nohash-hasher = "0.2.0"

0 commit comments

Comments
 (0)