fix(deps): bump winnow version to pull in new type

Fixes: https://github.com/kdl-org/kdl-rs/issues/117
This commit is contained in:
Kat Marchán 2025-01-25 11:52:22 -08:00
parent 2072c66f51
commit acd7ccf800
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -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]