diff --git a/Cargo.lock b/Cargo.lock index dcd13d1a1d9..70e2b9d82a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2204,9 +2204,9 @@ dependencies = [ [[package]] name = "recursion" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f53e857b2b1b92a9265c645b3d5aa76d8435f81d06af5ca08f9027b1225351c2" +checksum = "9f705426858ccd7bbfe19798239d6b6bfd9bf96bde0624a84b92694046e98871" [[package]] name = "redox_syscall" diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index ea7f1d205d5..d11ee011e5b 100644 --- a/nextest-filtering/Cargo.toml +++ b/nextest-filtering/Cargo.toml @@ -32,7 +32,7 @@ miette = "5.10.0" nom = "7.1.3" nom-tracable = "0.9.1" nom_locate = "4.2.0" -recursion = "0.5.1" +recursion = "0.5.2" regex = "1.10.2" regex-syntax = "0.8.2" thiserror = "1.0.56"