Skip to content

Commit

Permalink
Bump winnow from 0.6.8 to 0.6.20
Browse files Browse the repository at this point in the history
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.6.8 to 0.6.20.
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.8...v0.6.20)

---
updated-dependencies:
- dependency-name: winnow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent ed06624 commit 489089c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tokio = { version = "1.40.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.20"
yoke = "0.7.4"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion mqtt-format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ nom = { version = "7.1.3", optional = true }
nom-supreme = { version = "0.8.0", optional = true }
num_enum = { version = "0.7.3", default-features = false }
paste = "1.0.14"
winnow = { version = "0.6.5", optional = true, default-features = false }
winnow = { version = "0.6.20", optional = true, default-features = false }
thiserror = { version = "1.0.40", optional = true }
yoke = { version = "0.7.4", features = [
"derive",
Expand Down

0 comments on commit 489089c

Please sign in to comment.