Skip to content

Commit 0c50f23

Browse files
Update nom requirement from 7.0 to 8.0
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 e1fc060 commit 0c50f23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "matroska"
1212
path = "src/lib.rs"
1313

1414
[dependencies]
15-
nom = "7.0"
15+
nom = "8.0"
1616
cookie-factory = "0.3"
1717
av-data = "0.4.1"
1818
av-format = "0.7"

tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ av-format = "0.7"
1414
circular = "0.3"
1515
log = "0.4"
1616
matroska = { path = ".." }
17-
nom = "7.0"
17+
nom = "8.0"
1818
pretty_env_logger = "0.5"
1919
err-derive = "0.3.0"
2020
time = { version = "0.3.20", features = ["formatting"] }

0 commit comments

Comments
 (0)