Skip to content

Commit

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

Bump the all group with 2 updates
  • Loading branch information
ozgurakgun authored Mar 11, 2024
2 parents d305b46 + cf1d9cd commit 1390342
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.

4 changes: 2 additions & 2 deletions conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ thiserror = "1.0.57"
minion_rs = {path = "../solvers/minion" }
anyhow = "1.0.80"
clap = { version = "4.5.1", features = ["derive"] }
strum_macros = "0.26.1"
strum = "0.26.1"
strum_macros = "0.26.2"
strum = "0.26.2"
versions = "6.1.0"
linkme = "0.3.22"
walkdir = "2.5.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/conjure_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_with = "3.6.1"
strum = "0.26.1"
strum_macros = "0.26.1"
strum = "0.26.2"
strum_macros = "0.26.2"
thiserror = "1.0.57"
derive_is_enum_variant = "0.1.1"
enum_compatability_macro = {path= "../enum_compatability_macro"}
Expand Down

0 comments on commit 1390342

Please sign in to comment.