Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 7a0f58d

Browse files
⬆️ Update nom requirement from 4.2 to 7.0
Updates the requirements on [nom](https://github.com/Geal/nom) to permit the latest version. - [Release notes](https://github.com/Geal/nom/releases) - [Changelog](https://github.com/Geal/nom/blob/master/CHANGELOG.md) - [Commits](rust-bakery/nom@4.2.0...7.0.0) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d836b6 commit 7a0f58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ travis-ci = { repository = "mockersf/hocon.rs" }
1616

1717
[dependencies]
1818
thiserror = "1.0.*"
19-
nom = "4.2"
19+
nom = "7.0"
2020
serde = { version = "1.0", optional = true }
2121
java-properties = "1.3"
2222
memchr = "2.3"

0 commit comments

Comments
 (0)