From e65b2590c31ee1f96b086b52b3e45e92158289ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:51:12 +0000 Subject: [PATCH] chore(deps): update patch updates (#261) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 8 ++++---- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3c43bc0..86815419 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,9 +230,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.11" +version = "1.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4730490333d58093109dc02c23174c3f4d490998c3fed3cc8e82d57afedb9cf" +checksum = "c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda" dependencies = [ "jobserver", "libc", @@ -281,9 +281,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.27" +version = "4.5.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" +checksum = "3e77c3243bd94243c03672cb5154667347c457ca271254724f9f393aee1c05ff" dependencies = [ "clap_builder", "clap_derive", @@ -303,9 +303,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.24" +version = "4.5.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c" +checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed" dependencies = [ "heck 0.5.0", "proc-macro2", @@ -321,9 +321,9 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "cmake" -version = "0.1.53" +version = "0.1.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6" +checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" dependencies = [ "cc", ] @@ -1218,9 +1218,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rustc-hash" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" [[package]] name = "rustc_version" diff --git a/Cargo.toml b/Cargo.toml index b76bcadc..2961509e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,10 @@ anyhow = "1.0.95" atty = "0.2.14" bindgen = "0.71.1" bzip2 = "0.5.0" -cc = { version = "1.2.11", features = ["parallel"] } +cc = { version = "1.2.13", features = ["parallel"] } chrono = "0.4.39" -clap = { version = "4.5.27", features = ["derive", "cargo"] } -cmake = "0.1.53" +clap = { version = "4.5.28", features = ["derive", "cargo"] } +cmake = "0.1.54" concolor-clap = "0.1.0" cpu-time = "1.0.0" flate2 = { version = "1.0.35", features = [ @@ -39,7 +39,7 @@ termcolor = "1.4.1" thiserror = "2.0.11" rand = "0.9.0" rand_chacha = "0.9.0" -rustc-hash = "2.1.0" +rustc-hash = "2.1.1" rustsat = { version = "0.6.3", path = "./", default-features = false } rustsat-cadical = { version = "0.4.3", path = "./cadical" } rustsat-minisat = { version = "0.4.3", path = "./minisat" }