From 7e94b86860528baf6bafcee765ddc2277f31a11e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:07:13 +0000 Subject: [PATCH] build(deps): bump insta from 1.32.0 to 1.33.0 (#193) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f839054..629a90c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1494,9 +1494,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e02c584f4595792d09509a94cdb92a3cef7592b1eb2d9877ee6f527062d0ea" +checksum = "1aa511b2e298cd49b1856746f6bb73e17036bcd66b25f5e92cdcdbec9bd75686" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index ca5b522e..545a20e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ prost-build = "0.12" [dev-dependencies] csv = "1.2" -insta = { version = "1.32", features = ["yaml"] } +insta = { version = "1.33", features = ["yaml"] } pretty_assertions = "1.4" rstest = "0.18" temp_testdir = "0.2"