diff --git a/Cargo.lock b/Cargo.lock index 2b7748c60..0eeddcacd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3796,13 +3796,14 @@ dependencies = [ [[package]] name = "insta" -version = "1.43.2" +version = "1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" +checksum = "b76866be74d68b1595eb8060cb9191dca9c021db2316558e52ddc5d55d41b66c" dependencies = [ "console", "once_cell", "similar", + "tempfile", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2e2e8c4ea..fd036a728 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ hyper = { version = "1.6.0", features = ["server"] } hyper-util = { version = "0.1.11", features = ["tokio"] } indicatif = "0.17.11" indoc = "2.0.6" -insta = "1.43.1" +insta = "1.45.0" libc = "0.2.172" mimalloc = "0.1.46" mockito = "1.7.0"