From fe2878f7aa1c3cec33b9e505a6873ebae07e194b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 29 Apr 2025 21:40:18 +0200 Subject: [PATCH] chore(deps): update rust crate insta to v1.43.1 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | insta | 1.43.0 | 1.43.1 | --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce274f5..2984ed0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,9 +452,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.43.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2d11b2f17a45095b8c3603928ba29d7d918d7129d0d0641a36ba73cf07daa6" +checksum = "154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 0356c95..08bf114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } [dev-dependencies] -insta = { version = "=1.43.0", features = ["json"] } +insta = { version = "=1.43.1", features = ["json"] } [profile.release] opt-level = "s"