From b44bf45336eed76958ec20a49599f131e7bc38fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:42:38 +0000 Subject: [PATCH] Bump insta from 1.31.0 to 1.33.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.31.0 to 1.33.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.31.0...1.33.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- protox-parse/Cargo.toml | 2 +- protox/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cacf6a..0914d3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,9 +349,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.31.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a" +checksum = "1aa511b2e298cd49b1856746f6bb73e17036bcd66b25f5e92cdcdbec9bd75686" dependencies = [ "console", "lazy_static", diff --git a/protox-parse/Cargo.toml b/protox-parse/Cargo.toml index 228ff21..c1bc232 100644 --- a/protox-parse/Cargo.toml +++ b/protox-parse/Cargo.toml @@ -25,7 +25,7 @@ prost-types = "0.12.0" thiserror = "1.0.48" [dev-dependencies] -insta = "1.15.0" +insta = "1.33.0" proptest = "1.0.0" [[package.metadata.release.pre-release-replacements]] diff --git a/protox/Cargo.toml b/protox/Cargo.toml index d340bfe..0c08bd5 100644 --- a/protox/Cargo.toml +++ b/protox/Cargo.toml @@ -50,7 +50,7 @@ protox-parse = { version = "0.5.0", path = "../protox-parse" } thiserror = "1.0.48" [dev-dependencies] -insta = { version = "1.15.0", features = ["yaml"] } +insta = { version = "1.33.0", features = ["yaml"] } prost-build = { version = "0.12.0" } prost-reflect = { version = "0.12.0", features = ["serde"] } once_cell = { version = "1.12.0", default_features = false }