From aa8d6677c6fef2bb63869ee20e3366ffcad3a764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:31:19 +0000 Subject: [PATCH] build(deps): update winnow requirement from =0.4.1 to =0.5.37 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](https://github.com/winnow-rs/winnow/compare/v0.4.1...v0.5.37) --- updated-dependencies: - dependency-name: winnow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quic/s2n-quic-sim/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quic/s2n-quic-sim/Cargo.toml b/quic/s2n-quic-sim/Cargo.toml index d0adb05546..3dd4aa2375 100644 --- a/quic/s2n-quic-sim/Cargo.toml +++ b/quic/s2n-quic-sim/Cargo.toml @@ -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"