From c662360a498fbf8423b89c12671d3b3948dbe4f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:27:22 +0000 Subject: [PATCH] build(deps): update winnow requirement from =0.4.1 to =0.5.10 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.10) --- 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 8a05f07d2d..f5495f5d94 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.10"