From acd7ccf8009c3dcd67593a3d2cf49a2c8781044e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 25 Jan 2025 11:52:22 -0800 Subject: [PATCH] fix(deps): bump winnow version to pull in new type Fixes: https://github.com/kdl-org/kdl-rs/issues/117 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b7b273c..c170b30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ members = ["tools/*"] miette.workspace = true thiserror.workspace = true num = "0.4.2" -winnow = { version = "0.6.20", features = ["alloc", "unstable-recover"] } +winnow = { version = "0.6.24", features = ["alloc", "unstable-recover"] } kdlv1 = { package = "kdl", version = "4.7.0", optional = true } [workspace.dependencies]