diff --git a/Cargo.lock b/Cargo.lock index b96c93f19cf..da5849f11dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1239,9 +1239,9 @@ checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "insta" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e02c584f4595792d09509a94cdb92a3cef7592b1eb2d9877ee6f527062d0ea" +checksum = "1aa511b2e298cd49b1856746f6bb73e17036bcd66b25f5e92cdcdbec9bd75686" dependencies = [ "lazy_static", "linked-hash-map", diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 1f9de28c775..d33495462f3 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -26,4 +26,4 @@ nextest-metadata = { version = "=0.9.2", path = "../nextest-metadata" } once_cell = "1.18.0" regex = "1.9.5" serde_json = "1.0.107" -insta = { version = "1.32.0", default-features = false } +insta = { version = "1.33.0", default-features = false }