From 5d2fcab9e31ac86342c1fba8d9bb9544b30bec3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 21:06:08 +0000 Subject: [PATCH] Bump minus from 5.3.1 to 5.4.0 Bumps [minus](https://github.com/arijit79/minus) from 5.3.1 to 5.4.0. - [Changelog](https://github.com/arijit79/minus/blob/main/CHANGELOG.md) - [Commits](https://github.com/arijit79/minus/commits) --- updated-dependencies: - dependency-name: minus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 30 ++++++++++++------------------ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d4ff44d7..442a84138 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,7 +358,7 @@ dependencies = [ "once_cell", "strsim", "termcolor", - "textwrap 0.16.0", + "textwrap", ] [[package]] @@ -466,15 +466,15 @@ dependencies = [ [[package]] name = "crossterm" -version = "0.22.1" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c85525306c4291d1b73ce93c8acf9c339f9b213aef6c1d85c3830cbf1c16325c" +checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13" dependencies = [ "bitflags 1.3.2", "crossterm_winapi 0.9.0", "libc", - "mio 0.7.14", - "parking_lot 0.11.2", + "mio 0.8.6", + "parking_lot 0.12.1", "signal-hook 0.3.15", "signal-hook-mio", "winapi", @@ -1134,16 +1134,16 @@ dependencies = [ [[package]] name = "minus" -version = "5.3.1" +version = "5.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "262d10ea2863abb8a350f90cca7f01a14018406631e00427e9dae5f8949c3d69" +checksum = "0c3b2098701d3565543b4deca8290a10337dbc585e0e356ca46ffd1b6f7e0d6a" dependencies = [ "crossbeam-channel", - "crossterm 0.22.1", + "crossterm 0.26.1", "once_cell", "parking_lot 0.12.1", "regex", - "textwrap 0.13.4", + "textwrap", "thiserror", ] @@ -1649,7 +1649,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" dependencies = [ "libc", - "mio 0.7.14", + "mio 0.8.6", "signal-hook 0.3.15", ] @@ -1764,19 +1764,13 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.13.4" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd05616119e612a8041ef58f2b578906cc2531a6069047ae092cfb86a325d835" +checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" dependencies = [ "unicode-width", ] -[[package]] -name = "textwrap" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" - [[package]] name = "thiserror" version = "1.0.40" diff --git a/Cargo.toml b/Cargo.toml index c1ce203af..1d01e5f27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ directories = "5.0.1" dockworker = { version = "0.2.1", optional = true } getch = "0.3.1" libc = "0.2" -minus = { version = "5.3", features = ["static_output", "search"] } +minus = { version = "5.4", features = ["static_output", "search"] } once_cell = "1.18.0" serde = "1.0" serde_derive = "1.0"