Update Rust crate insta to v1.41.0 (#13956)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
renovate[bot] 2024-10-28 06:51:53 +00:00 committed by GitHub
parent 387dc664bd
commit 41f74512df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1213,9 +1213,9 @@ dependencies = [
[[package]] [[package]]
name = "insta" name = "insta"
version = "1.40.0" version = "1.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60" checksum = "a1f72d3e19488cf7d8ea52d2fc0f8754fc933398b337cd3cbdb28aaeb35159ef"
dependencies = [ dependencies = [
"console", "console",
"globset", "globset",

View file

@ -1143,7 +1143,7 @@ mod tests {
}, },
)?; )?;
diagnostics.sort_by_key(Ranged::start); diagnostics.sort_by_key(Ranged::start);
assert_messages!(*snapshot, diagnostics); assert_messages!(&*snapshot, diagnostics);
Ok(()) Ok(())
} }