Skip to content

Commit

Permalink
build(deps): update winnow requirement from =0.4.1 to =0.5.37
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.4.1...v0.5.37)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 577f2d4 commit aa8d667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quic/s2n-quic-sim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
# >0.4.1 breaks compatibility with 1.63
# See https://github.com/aws/s2n-quic/issues/1735
winnow = "=0.4.1"
winnow = "=0.5.37"

0 comments on commit aa8d667

Please sign in to comment.