Skip to content

Commit

Permalink
Update winnow requirement from 0.5.33 to 0.6.2
Browse files Browse the repository at this point in the history
Updates the requirements on [winnow](https://github.com/winnow-rs/winnow) to permit the latest version.
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.33...v0.6.2)

---
updated-dependencies:
- dependency-name: winnow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 380b495 commit 04057b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ document-features = { version = "0.2", optional = true }
default = ["git2", "tzdb"]

[dev-dependencies]
winnow = "0.5.33"
winnow = "0.6.2"

[workspace]
members = ["example_shadow", "example_shadow_hook", "example_wasm"]

0 comments on commit 04057b0

Please sign in to comment.