diff --git a/Cargo.lock b/Cargo.lock index 8372e0f..6ef209f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,9 +17,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.7.11" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" +checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index a4a592a..5b7606e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ categories = ["parser-implementations"] include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md", "!**/tests/**/*"] [dependencies] -winnow = "0.7.11" +winnow = "0.7.13"