diff --git a/Cargo.lock b/Cargo.lock index 6a88c7fc64..ef9fc77ee7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1265,9 +1265,9 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "datatest-stable" -version = "0.2.7" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00bbc70e3e6ab07f612f92eae3b282e30bcd0e093df2a9febf9db99799066fe" +checksum = "a560b3fd20463b56397bd457aa71243ccfdcffe696050b66e3b1e0ec0457e7f1" dependencies = [ "camino", "fancy-regex", diff --git a/Cargo.toml b/Cargo.toml index 6d9000cc2f..f589f5424e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,7 +146,7 @@ convert_case = "0.6.0" rand = "0.8.5" tailcall-macros = { path = "tailcall-macros" } tonic-types = "0.11.0" -datatest-stable = "0.2.7" +datatest-stable = "0.2.9" tokio-test = "0.4.4"