diff --git a/Cargo.lock b/Cargo.lock index c8a82059..f47cd3b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,9 +230,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.3" +version = "1.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d" +checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e" dependencies = [ "jobserver", "libc", @@ -431,7 +431,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -1239,7 +1239,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -1553,7 +1553,7 @@ dependencies = [ "fastrand", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -1573,18 +1573,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "2.0.6" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.6" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" dependencies = [ "proc-macro2", "quote", @@ -1790,7 +1790,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 7ae3d174..db0cf45d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ anyhow = "1.0.94" atty = "0.2.14" bindgen = "0.71.1" bzip2 = "0.4.4" -cc = { version = "1.2.3", features = ["parallel"] } +cc = { version = "1.2.5", features = ["parallel"] } chrono = "0.4.39" clap = { version = "4.5.23", features = ["derive", "cargo"] } cmake = "0.1.52" @@ -36,7 +36,7 @@ glob = "0.3.1" itertools = "0.13.0" nom = "7.1.3" termcolor = "1.4.1" -thiserror = "2.0.6" +thiserror = "2.0.8" rand = "0.8.5" rand_chacha = "0.3.1" rustc-hash = "2.1.0" diff --git a/capi/Cargo.toml b/capi/Cargo.toml index 124305ac..cb7449ea 100644 --- a/capi/Cargo.toml +++ b/capi/Cargo.toml @@ -18,7 +18,7 @@ rustsat = { workspace = true, features = ["internals"] } cbindgen = "0.27.0" [dev-dependencies] -inline-c = "0.1.7" +inline-c = "0.1.8" [lib] crate-type = ["staticlib"]