From b85e4e136f1f637dde6376be6271e6730fbb3c06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:14:21 +0000 Subject: [PATCH] cargo: bump insta from 1.24.1 to 1.26.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.24.1 to 1.26.0. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.24.1...1.26.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++---------------- Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2923d8dad..6e5500845 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,15 +309,14 @@ dependencies = [ [[package]] name = "console" -version = "0.15.2" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c" +checksum = "c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a" dependencies = [ "encode_unicode", "lazy_static", "libc", - "terminal_size", - "winapi", + "windows-sys 0.42.0", ] [[package]] @@ -701,9 +700,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.24.1" +version = "1.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb5686bd8e9239eabe90bb30a0c341bffd6fdc177fb556708f2cb792bf00352d" +checksum = "f6f0f08b46e4379744de2ab67aa8f7de3ffd1da3e275adc41fcc82053ede46ff" dependencies = [ "console", "lazy_static", @@ -1718,16 +1717,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "terminal_size" -version = "0.1.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" -dependencies = [ - "libc", - "winapi", -] - [[package]] name = "termtree" version = "0.2.4" diff --git a/Cargo.toml b/Cargo.toml index b7c85ecf6..7096d0f3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ libc = { version = "0.2.139" } assert_cmd = "2.0.7" criterion = "0.4.0" criterion_bencher_compat = "0.4.0" -insta = { version = "1.24.1", features = ["filters"] } +insta = { version = "1.26.0", features = ["filters"] } predicates = "2.1.5" regex = "1.7.0" test-case = "2.2.2" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 2ff11a52d..3c0e08bf4 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -46,7 +46,7 @@ prost = "0.11.5" [dev-dependencies] assert_matches = "1.5.0" -insta = "1.24.1" +insta = "1.26.0" num_cpus = "1.15.0" test-case = "2.2.2" testutils = { path = "testutils" }