diff --git a/Cargo.toml b/Cargo.toml index f950bd4..a8154b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["filesystem", "parser-implementations"] license = "MIT" [dependencies] -winnow = { version = "0.5", features = ["simd"] } +winnow = { version = "0.6", features = ["simd"] } [dev-dependencies] tar = "0.4"