Relax winnow version constraints

This commit is contained in:
Quinn 2025-06-05 14:29:50 -04:00 committed by GitHub
parent 439aa63bfc
commit 140d43b447
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ members = ["tools/*"]
[dependencies]
miette.workspace = true
num = "0.4.2"
winnow = { version = "=0.6.24", features = ["alloc", "unstable-recover"] }
winnow = { version = "0.6.24", features = ["alloc", "unstable-recover"] }
kdlv1 = { package = "kdl", version = "4.7.0", optional = true }
[workspace.dependencies]