Skip to content

Commit

Permalink
Merge pull request conjure-cp#410 from conjure-cp/dependabot/cargo/al…
Browse files Browse the repository at this point in the history
…l-06ae27e584

build(deps): bump the all group with 4 updates
  • Loading branch information
ozgurakgun authored Nov 4, 2024
2 parents 728e2d5 + 21aca6d commit 3aa9bcc
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 39 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ conjure_core = { path = "../crates/conjure_core" }
minion_rs = { path = "../solvers/minion" }

uniplate = "0.1.2"
serde = { version = "1.0.213", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
serde_with = "3.11.0"
thiserror = "1.0.65"
anyhow = "1.0.91"
thiserror = "1.0.67"
anyhow = "1.0.92"
clap = { version = "4.5.20", features = ["derive"] }
strum_macros = "0.26.4"
strum = "0.26.3"
Expand Down
6 changes: 3 additions & 3 deletions crates/conjure_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ minion_rs = { path = "../../solvers/minion" }
uniplate = "0.1.2"
project-root = "0.2.2"
linkme = "0.3.29"
serde = { version = "1.0.213", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
serde_with = "3.11.0"
strum = "0.26.3"
strum_macros = "0.26.4"
thiserror = "1.0.65"
thiserror = "1.0.67"
log = "0.4.22"
anyhow = "1.0.91"
anyhow = "1.0.92"
regex = "1.11.1"
walkdir = "2.5.0"
derivative = "2.2.0"
Expand Down
4 changes: 2 additions & 2 deletions solvers/minion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
libc = "0.2.161"
thiserror = "1.0.65"
thiserror = "1.0.67"

[build-dependencies]
bindgen = "0.70.1"
Expand Down

0 comments on commit 3aa9bcc

Please sign in to comment.