summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-01 04:55:52 +0000
committerGitHub <noreply@github.com>2024-05-01 04:55:52 +0000
commit1dace16db202fc28dc5cfe26a36dfbd60dd00aae (patch)
tree8c08fa6feae94170a1ee29816bc2ed1f39d8df7a
parenta2acf067d3cddf53559f476421fa8cc61cce460f (diff)
Bump winnow from 0.6.5 to 0.6.7dependabot/cargo/winnow-0.6.7
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.6.5 to 0.6.7. - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.6.5...v0.6.7) --- updated-dependencies: - dependency-name: winnow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
-rw-r--r--mqtt-format/Cargo.toml2
3 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d063591..2a67262 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -214,7 +214,7 @@ dependencies = [
"tokio-util",
"tracing",
"typed-builder",
- "winnow 0.6.5",
+ "winnow 0.6.7",
"yoke",
]
@@ -508,7 +508,7 @@ dependencies = [
"pretty_assertions",
"thiserror",
"tokio",
- "winnow 0.6.5",
+ "winnow 0.6.7",
"yoke",
]
@@ -1229,9 +1229,9 @@ dependencies = [
[[package]]
name = "winnow"
-version = "0.6.5"
+version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8"
+checksum = "14b9415ee827af173ebb3f15f9083df5a122eb93572ec28741fb153356ea2578"
dependencies = [
"anstream 0.3.2",
"anstyle",
diff --git a/Cargo.toml b/Cargo.toml
index 0266690..56522fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ tokio = { version = "1.37.0", features = ["macros", "full"] }
tokio-util = { version = "0.7.10", features = ["codec", "compat"] }
tracing = "0.1.40"
typed-builder = "0.18"
-winnow = "0.6.5"
+winnow = "0.6.7"
yoke = "0.7.3"
[dev-dependencies]
diff --git a/mqtt-format/Cargo.toml b/mqtt-format/Cargo.toml
index 4bdb5cd..30405dc 100644
--- a/mqtt-format/Cargo.toml
+++ b/mqtt-format/Cargo.toml
@@ -24,7 +24,7 @@ nom-supreme = { version = "0.8.0", optional = true }
num_enum = "0.7.2"
paste = "1.0.14"
thiserror = "1.0.40"
-winnow = { version = "0.6.5", optional = true }
+winnow = { version = "0.6.7", optional = true }
yoke = { version = "0.7.0", features = ["derive"], optional = true }
[dev-dependencies]