From 7f884fa582487c3a0d8b71eaeb2c60d7e257889e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 02:58:07 +0000 Subject: [PATCH] Bump expect-test from 1.4.0 to 1.4.1 Bumps [expect-test](https://github.com/rust-analyzer/expect-test) from 1.4.0 to 1.4.1. - [Changelog](https://github.com/rust-analyzer/expect-test/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-analyzer/expect-test/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: expect-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3abf529b..d2cfd74f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,9 +490,9 @@ dependencies = [ [[package]] name = "expect-test" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3" +checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3" dependencies = [ "dissimilar", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 9a6692d5..8fcb83eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ plist = "1.4.3" [dev-dependencies] assert_cmd = "2.0.10" -expect-test = "1.4.0" +expect-test = "1.4.1" serial_test = { version = "2.0.0", default-features = false } predicates = "3.0.3" wait-timeout = "0.2.0"