Skip to content

Commit

Permalink
chore(deps): update patch updates (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 9f3a0a8 commit 9c10a6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 9c10a6d

Please sign in to comment.