Skip to content

Commit

Permalink
Merge pull request #296 from conjure-cp/dependabot/cargo/all-ba3de28a64
Browse files Browse the repository at this point in the history
build(deps): bump the all group with 4 updates
  • Loading branch information
ozgurakgun authored Apr 17, 2024
2 parents aa6ce74 + d31b860 commit 88e5639
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 40 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.

2 changes: 1 addition & 1 deletion conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde_json = "1.0.114"
serde_with = "3.7.0"
thiserror = "1.0.58"
minion_rs = { path = "../solvers/minion" }
anyhow = "1.0.81"
anyhow = "1.0.82"
clap = { version = "4.5.3", features = ["derive"] }
strum_macros = "0.26.2"
strum = "0.26.2"
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 @@ -19,7 +19,7 @@ strum_macros = "0.26.2"
thiserror = "1.0.58"
derive_is_enum_variant = "0.1.1"
log = "0.4.21"
anyhow = "1.0.81"
anyhow = "1.0.82"
regex = "1.10.4"
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 @@ -7,9 +7,9 @@ edition = "2021"
proc_macro = true

[dependencies]
quote = "1.0.34"
quote = "1.0.36"
syn = { version = "2.0.58", features = ["full"] }
proc-macro2 = "1.0.79"
proc-macro2 = "1.0.80"
linkme = "0.3.25"

[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 @@ -8,7 +8,7 @@ edition = "2021"
proc_macro = true

[dependencies]
quote = "1.0.34"
quote = "1.0.36"
syn = { version = "2.0.58", features = ["parsing","visit-mut","full"] }
itertools = "0.12"

Expand Down
4 changes: 2 additions & 2 deletions crates/uniplate_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ license = "MPL-2.0"
proc-macro = true

[dependencies]
proc-macro2 = "1.0.79"
proc-macro2 = "1.0.80"
syn = "2.0.58"
quote = "1.0.35"
quote = "1.0.36"
log = "0.4.21"
uniplate = {path = "../uniplate"}

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.0.91", features = ["parallel"] }
cc = { version = "1.0.94", features = ["parallel"] }
bindgen = "0.69.4"
2 changes: 1 addition & 1 deletion solvers/minion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
libc = "0.2.153"
thiserror = "1.0.58"

Expand Down

0 comments on commit 88e5639

Please sign in to comment.