Skip to content

Commit

Permalink
Merge pull request #463 from conjure-cp/dependabot/cargo/all-ede551dd7e
Browse files Browse the repository at this point in the history
build(deps): bump the all group with 5 updates
  • Loading branch information
ozgurakgun authored Nov 18, 2024
2 parents 81b2500 + 9cd8a48 commit 85b2e45
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
32 changes: 16 additions & 16 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 @@ -13,16 +13,16 @@ conjure_core = { path = "../crates/conjure_core" }
minion_rs = { path = "../solvers/minion" }

uniplate = "0.1.2"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_with = "3.11.0"
thiserror = "2.0.3"
anyhow = "1.0.93"
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
strum_macros = "0.26.4"
strum = "0.26.3"
versions = "6.3.0"
linkme = "0.3.29"
linkme = "0.3.31"
walkdir = "2.5.0"
regex = "1.11.1"
log = "0.4.22"
Expand Down
8 changes: 4 additions & 4 deletions crates/conjure_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ minion_rs = { path = "../../solvers/minion" }

uniplate = "0.1.2"
project-root = "0.2.2"
linkme = "0.3.29"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
linkme = "0.3.31"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_with = "3.11.0"
strum = "0.26.3"
strum_macros = "0.26.4"
Expand All @@ -26,7 +26,7 @@ regex = "1.11.1"
walkdir = "2.5.0"
derivative = "2.2.0"
schemars = "0.8.21"
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
itertools = "0.13.0"
im = "15.1.0"
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion crates/conjure_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ proc_macro = true
quote = "1.0.36"
syn = { version = "2.0.85", features = ["full"] }
proc-macro2 = "1.0.89"
linkme = "0.3.29"
linkme = "0.3.31"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion solvers/minion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.93"
libc = "0.2.162"
libc = "0.2.164"
thiserror = "2.0.3"

[build-dependencies]
Expand Down

0 comments on commit 85b2e45

Please sign in to comment.