From 2b868b95488868c2f886fbbe498a4288ea4513e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:07:24 +0000 Subject: [PATCH] build(deps): bump the all group across 1 directory with 4 updates Bumps the all group with 4 updates in the / directory: [thiserror](https://github.com/dtolnay/thiserror), [clap](https://github.com/clap-rs/clap), [itertools](https://github.com/rust-itertools/itertools) and [bindgen](https://github.com/rust-lang/rust-bindgen). Updates `thiserror` from 1.0.63 to 1.0.64 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.64) Updates `clap` from 4.5.17 to 4.5.18 - [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.17...clap_complete-v4.5.18) Updates `itertools` from 0.12.1 to 0.13.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.13.0) Updates `bindgen` from 0.69.4 to 0.70.1 - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.69.4...v0.70.1) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: bindgen dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 95 ++++++------------------------- conjure_oxide/Cargo.toml | 4 +- crates/conjure_core/Cargo.toml | 4 +- crates/uniplate/Cargo.toml | 2 +- crates/uniplate_derive/Cargo.toml | 2 +- solvers/chuffed/Cargo.toml | 2 +- solvers/minion/Cargo.toml | 4 +- 7 files changed, 27 insertions(+), 86 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9952e772..ab3df1cb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,29 +123,6 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" -[[package]] -name = "bindgen" -version = "0.69.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" -dependencies = [ - "bitflags", - "cexpr", - "clang-sys", - "itertools 0.12.1", - "lazy_static", - "lazycell", - "log", - "prettyplease", - "proc-macro2", - "quote", - "regex", - "rustc-hash", - "shlex", - "syn 2.0.77", - "which", -] - [[package]] name = "bindgen" version = "0.70.1" @@ -155,7 +132,7 @@ dependencies = [ "bitflags", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools", "log", "prettyplease", "proc-macro2", @@ -257,7 +234,7 @@ dependencies = [ name = "chuffed_rs" version = "0.1.0" dependencies = [ - "bindgen 0.69.4", + "bindgen", "cc", ] @@ -274,9 +251,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.17" +version = "4.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac" +checksum = "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3" dependencies = [ "clap_builder", "clap_derive", @@ -284,9 +261,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.17" +version = "4.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73" +checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b" dependencies = [ "anstream", "anstyle", @@ -296,9 +273,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.13" +version = "4.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" +checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" dependencies = [ "heck", "proc-macro2", @@ -328,7 +305,7 @@ dependencies = [ "derivative", "enum_compatability_macro", "im", - "itertools 0.13.0", + "itertools", "linkme", "log", "minion_rs", @@ -468,7 +445,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" name = "enum_compatability_macro" version = "0.1.0" dependencies = [ - "itertools 0.13.0", + "itertools", "quote", "syn 2.0.77", ] @@ -558,15 +535,6 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" -[[package]] -name = "home" -version = "0.5.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" -dependencies = [ - "windows-sys 0.52.0", -] - [[package]] name = "iana-time-zone" version = "0.1.61" @@ -639,15 +607,6 @@ version = "1.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" -[[package]] -name = "itertools" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.13.0" @@ -696,7 +655,7 @@ name = "kissat-sys" version = "0.1.3" source = "git+https://github.com/firefighterduck/kissat-rs?branch=main#45cc75e369c8215c826647f100f4fd0eee3198e9" dependencies = [ - "bindgen 0.70.1", + "bindgen", ] [[package]] @@ -713,12 +672,6 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" -[[package]] -name = "lazycell" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" - [[package]] name = "libc" version = "0.2.158" @@ -804,7 +757,7 @@ name = "minion_rs" version = "0.0.1" dependencies = [ "anyhow", - "bindgen 0.69.4", + "bindgen", "glob", "libc", "thiserror", @@ -1424,18 +1377,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote", @@ -1573,7 +1526,7 @@ dependencies = [ name = "uniplate_derive" version = "0.1.0" dependencies = [ - "itertools 0.12.1", + "itertools", "lazy_static", "log", "proc-macro2", @@ -1635,7 +1588,7 @@ version = "6.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f25d498b63d1fdb376b4250f39ab3a5ee8d103957346abacd911e2d8b612c139" dependencies = [ - "itertools 0.13.0", + "itertools", "nom", ] @@ -1719,18 +1672,6 @@ version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" -[[package]] -name = "which" -version = "4.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" -dependencies = [ - "either", - "home", - "once_cell", - "rustix", -] - [[package]] name = "winapi-util" version = "0.1.9" diff --git a/conjure_oxide/Cargo.toml b/conjure_oxide/Cargo.toml index 6a54f5961..916372f51 100644 --- a/conjure_oxide/Cargo.toml +++ b/conjure_oxide/Cargo.toml @@ -16,9 +16,9 @@ minion_rs = { path = "../solvers/minion" } serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.119" serde_with = "3.8.2" -thiserror = "1.0.61" +thiserror = "1.0.64" anyhow = "1.0.86" -clap = { version = "4.5.8", features = ["derive"] } +clap = { version = "4.5.18", 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 3fd6d244d..cf9f731d7 100644 --- a/crates/conjure_core/Cargo.toml +++ b/crates/conjure_core/Cargo.toml @@ -16,14 +16,14 @@ serde_json = "1.0.119" serde_with = "3.8.2" strum = "0.26.3" strum_macros = "0.26.4" -thiserror = "1.0.61" +thiserror = "1.0.64" log = "0.4.22" anyhow = "1.0.86" regex = "1.10.5" walkdir = "2.5.0" derivative = "2.2.0" schemars = "0.8.21" -clap = { version = "4.5.8", features = ["derive"] } +clap = { version = "4.5.18", features = ["derive"] } itertools = "0.13.0" im = "15.1.0" diff --git a/crates/uniplate/Cargo.toml b/crates/uniplate/Cargo.toml index b2788c3bd..1a774a7ff 100644 --- a/crates/uniplate/Cargo.toml +++ b/crates/uniplate/Cargo.toml @@ -11,7 +11,7 @@ license = "MPL-2.0" im = {version = "15.1.0", features = ["proptest"]} proptest = "1.5.0" proptest-derive = "0.5.0" -thiserror = "1.0.61" +thiserror = "1.0.64" uniplate_derive = {path="../uniplate_derive"} [dev-dependencies] diff --git a/crates/uniplate_derive/Cargo.toml b/crates/uniplate_derive/Cargo.toml index 7454c4b61..3d1d366a9 100644 --- a/crates/uniplate_derive/Cargo.toml +++ b/crates/uniplate_derive/Cargo.toml @@ -13,7 +13,7 @@ proc-macro2 = "1.0.86" syn = { version = "2.0.65", features = ["derive","parsing","printing","clone-impls","proc-macro","extra-traits"] } quote = "1.0.36" log = "0.4.22" -itertools = "0.12.1" +itertools = "0.13.0" lazy_static = "1.4.0" [lints.rust] diff --git a/solvers/chuffed/Cargo.toml b/solvers/chuffed/Cargo.toml index 77c31612a..1c0ee6bb5 100644 --- a/solvers/chuffed/Cargo.toml +++ b/solvers/chuffed/Cargo.toml @@ -10,4 +10,4 @@ edition = "2021" [build-dependencies] cc = { version = "1.0.104", features = ["parallel"] } -bindgen = "0.69.4" +bindgen = "0.70.1" diff --git a/solvers/minion/Cargo.toml b/solvers/minion/Cargo.toml index cd359edeb..c17ad23c7 100644 --- a/solvers/minion/Cargo.toml +++ b/solvers/minion/Cargo.toml @@ -8,10 +8,10 @@ edition = "2021" [dependencies] anyhow = "1.0.86" libc = "0.2.155" -thiserror = "1.0.61" +thiserror = "1.0.64" [build-dependencies] -bindgen = "0.69.4" +bindgen = "0.70.1" glob = "0.3.1" [lints.clippy]