Skip to content

Commit

Permalink
Merge pull request #135 from conjure-cp/dependabot/cargo/all-d4cd4fe6b5
Browse files Browse the repository at this point in the history
Bump the all group with 2 updates
  • Loading branch information
ozgurakgun authored Jan 26, 2024
2 parents 75f3d4e + b7ff9e1 commit 90e1835
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 @@ -14,11 +14,11 @@ conjure_rules = {path = "../crates/conjure_rules" }

serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde_with = "3.4.0"
serde_with = "3.5.0"
thiserror = "1.0.56"
minion_rs = {path = "../solvers/minion" }
anyhow = "1.0.79"
clap = { version = "4.4.16", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
strum_macros = "0.25.3"
strum = "0.25.0"
versions = "6.1.0"
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.192", features = ["derive"] }
serde_json = "1.0.108"
serde_with = "3.4.0"
serde_with = "3.5.0"
strum = "0.25.0"
strum_macros = "0.25.3"
thiserror = "1.0.50"
Expand Down

0 comments on commit 90e1835

Please sign in to comment.