From 89cf6ba9c21ab02dab6088da1d2fac5f51bc85d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Dec 2021 04:17:55 +0000 Subject: Bump clap_generate from 3.0.0-rc.8 to 3.0.0-rc.9 Bumps [clap_generate](https://github.com/clap-rs/clap) from 3.0.0-rc.8 to 3.0.0-rc.9. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_generate-v3.0.0-rc.8...clap_generate-v3.0.0-rc.9) --- updated-dependencies: - dependency-name: clap_generate dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6b4fd72..9637547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" clap = { version = "3.0.0-rc.0", features = ["derive", "cargo", "wrap_help"] } -clap_generate = "3.0.0-rc.8" +clap_generate = "3.0.0-rc.9" chrono = "0.4" chrono-humanize = "0.2" serde = { version = "1", features = ["derive"] } -- cgit v1.2.3 From 1db2d38296da532e59c0665b4574d52a609d36de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Dec 2021 04:18:55 +0000 Subject: Bump clap_generate from 3.0.0-rc.9 to 3.0.0-rc.11 Bumps [clap_generate](https://github.com/clap-rs/clap) from 3.0.0-rc.9 to 3.0.0-rc.11. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_generate-v3.0.0-rc.9...clap_generate-v3.0.0-rc.11) --- updated-dependencies: - dependency-name: clap_generate dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9637547..fe896f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" clap = { version = "3.0.0-rc.0", features = ["derive", "cargo", "wrap_help"] } -clap_generate = "3.0.0-rc.9" +clap_generate = "3.0.0-rc.11" chrono = "0.4" chrono-humanize = "0.2" serde = { version = "1", features = ["derive"] } -- cgit v1.2.3 From 70c934c0062988163bcbe12dbe971cfac27f596d Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 3 Jan 2022 10:33:31 +0100 Subject: Upgrade clap --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fe896f5..98c7963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,8 @@ port_check = "0.1" bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" -clap = { version = "3.0.0-rc.0", features = ["derive", "cargo", "wrap_help"] } -clap_generate = "3.0.0-rc.11" +clap = { version = "3.0.0", features = ["derive", "cargo", "wrap_help"] } +clap_complete = "3.0.0" chrono = "0.4" chrono-humanize = "0.2" serde = { version = "1", features = ["derive"] } -- cgit v1.2.3 From 3940b83af7728d6ea22c8e07ee1c913a8cfa5d83 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 4 Jan 2022 11:19:22 +0100 Subject: Bump deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 98c7963..cedc4f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,8 @@ port_check = "0.1" bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" -clap = { version = "3.0.0", features = ["derive", "cargo", "wrap_help"] } -clap_complete = "3.0.0" +clap = { version = "3.0.1", features = ["derive", "cargo", "wrap_help"] } +clap_complete = "3.0.1" chrono = "0.4" chrono-humanize = "0.2" serde = { version = "1", features = ["derive"] } -- cgit v1.2.3 From b9cbb0ce2b5ce33d20748289b7b253730d57b9e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 04:23:56 +0000 Subject: Bump clap from 3.0.1 to 3.0.4 Bumps [clap](https://github.com/clap-rs/clap) from 3.0.1 to 3.0.4. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.0.1...v3.0.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cedc4f4..8521c63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ port_check = "0.1" bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" -clap = { version = "3.0.1", features = ["derive", "cargo", "wrap_help"] } +clap = { version = "3.0.4", features = ["derive", "cargo", "wrap_help"] } clap_complete = "3.0.1" chrono = "0.4" chrono-humanize = "0.2" -- cgit v1.2.3 From 58b9a2f2f0c1d289c716760d241923bc0ce32886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 13:10:05 +0000 Subject: Bump clap_complete from 3.0.1 to 3.0.2 Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.0.1...clap_complete-v3.0.2) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8521c63..0cc3c54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" clap = { version = "3.0.4", features = ["derive", "cargo", "wrap_help"] } -clap_complete = "3.0.1" +clap_complete = "3.0.2" chrono = "0.4" chrono-humanize = "0.2" serde = { version = "1", features = ["derive"] } -- cgit v1.2.3 From c50c0cae0fb617c7a68c1f81d965cb3ba9d158c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 04:19:55 +0000 Subject: Bump clap from 3.0.4 to 3.0.5 Bumps [clap](https://github.com/clap-rs/clap) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0cc3c54..7a64d8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ port_check = "0.1" bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" -clap = { version = "3.0.4", features = ["derive", "cargo", "wrap_help"] } +clap = { version = "3.0.5", features = ["derive", "cargo", "wrap_help"] } clap_complete = "3.0.2" chrono = "0.4" chrono-humanize = "0.2" -- cgit v1.2.3 From e9e00022b4e1c468e93e95ca2d2c9e88eb890648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 04:17:23 +0000 Subject: Bump clap from 3.0.5 to 3.0.6 Bumps [clap](https://github.com/clap-rs/clap) from 3.0.5 to 3.0.6. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.5...v3.0.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7a64d8c..deaa89a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ port_check = "0.1" bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" -clap = { version = "3.0.5", features = ["derive", "cargo", "wrap_help"] } +clap = { version = "3.0.6", features = ["derive", "cargo", "wrap_help"] } clap_complete = "3.0.2" chrono = "0.4" chrono-humanize = "0.2" -- cgit v1.2.3 From 2024196323f6867074b1fb60429c4748f8816fba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 04:14:16 +0000 Subject: Bump clap from 3.0.6 to 3.0.7 Bumps [clap](https://github.com/clap-rs/clap) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.6...v3.0.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index deaa89a..929a595 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ port_check = "0.1" bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" -clap = { version = "3.0.6", features = ["derive", "cargo", "wrap_help"] } +clap = { version = "3.0.7", features = ["derive", "cargo", "wrap_help"] } clap_complete = "3.0.2" chrono = "0.4" chrono-humanize = "0.2" -- cgit v1.2.3 From 0faa787ace1cf0d5d8fc32575eaf3f40c9c5ec3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 04:41:49 +0000 Subject: Bump clap_complete from 3.0.2 to 3.0.3 Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.0.2...clap_complete-v3.0.3) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 929a595..e640dd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" clap = { version = "3.0.7", features = ["derive", "cargo", "wrap_help"] } -clap_complete = "3.0.2" +clap_complete = "3.0.3" chrono = "0.4" chrono-humanize = "0.2" serde = { version = "1", features = ["derive"] } -- cgit v1.2.3