Skip to content

Commit

Permalink
misc: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Jul 1, 2024
1 parent 03e888b commit d6500ca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@ license = "MIT"
edition = "2021"

[workspace.dependencies]
anyhow = "1.0.83"
anyhow = "1.0.86"
atty = "0.2.14"
bzip2 = "0.4.4"
cc = { version = "1.0.97", features = ["parallel"] }
chrono = "0.4.31"
clap = { version = "4.5.4", features = ["derive", "cargo"] }
cc = { version = "1.0.104", features = ["parallel"] }
chrono = "0.4.38"
clap = { version = "4.5.8", features = ["derive", "cargo"] }
cmake = "0.1.50"
concolor-clap = "0.1.0"
cpu-time = "1.0.0"
flate2 = { version = "1.0.30", features = [
"zlib-ng",
], default-features = false }
git2 = "0.18.3"
git2 = "0.19.0"
glob = "0.3.1"
nom = "7.1.3"
termcolor = "1.4.1"
thiserror = "1.0.60"
thiserror = "1.0.61"
rand = "0.8.5"
rand_chacha = "0.3.1"
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"
rustsat = { version = "0.5.1", path = "./", default-features = false }
rustsat-cadical = { version = "0.3.1", path = "./cadical" }
rustsat-minisat = { version = "0.3.1", path = "./minisat" }
Expand Down

0 comments on commit d6500ca

Please sign in to comment.