diff --git a/Cargo.lock b/Cargo.lock index b955fee7..8b8abd6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,9 +581,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.39.0" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5" +checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index cad82793..41831b33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ mockall = "0.13.0" # We need the backtrace feature to enable snapshot name generation in # single-threaded tests (tests using cargo cross run single-threaded due to # limitations with QEMU). -insta = { version = "1.39.0" } +insta = { version = "1.40.0" } [target.'cfg(target_os = "windows")'.dependencies] # We use directories next to get the windows config path