From 70ad0983f902d9dccecfc990edf526a449a55227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:01:56 +0000 Subject: [PATCH] build(deps): bump the all group with 3 updates Bumps the all group with 3 updates: [clap](https://github.com/clap-rs/clap), [proc-macro2](https://github.com/dtolnay/proc-macro2) and [cc](https://github.com/rust-lang/cc-rs). Updates `clap` from 4.5.19 to 4.5.20 - [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.19...clap_complete-v4.5.20) Updates `proc-macro2` from 1.0.86 to 1.0.87 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.86...1.0.87) Updates `cc` from 1.1.28 to 1.1.30 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.28...cc-v1.1.30) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- conjure_oxide/Cargo.toml | 2 +- crates/conjure_core/Cargo.toml | 2 +- crates/conjure_macros/Cargo.toml | 2 +- solvers/chuffed/Cargo.toml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b8c8067f1..395653af2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -193,9 +193,9 @@ checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" [[package]] name = "cc" -version = "1.1.28" +version = "1.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" +checksum = "b16803a61b81d9eabb7eae2588776c4c1e584b738ede45fdbb4c972cec1e9945" dependencies = [ "jobserver", "libc", @@ -251,9 +251,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.19" +version = "4.5.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615" +checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" dependencies = [ "clap_builder", "clap_derive", @@ -261,9 +261,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.19" +version = "4.5.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b" +checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" dependencies = [ "anstream", "anstyle", @@ -879,9 +879,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" +checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" dependencies = [ "unicode-ident", ] diff --git a/conjure_oxide/Cargo.toml b/conjure_oxide/Cargo.toml index 9c7773efb7..733100c576 100644 --- a/conjure_oxide/Cargo.toml +++ b/conjure_oxide/Cargo.toml @@ -18,7 +18,7 @@ serde_json = "1.0.119" serde_with = "3.11.0" thiserror = "1.0.64" anyhow = "1.0.86" -clap = { version = "4.5.19", features = ["derive"] } +clap = { version = "4.5.20", features = ["derive"] } strum_macros = "0.26.4" strum = "0.26.3" versions = "6.3.0" diff --git a/crates/conjure_core/Cargo.toml b/crates/conjure_core/Cargo.toml index 9105848eb6..4bc6f745b2 100644 --- a/crates/conjure_core/Cargo.toml +++ b/crates/conjure_core/Cargo.toml @@ -23,7 +23,7 @@ regex = "1.11.0" walkdir = "2.5.0" derivative = "2.2.0" schemars = "0.8.21" -clap = { version = "4.5.19", features = ["derive"] } +clap = { version = "4.5.20", features = ["derive"] } itertools = "0.13.0" im = "15.1.0" diff --git a/crates/conjure_macros/Cargo.toml b/crates/conjure_macros/Cargo.toml index 92fe8bea33..0496809ed7 100644 --- a/crates/conjure_macros/Cargo.toml +++ b/crates/conjure_macros/Cargo.toml @@ -9,7 +9,7 @@ proc_macro = true [dependencies] quote = "1.0.36" syn = { version = "2.0.79", features = ["full"] } -proc-macro2 = "1.0.86" +proc-macro2 = "1.0.87" linkme = "0.3.27" [lints] diff --git a/solvers/chuffed/Cargo.toml b/solvers/chuffed/Cargo.toml index 86b40b2eed..2144b3b7f6 100644 --- a/solvers/chuffed/Cargo.toml +++ b/solvers/chuffed/Cargo.toml @@ -9,5 +9,5 @@ edition = "2021" [dependencies] [build-dependencies] -cc = { version = "1.1.28", features = ["parallel"] } +cc = { version = "1.1.30", features = ["parallel"] } bindgen = "0.70.1"