Skip to content

Commit acd7ccf

Browse files
committed
fix(deps): bump winnow version to pull in new type
Fixes: #117
1 parent 2072c66 commit acd7ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ members = ["tools/*"]
2424
miette.workspace = true
2525
thiserror.workspace = true
2626
num = "0.4.2"
27-
winnow = { version = "0.6.20", features = ["alloc", "unstable-recover"] }
27+
winnow = { version = "0.6.24", features = ["alloc", "unstable-recover"] }
2828
kdlv1 = { package = "kdl", version = "4.7.0", optional = true }
2929

3030
[workspace.dependencies]

0 commit comments

Comments
 (0)