Skip to content

Commit

Permalink
Merge pull request #134 from conjure-cp/dependabot/cargo/all-444daff0c4
Browse files Browse the repository at this point in the history
Bump the all group with 3 updates
  • Loading branch information
ozgurakgun authored Jan 15, 2024
2 parents 7f61c0c + 8369208 commit 0e803ca
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 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 conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ serde_with = "3.4.0"
thiserror = "1.0.56"
minion_rs = {path = "../solvers/minion" }
anyhow = "1.0.79"
clap = { version = "4.4.13", features = ["derive"] }
clap = { version = "4.4.16", features = ["derive"] }
strum_macros = "0.25.3"
strum = "0.25.0"
versions = "6.0.0"
versions = "6.1.0"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion solvers/chuffed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ edition = "2021"

[build-dependencies]
cc = { version = "1.0.83", features = ["parallel"] }
bindgen = "0.69.1"
bindgen = "0.69.2"
2 changes: 1 addition & 1 deletion solvers/minion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0.79"
thiserror = "1.0.56"

[build-dependencies]
bindgen = "0.69.1"
bindgen = "0.69.2"
glob = "0.3.1"

[lints.clippy]
Expand Down

0 comments on commit 0e803ca

Please sign in to comment.