From 5b6b2fa79eddfc7f5ee3750b23077f581bc6bf11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 07:11:00 +0000 Subject: [PATCH] chore(deps): update winnow requirement from 0.7 to 1.0 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.7.0...v1.0.1) --- updated-dependencies: - dependency-name: winnow dependency-version: 1.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/compilers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/compilers/Cargo.toml b/crates/compilers/Cargo.toml index 62ef396a0..5a2d65ae6 100644 --- a/crates/compilers/Cargo.toml +++ b/crates/compilers/Cargo.toml @@ -36,7 +36,7 @@ futures-util = { workspace = true, optional = true } tokio = { workspace = true, optional = true } auto_impl = "1" -winnow = "0.7" +winnow = "1.0" dyn-clone = "1" derive_more = { version = "2", features = ["debug"] } itertools = ">=0.13, <=0.14"