mirror of https://github.com/kdl-org/kdl-rs.git
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:
parent
2072c66f51
commit
acd7ccf800
|
|
@ -24,7 +24,7 @@ members = ["tools/*"]
|
||||||
miette.workspace = true
|
miette.workspace = true
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
num = "0.4.2"
|
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 }
|
kdlv1 = { package = "kdl", version = "4.7.0", optional = true }
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue