Skip to content

Commit

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

Bump the all group with 3 updates
  • Loading branch information
ozgurakgun authored Feb 5, 2024
2 parents 6a003de + ad70180 commit 455dd95
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ conjure_rules = {path = "../crates/conjure_rules" }

serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
serde_with = "3.5.1"
serde_with = "3.6.0"
thiserror = "1.0.56"
minion_rs = {path = "../solvers/minion" }
anyhow = "1.0.79"
Expand Down
2 changes: 1 addition & 1 deletion crates/conjure_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
serde_with = "3.5.1"
serde_with = "3.6.0"
strum = "0.26.1"
strum_macros = "0.26.1"
thiserror = "1.0.50"
Expand Down
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.2"
bindgen = "0.69.4"
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.2"
bindgen = "0.69.4"
glob = "0.3.1"

[lints.clippy]
Expand Down

0 comments on commit 455dd95

Please sign in to comment.