Skip to content

Commit

Permalink
chore(deps): update patch updates (#281)
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 Feb 20, 2025
1 parent 93e9a5a commit 9ab3929
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -18,7 +18,7 @@ license = "MIT"
edition = "2021"

[workspace.dependencies]
anyhow = "1.0.95"
anyhow = "1.0.96"
bindgen = "0.71.1"
bzip2 = "0.5.1"
cc = { version = "1.2.14", features = ["parallel"] }
Expand All @@ -43,7 +43,7 @@ rustsat = { version = "0.6.4", path = "./", default-features = false }
rustsat-cadical = { version = "0.4.4", path = "./cadical" }
rustsat-minisat = { version = "0.4.4", path = "./minisat" }
rustsat-solvertests = { path = "./solvertests" }
serde = { version = "1.0.217", features = ["derive"] }
serde = { version = "1.0.218", features = ["derive"] }
signal-hook = "0.3.17"
tempfile = "3.17.1"
visibility = "0.1.1"
Expand Down

0 comments on commit 9ab3929

Please sign in to comment.