From 5fe55a7fee8286a5d03d2a5f833fc516ca3a56e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:13:14 +0000 Subject: [PATCH 1/2] build(deps): bump assert_cmd from 2.0.12 to 2.0.13 Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.12 to 2.0.13. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.12...v2.0.13) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 35 +++++------------------------------ backhand-test/Cargo.toml | 2 +- backhand/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 32 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80a6f8b1..f08ae9a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,21 +23,6 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" -[[package]] -name = "anstream" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" -dependencies = [ - "anstyle", - "anstyle-parse", - "anstyle-query", - "anstyle-wincon 1.0.2", - "colorchoice", - "is-terminal", - "utf8parse", -] - [[package]] name = "anstream" version = "0.6.7" @@ -47,7 +32,7 @@ dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", - "anstyle-wincon 3.0.2", + "anstyle-wincon", "colorchoice", "utf8parse", ] @@ -76,16 +61,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "anstyle-wincon" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c677ab05e09154296dd37acecd46420c17b9713e8366facafa8fc0885167cf4c" -dependencies = [ - "anstyle", - "windows-sys 0.48.0", -] - [[package]] name = "anstyle-wincon" version = "3.0.2" @@ -98,11 +73,11 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.0.12" +version = "2.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" +checksum = "00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467" dependencies = [ - "anstream 0.3.2", + "anstream", "anstyle", "bstr", "doc-comment", @@ -280,7 +255,7 @@ version = "4.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6c0db58c659eef1c73e444d298c27322a1b52f6927d2ad470c0c0f96fa7b8fa" dependencies = [ - "anstream 0.6.7", + "anstream", "anstyle", "clap_lex", "strsim", diff --git a/backhand-test/Cargo.toml b/backhand-test/Cargo.toml index 7d998b72..fc0eeff6 100644 --- a/backhand-test/Cargo.toml +++ b/backhand-test/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dev-dependencies] backhand = { path = "../backhand", default-features = false } -assert_cmd = { version = "2.0.12", features = ["color", "color-auto"] } +assert_cmd = { version = "2.0.13", features = ["color", "color-auto"] } dir-diff = { git = "https://github.com/wcampbell0x2a/dir-diff", branch = "add-checking-permissions" } tempfile = "3.9.0" test-assets = { git = "https://github.com/wcampbell0x2a/test-assets", branch = "replace-curl-ureq" } diff --git a/backhand/Cargo.toml b/backhand/Cargo.toml index efae9dc1..90f28925 100644 --- a/backhand/Cargo.toml +++ b/backhand/Cargo.toml @@ -42,7 +42,7 @@ zstd = ["dep:zstd"] [dev-dependencies] test-log = { version = "0.2.14", features = ["trace"] } test-assets = { git = "https://github.com/wcampbell0x2a/test-assets", branch = "replace-curl-ureq" } -assert_cmd = { version = "2.0.12", features = ["color", "color-auto"] } +assert_cmd = { version = "2.0.13", features = ["color", "color-auto"] } dir-diff = { git = "https://github.com/wcampbell0x2a/dir-diff", branch = "add-checking-permissions" } tempfile = "3.9.0" criterion = "0.5" From d689a0aaf4f0bd0c576210fe2eb1a7a3f4c2e04e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 16 Jan 2024 13:15:47 +0000 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 578ec695..33a3248a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `actions/upload-artifact` from 4.0.0 to 4.1.0 ([#423](https://github.com/wcampbell0x2a/backhand/pull/423)) - Bump `libc` from 0.2.151 to 0.2.152 ([#408](https://github.com/wcampbell0x2a/backhand/pull/408)) - Bump `clap_complete` from 4.4.5 to 4.4.7 ([#426](https://github.com/wcampbell0x2a/backhand/pull/426)) +- Bump `assert_cmd` from 2.0.12 to 2.0.13 ([#422](https://github.com/wcampbell0x2a/backhand/pull/422)) ## [v0.14.1] - 2024-01-13 ### `backhand`