From 8369208bd1f9b20393ce35d09605c007ea5afc70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 08:36:37 +0000 Subject: [PATCH] Bump the all group with 3 updates Bumps the all group with 3 updates: [clap](https://github.com/clap-rs/clap), [versions](https://github.com/fosskers/rs-versions) and [bindgen](https://github.com/rust-lang/rust-bindgen). Updates `clap` from 4.4.13 to 4.4.16 - [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/v4.4.13...v4.4.16) Updates `versions` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/fosskers/rs-versions/releases) - [Changelog](https://github.com/fosskers/rs-versions/blob/master/CHANGELOG.md) - [Commits](https://github.com/fosskers/rs-versions/compare/v6.0.0...v6.1.0) Updates `bindgen` from 0.69.1 to 0.69.2 - [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.1...v0.69.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: versions 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-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ conjure_oxide/Cargo.toml | 4 ++-- solvers/chuffed/Cargo.toml | 2 +- solvers/minion/Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6d3ae6fc..ceb82d034 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.4" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" +checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba" dependencies = [ "anstyle", "anstyle-parse", @@ -116,9 +116,9 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.69.1" +version = "0.69.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2" +checksum = "a4c69fae65a523209d34240b60abe0c42d33d1045d445c0839d8a4894a736e2d" dependencies = [ "bitflags 2.4.1", "cexpr", @@ -197,7 +197,7 @@ dependencies = [ name = "chuffed_rs" version = "0.1.0" dependencies = [ - "bindgen 0.69.1", + "bindgen 0.69.2", "cc", ] @@ -214,9 +214,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.13" +version = "4.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642" +checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445" dependencies = [ "clap_builder", "clap_derive", @@ -224,9 +224,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.12" +version = "4.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9" +checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb" dependencies = [ "anstream", "anstyle", @@ -571,7 +571,7 @@ name = "minion_rs" version = "0.0.1" dependencies = [ "anyhow", - "bindgen 0.69.1", + "bindgen 0.69.2", "glob", "thiserror", ] @@ -886,9 +886,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "versions" -version = "6.0.0" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7c271c81503258e3850c9d0f0d279d4ce9458d3388ef9eaa081b10d542182c3" +checksum = "f37ff4899935ba747849dd9eeb27c0bdd0da0210236704b7e4681a6c7bd6f9c6" dependencies = [ "itertools", "nom", diff --git a/conjure_oxide/Cargo.toml b/conjure_oxide/Cargo.toml index 7cd18c40b..4cc454eb1 100644 --- a/conjure_oxide/Cargo.toml +++ b/conjure_oxide/Cargo.toml @@ -15,10 +15,10 @@ serde_with = "3.4.0" thiserror = "1.0.56" minion_rs = {path = "../solvers/minion" } anyhow = "1.0.79" -clap = { version = "4.4.13", features = ["derive"] } +clap = { version = "4.4.16", features = ["derive"] } strum_macros = "0.25.3" strum = "0.25.0" -versions = "6.0.0" +versions = "6.1.0" [lints] workspace = true diff --git a/solvers/chuffed/Cargo.toml b/solvers/chuffed/Cargo.toml index 0f3b4a50d..2ccc9b0c8 100644 --- a/solvers/chuffed/Cargo.toml +++ b/solvers/chuffed/Cargo.toml @@ -10,4 +10,4 @@ edition = "2021" [build-dependencies] cc = { version = "1.0.83", features = ["parallel"] } -bindgen = "0.69.1" +bindgen = "0.69.2" diff --git a/solvers/minion/Cargo.toml b/solvers/minion/Cargo.toml index 208446dc7..226de0a7c 100644 --- a/solvers/minion/Cargo.toml +++ b/solvers/minion/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.79" thiserror = "1.0.56" [build-dependencies] -bindgen = "0.69.1" +bindgen = "0.69.2" glob = "0.3.1" [lints.clippy]