Skip to content

Commit df84710

Browse files
build(deps): update nom requirement from 7 to 8
Updates the requirements on [nom](https://github.com/rust-bakery/nom) to permit the latest version. - [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md) - [Commits](rust-bakery/nom@7.0.0...8.0.0) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d76eee commit df84710

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
@@ -21,7 +21,7 @@ hmac = "^0.12"
2121
libc = "^0.2"
2222
log = "^0.4"
2323
nix = { version = "^0.29", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] }
24-
nom = "7"
24+
nom = "8"
2525
serde = { version = "^1.0.91", features = ["derive"] }
2626
sha2 = "^0.10"
2727
thiserror = "^1.0"

0 commit comments

Comments
 (0)