summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-01 04:27:25 +0000
committerGitHub <noreply@github.com>2024-07-01 04:27:25 +0000
commit1bc308309141b40c54bdbadd633a85ded2761e57 (patch)
tree6ab573c71efed34560d63d4a457ee7bb2f21e00d
parenta1299686bb88ea696f5a62faf275d1029ddc595a (diff)
Bump winnow from 0.6.8 to 0.6.13dependabot/cargo/winnow-0.6.13
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.6.8 to 0.6.13. - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.6.8...v0.6.13) --- 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 33819b5..f07b119 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -221,7 +221,7 @@ dependencies = [
"tokio-util",
"tracing",
"typed-builder",
- "winnow 0.6.8",
+ "winnow 0.6.13",
"yoke",
]
@@ -521,7 +521,7 @@ dependencies = [
"pretty_assertions",
"thiserror",
"tokio",
- "winnow 0.6.8",
+ "winnow 0.6.13",
"yoke",
]
@@ -1248,9 +1248,9 @@ dependencies = [
[[package]]
name = "winnow"
-version = "0.6.8"
+version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d"
+checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
dependencies = [
"anstream 0.3.2",
"anstyle",
diff --git a/Cargo.toml b/Cargo.toml
index 0266690..0ca0240 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.13"
yoke = "0.7.3"
[dev-dependencies]
diff --git a/mqtt-format/Cargo.toml b/mqtt-format/Cargo.toml
index 172bdc1..c004b66 100644
--- a/mqtt-format/Cargo.toml
+++ b/mqtt-format/Cargo.toml
@@ -24,7 +24,7 @@ nom = { version = "7.1.3", optional = true }
nom-supreme = { version = "0.8.0", optional = true }
num_enum = { version = "0.7.2", default-features = false }
paste = "1.0.14"
-winnow = { version = "0.6.5", optional = true, default-features = false }
+winnow = { version = "0.6.13", optional = true, default-features = false }
thiserror = { version = "1.0.40", optional = true }
yoke = { version = "0.7.0", features = [
"derive",