Skip to content

Commit

Permalink
fix(deps): update rust crate nom to 7.1.3 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 6c3ad8b commit f120262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rustdoc-args = ["--cfg", "docsrs"]
miette = { version = "5.10", optional = true }

# Private
nom = { version = "7.1", default-features = false, features = ["std"] }
nom = { version = "7.1.3", default-features = false, features = ["std"] }
nom_locate = { version = "4.2", default-features = false }
thiserror = "1.0"

Expand Down

0 comments on commit f120262

Please sign in to comment.