From 6f4a99ec95861e84ac64915494f3cf555d9303bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:11:09 +0000 Subject: [PATCH] chore(deps): update rust crate insta to 1.35.0 --- Cargo.lock | 4 ++-- aoc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50be5e5..d50d61d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,9 +406,9 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" [[package]] name = "insta" -version = "1.34.0" +version = "1.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" +checksum = "763c0d70648606f5969a50fa8bbea4b52e3702432c622c0b59d619cd654fcb27" dependencies = [ "console", "lazy_static", diff --git a/aoc/Cargo.toml b/aoc/Cargo.toml index cb50cbf..96a0d83 100644 --- a/aoc/Cargo.toml +++ b/aoc/Cargo.toml @@ -16,5 +16,5 @@ mktemp = "0.5.1" thiserror = "1.0.57" [dev-dependencies] -insta = "1.34.0" +insta = "1.35.0" serial_test = { version = "2.0.0", default-features = false }