Skip to content

Commit

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

Bump the all group with 5 updates
  • Loading branch information
ozgurakgun authored Jan 29, 2024
2 parents a875ea0 + d8bd84c commit 2ea6a60
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
28 changes: 14 additions & 14 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 @@ -12,15 +12,15 @@ walkdir = "2.4.0"
conjure_core = {path = "../crates/conjure_core" }
conjure_rules = {path = "../crates/conjure_rules" }

serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde_with = "3.5.0"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
serde_with = "3.5.1"
thiserror = "1.0.56"
minion_rs = {path = "../solvers/minion" }
anyhow = "1.0.79"
clap = { version = "4.4.18", features = ["derive"] }
strum_macros = "0.25.3"
strum = "0.25.0"
strum_macros = "0.26.1"
strum = "0.26.1"
versions = "6.1.0"
linkme = "0.3.22"

Expand Down
10 changes: 5 additions & 5 deletions crates/conjure_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ version = "0.0.1"
edition = "2021"

[dependencies]
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
serde_with = "3.5.0"
strum = "0.25.0"
strum_macros = "0.25.3"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
serde_with = "3.5.1"
strum = "0.26.1"
strum_macros = "0.26.1"
thiserror = "1.0.50"

[lints]
Expand Down

0 comments on commit 2ea6a60

Please sign in to comment.