From deb4b437ebd6d9829e6dc8279a73c603bc5fc24e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 07:36:28 +0000 Subject: [PATCH] Bump the known_good_semver group with 4 updates Bumps the known_good_semver group with 4 updates: [clap](https://github.com/clap-rs/clap), [colour](https://github.com/Fraser999/Colour), [regex](https://github.com/rust-lang/regex) and [toml_edit](https://github.com/toml-rs/toml). Updates `clap` from 4.5.4 to 4.5.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/clap_complete-v4.5.4...v4.5.6) Updates `colour` from 2.0.0 to 2.1.0 - [Changelog](https://github.com/Fraser999/Colour/blob/master/CHANGELOG.md) - [Commits](https://github.com/Fraser999/Colour/compare/v2.0.0...v2.1.0) Updates `regex` from 1.10.4 to 1.10.5 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.10.4...1.10.5) Updates `toml_edit` from 0.22.13 to 0.22.14 - [Commits](https://github.com/toml-rs/toml/compare/v0.22.13...v0.22.14) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: known_good_semver - dependency-name: colour dependency-type: direct:production update-type: version-update:semver-minor dependency-group: known_good_semver - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: known_good_semver - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: known_good_semver ... Signed-off-by: dependabot[bot] --- Cargo.lock | 51 ++++++++++++++++++++++++++++++++++++++------------- Cargo.toml | 8 ++++---- 2 files changed, 42 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 673c9c8..0d1f833 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,9 +189,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.4" +version = "4.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" +checksum = "a9689a29b593160de5bc4aacab7b5d54fb52231de70122626c178e6a368994c7" dependencies = [ "clap_builder", "clap_derive", @@ -199,9 +199,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.2" +version = "4.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" +checksum = "2e5387378c84f6faa26890ebf9f0a92989f8873d4d380467bcd0d8d8620424df" dependencies = [ "anstream", "anstyle", @@ -211,9 +211,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.4" +version = "4.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" +checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" dependencies = [ "heck", "proc-macro2", @@ -235,9 +235,12 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "colour" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692e39ee1f14432931eb080a5e8e8930a7eff3d19e638cd04091534ebc40b928" +checksum = "b536eebcabe54980476d120a182f7da2268fe02d22575cca99cee5fdda178280" +dependencies = [ + "winapi", +] [[package]] name = "criterion" @@ -803,9 +806,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.4" +version = "1.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" +checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" dependencies = [ "aho-corasick", "memchr", @@ -1058,9 +1061,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.13" +version = "0.22.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c" +checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" dependencies = [ "indexmap", "toml_datetime", @@ -1205,6 +1208,22 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "winapi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" +dependencies = [ + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", +] + +[[package]] +name = "winapi-i686-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + [[package]] name = "winapi-util" version = "0.1.8" @@ -1214,6 +1233,12 @@ dependencies = [ "windows-sys", ] +[[package]] +name = "winapi-x86_64-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + [[package]] name = "windows-sys" version = "0.52.0" @@ -1337,7 +1362,7 @@ dependencies = [ "serde_json", "serde_yaml", "tempfile", - "toml_edit 0.22.13", + "toml_edit 0.22.14", "tracing", "zepter", ] diff --git a/Cargo.toml b/Cargo.toml index 44ee4f6..9e19b68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,20 +22,20 @@ anyhow = { version = "1.0.86", optional = true } assert_cmd = { version = "2.0.14", optional = true } camino = "1.1.7" cargo_metadata = "0.18.1" -clap = { version = "4.5.4", features = ["derive", "cargo"] } -colour = { version = "2.0.0", optional = true } +clap = { version = "4.5.6", features = ["derive", "cargo"] } +colour = { version = "2.1.0", optional = true } criterion = { version = "0.5", optional = true } env_logger = { version = "0.11.3", features = [ "auto-color", "humantime" ], optional = true } histo = { version = "1.0.0", optional = true } itertools = "0.13.0" log = { version = "0.4.21", optional = true } -regex = "1.10.4" +regex = "1.10.5" semver = "1" serde = "1.0.203" serde_json = { version = "1.0.117", optional = true } serde_yaml = "0.9.34" tempfile = { version = "3.10.1", optional = true } -toml_edit = "0.22.13" +toml_edit = "0.22.14" tracing = { version = "0.1.40", optional = true } [dev-dependencies]