Skip to content

Commit

Permalink
Merge pull request #371 from conjure-cp/dependabot/cargo/all-a4868bdd6b
Browse files Browse the repository at this point in the history
build(deps): bump the all group with 6 updates
  • Loading branch information
ozgurakgun authored Oct 21, 2024
2 parents dc7f98b + 12b328f commit b22e059
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 41 deletions.
62 changes: 31 additions & 31 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,10 +14,10 @@ minion_rs = { path = "../solvers/minion" }

uniplate = "0.1.2"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.119"
serde_json = "1.0.132"
serde_with = "3.11.0"
thiserror = "1.0.64"
anyhow = "1.0.86"
anyhow = "1.0.90"
clap = { version = "4.5.20", features = ["derive"] }
strum_macros = "0.26.4"
strum = "0.26.3"
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 @@ -12,13 +12,13 @@ uniplate = "0.1.2"
project-root = "0.2.2"
linkme = "0.3.27"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.119"
serde_json = "1.0.132"
serde_with = "3.11.0"
strum = "0.26.3"
strum_macros = "0.26.4"
thiserror = "1.0.64"
log = "0.4.22"
anyhow = "1.0.86"
anyhow = "1.0.90"
regex = "1.11.0"
walkdir = "2.5.0"
derivative = "2.2.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/conjure_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ proc_macro = true

[dependencies]
quote = "1.0.36"
syn = { version = "2.0.79", features = ["full"] }
proc-macro2 = "1.0.87"
syn = { version = "2.0.82", features = ["full"] }
proc-macro2 = "1.0.88"
linkme = "0.3.27"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/enum_compatability_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ proc_macro = true

[dependencies]
quote = "1.0.36"
syn = { version = "2.0.79", features = ["parsing","visit-mut","full"] }
syn = { version = "2.0.82", features = ["parsing","visit-mut","full"] }
itertools = "0.13"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion solvers/chuffed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ edition = "2021"
[dependencies]

[build-dependencies]
cc = { version = "1.1.30", features = ["parallel"] }
cc = { version = "1.1.31", features = ["parallel"] }
bindgen = "0.70.1"
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.86"
libc = "0.2.155"
anyhow = "1.0.90"
libc = "0.2.161"
thiserror = "1.0.64"

[build-dependencies]
Expand Down

0 comments on commit b22e059

Please sign in to comment.