From 0c50f238430f3f1440671a2776e0cdc4a2640360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:56:08 +0000 Subject: [PATCH] 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](https://github.com/rust-bakery/nom/compare/7.0.0...8.0.0) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- tools/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b7ba125..2df15a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ name = "matroska" path = "src/lib.rs" [dependencies] -nom = "7.0" +nom = "8.0" cookie-factory = "0.3" av-data = "0.4.1" av-format = "0.7" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 6f9224b..32fec5d 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -14,7 +14,7 @@ av-format = "0.7" circular = "0.3" log = "0.4" matroska = { path = ".." } -nom = "7.0" +nom = "8.0" pretty_env_logger = "0.5" err-derive = "0.3.0" time = { version = "0.3.20", features = ["formatting"] }