From 8f9c740ce642dc483ef811ed9ed74993499b9d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 04:13:17 +0000 Subject: Bump nom from 7.1.2 to 7.1.3 Bumps [nom](https://github.com/Geal/nom) from 7.1.2 to 7.1.3. - [Release notes](https://github.com/Geal/nom/releases) - [Changelog](https://github.com/rust-bakery/nom/blob/7.1.3/CHANGELOG.md) - [Commits](https://github.com/Geal/nom/compare/7.1.2...7.1.3) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- mqtt-format/Cargo.toml | 2 +- mqtt-tester/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04431ab..4794b09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -622,9 +622,9 @@ dependencies = [ [[package]] name = "nom" -version = "7.1.2" +version = "7.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c" +checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" dependencies = [ "memchr", "minimal-lexical", diff --git a/Cargo.toml b/Cargo.toml index ba7a30e..e65e05a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ clap = { version = "4.0.32", optional = true, features = ["derive"] } dashmap = "5.4.0" futures = "0.3.25" mqtt-format = { version = "0.4.0", path = "mqtt-format", features = ["yoke"] } -nom = { version = "7.1.2" } +nom = { version = "7.1.3" } thiserror = "1.0.38" tokio = { version = "1.24.1", default-features = false, features = [ "net", diff --git a/mqtt-format/Cargo.toml b/mqtt-format/Cargo.toml index 6e9c890..4edff17 100644 --- a/mqtt-format/Cargo.toml +++ b/mqtt-format/Cargo.toml @@ -16,7 +16,7 @@ yoke = ["dep:yoke"] [dependencies] futures = "0.3.25" -nom = "7.1.2" +nom = "7.1.3" nom-supreme = "0.8.0" thiserror = "1.0.38" yoke = { version = "0.6.1", features = ["derive"], optional = true } diff --git a/mqtt-tester/Cargo.toml b/mqtt-tester/Cargo.toml index caa2b23..1573514 100644 --- a/mqtt-tester/Cargo.toml +++ b/mqtt-tester/Cargo.toml @@ -13,7 +13,7 @@ clap = { version = "3.2.8", features = ["derive"] } futures = "0.3" miette = { version = "5.1.1", features = ["fancy"] } mqtt-format = { path = "../mqtt-format", version = "0.4.0" } -nom = { version = "7.1.2" } +nom = { version = "7.1.3" } textwrap = "0.16.0" tokio = { version = "1.24", features = ["macros", "process", "rt", "rt-multi-thread", "io-util", "time"] } static_assertions = "1.1.0" -- cgit v1.2.3