diff --git a/Cargo.lock b/Cargo.lock index 614526710f3..cbe829c9380 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3638,9 +3638,9 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "winnow" -version = "0.6.11" +version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c52728401e1dc672a56e81e593e912aa54c78f40246869f78359a2bf24d29d" +checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" dependencies = [ "memchr", ] diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index 16f72c51dca..5b386bbcfca 100644 --- a/nextest-filtering/Cargo.toml +++ b/nextest-filtering/Cargo.toml @@ -38,7 +38,7 @@ proptest = { version = "1.4.0", optional = true } test-strategy = { version = "0.3.1", optional = true } xxhash-rust = { version = "0.8.10", features = ["xxh3"], optional = true } nextest-workspace-hack.workspace = true -winnow = "0.6.11" +winnow = "0.6.13" [dev-dependencies] clap = { version = "4.5.6", features = ["derive"] }