diff --git a/Cargo.lock b/Cargo.lock index d05f3f36b38..057fa1f9a63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1229,9 +1229,9 @@ checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "insta" -version = "1.33.0" +version = "1.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aa511b2e298cd49b1856746f6bb73e17036bcd66b25f5e92cdcdbec9bd75686" +checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" dependencies = [ "lazy_static", "linked-hash-map", diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 75d284cddc8..9b655801e37 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.6" serde_json = "1.0.107" -insta = { version = "1.33.0", default-features = false } +insta = { version = "1.34.0", default-features = false }