diff --git a/Cargo.lock b/Cargo.lock index 8372e0f..fb818f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,9 +17,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.7.11" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" +checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index a4a592a..48b092f 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.14"