Skip to content

Commit

Permalink
Merge pull request #131 from conjure-cp/dependabot/cargo/all-5cf0ba5500
Browse files Browse the repository at this point in the history
Bump the all group with 5 updates
  • Loading branch information
ozgurakgun authored Jan 8, 2024
2 parents 4009a57 + 9987d06 commit 4d8f728
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 38 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.

10 changes: 5 additions & 5 deletions conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ default-run = "conjure_oxide"
walkdir = "2.4.0"

[dependencies]
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.109"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde_with = "3.4.0"
thiserror = "1.0.53"
thiserror = "1.0.56"
minion_rs = {path = "../solvers/minion" }
anyhow = "1.0.78"
clap = { version = "4.4.12", features = ["derive"] }
anyhow = "1.0.79"
clap = { version = "4.4.13", features = ["derive"] }
strum_macros = "0.25.3"
strum = "0.25.0"
versions = "6.0.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,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.78"
thiserror = "1.0.53"
anyhow = "1.0.79"
thiserror = "1.0.56"

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

0 comments on commit 4d8f728

Please sign in to comment.