Skip to content

Commit

Permalink
Merge pull request #293 from conjure-cp/dependabot/cargo/all-012f078a29
Browse files Browse the repository at this point in the history
Bump the all group with 2 updates
  • Loading branch information
ozgurakgun authored Apr 11, 2024
2 parents 6739099 + 75dc02c commit edc3a19
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
38 changes: 19 additions & 19 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 crates/conjure_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ proc_macro = true

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

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.34"
syn = { version = "2.0.57", features = ["parsing","visit-mut","full"] }
syn = { version = "2.0.58", features = ["parsing","visit-mut","full"] }
itertools = "0.12"

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

[dependencies]
proc-macro2 = "1.0.79"
syn = "2.0.57"
syn = "2.0.58"
quote = "1.0.35"
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.88", features = ["parallel"] }
cc = { version = "1.0.91", features = ["parallel"] }
bindgen = "0.69.4"

0 comments on commit edc3a19

Please sign in to comment.