From 2bdf6975f2ee2b6ccf125992b1bf87971609c871 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:05:19 +0000 Subject: [PATCH] chore(deps): update rust crate insta to 1.37.0 --- Cargo.lock | 14 ++------------ aoc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f96bb2..ce368bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -413,15 +413,14 @@ dependencies = [ [[package]] name = "insta" -version = "1.36.1" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a7c22c4d34ef4788c351e971c52bfdfe7ea2766f8c5466bc175dd46e52ac22e" +checksum = "1718b3f2b85bb5054baf8ce406e36401f27c3169205f4175504c4b1d98252d3f" dependencies = [ "console", "lazy_static", "linked-hash-map", "similar", - "yaml-rust", ] [[package]] @@ -1244,12 +1243,3 @@ checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" dependencies = [ "memchr", ] - -[[package]] -name = "yaml-rust" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" -dependencies = [ - "linked-hash-map", -] diff --git a/aoc/Cargo.toml b/aoc/Cargo.toml index a5bdbe3..e887ab7 100644 --- a/aoc/Cargo.toml +++ b/aoc/Cargo.toml @@ -16,5 +16,5 @@ mktemp = "0.5.1" thiserror = "1.0.58" [dev-dependencies] -insta = "1.36.1" +insta = "1.37.0" serial_test = { version = "2.0.0", default-features = false }