Skip to content

Commit

Permalink
Update winnow requirement from 0.6.8 to 0.7.0
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.6.8...v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 0b1bf5a commit b62ba4c
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 @@ -21,7 +21,7 @@ time = { version = "0.3.17", optional = true, default-features = false }

serde = { version = "1.0.147", features = ["derive"], optional = true}
rust_decimal = { version = "1.29.1", default-features = false }
winnow = "0.6.8"
winnow = "0.7.0"

[dev-dependencies]
serde_json = { version = "1.0.87" }
Expand Down

0 comments on commit b62ba4c

Please sign in to comment.