diff --git a/Cargo.lock b/Cargo.lock index f02c4e7d31..ba6d68dbb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2578,9 +2578,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.24.0" +version = "1.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e965b4a6e9d638d7af8e0bce7f650f4a31bc0f21f4ce891015822a81fac314a9" +checksum = "eb5686bd8e9239eabe90bb30a0c341bffd6fdc177fb556708f2cb792bf00352d" dependencies = [ "console", "lazy_static", diff --git a/influxdb_influxql_parser/Cargo.toml b/influxdb_influxql_parser/Cargo.toml index 621b45a609..d075b73c2e 100644 --- a/influxdb_influxql_parser/Cargo.toml +++ b/influxdb_influxql_parser/Cargo.toml @@ -13,4 +13,4 @@ workspace-hack = { path = "../workspace-hack"} [dev-dependencies] # In alphabetical order test_helpers = { path = "../test_helpers" } assert_matches = "1" -insta = { version = "1.24.0", features = ["yaml"] } \ No newline at end of file +insta = { version = "1.24.1", features = ["yaml"] } \ No newline at end of file