summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-16 04:13:17 +0000
committerGitHub <noreply@github.com>2023-01-16 04:13:17 +0000
commit8f9c740ce642dc483ef811ed9ed74993499b9d13 (patch)
treec99149f2bddb6179ea3d78beb26049135a912afc
parent38ad8c572bec96d1fee69ba7f8fbed0684da6406 (diff)
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] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
-rw-r--r--mqtt-format/Cargo.toml2
-rw-r--r--mqtt-tester/Cargo.toml2
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"