Skip to content

Commit

Permalink
Merge pull request #130 from conjure-cp/dependabot/cargo/all-4342e09331
Browse files Browse the repository at this point in the history
Bump the all group with 4 updates
  • Loading branch information
ozgurakgun authored Jan 1, 2024
2 parents 9211724 + 54323ea commit b562291
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 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.

8 changes: 4 additions & 4 deletions conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ walkdir = "2.4.0"

[dependencies]
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
serde_json = "1.0.109"
serde_with = "3.4.0"
thiserror = "1.0.51"
thiserror = "1.0.53"
minion_rs = {path = "../solvers/minion" }
anyhow = "1.0.75"
clap = { version = "4.4.11", features = ["derive"] }
anyhow = "1.0.78"
clap = { version = "4.4.12", 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.75"
thiserror = "1.0.51"
anyhow = "1.0.78"
thiserror = "1.0.53"

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

0 comments on commit b562291

Please sign in to comment.