Skip to content

Commit

Permalink
Merge pull request #127 from conjure-cp/dependabot/cargo/all-76e4c08ea9
Browse files Browse the repository at this point in the history
Bump the all group with 1 update
  • Loading branch information
ozgurakgun authored Dec 18, 2023
2 parents 02115f1 + b7ddf4a commit 9211724
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -12,7 +12,7 @@ walkdir = "2.4.0"
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
serde_with = "3.4.0"
thiserror = "1.0.50"
thiserror = "1.0.51"
minion_rs = {path = "../solvers/minion" }
anyhow = "1.0.75"
clap = { version = "4.4.11", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion solvers/minion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.75"
thiserror = "1.0.50"
thiserror = "1.0.51"

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

0 comments on commit 9211724

Please sign in to comment.