Skip to content

Commit 6818465

Browse files
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] <[email protected]>
1 parent db05699 commit 6818465

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
@@ -11,7 +11,7 @@ homepage = "https://github.com/Jimexist/gguf"
1111
include = ["/src", "README.md"]
1212

1313
[dependencies]
14-
nom = { version = "7", features = ["alloc"] }
14+
nom = { version = "8", features = ["alloc"] }
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_yaml = { version = "0.9", optional = true }
1717
serde_json = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)