Skip to content

Commit

Permalink
Merge pull request #367 from conjure-cp/dependabot/cargo/all-9013a58b7a
Browse files Browse the repository at this point in the history
build(deps): bump the all group with 3 updates
  • Loading branch information
ozgurakgun authored Oct 14, 2024
2 parents ee6c7ec + 70ad098 commit 6248264
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 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 @@ -18,7 +18,7 @@ serde_json = "1.0.119"
serde_with = "3.11.0"
thiserror = "1.0.64"
anyhow = "1.0.86"
clap = { version = "4.5.19", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
strum_macros = "0.26.4"
strum = "0.26.3"
versions = "6.3.0"
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 @@ -23,7 +23,7 @@ regex = "1.11.0"
walkdir = "2.5.0"
derivative = "2.2.0"
schemars = "0.8.21"
clap = { version = "4.5.19", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
itertools = "0.13.0"
im = "15.1.0"

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 @@ -9,7 +9,7 @@ proc_macro = true
[dependencies]
quote = "1.0.36"
syn = { version = "2.0.79", features = ["full"] }
proc-macro2 = "1.0.86"
proc-macro2 = "1.0.87"
linkme = "0.3.27"

[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.28", features = ["parallel"] }
cc = { version = "1.1.30", features = ["parallel"] }
bindgen = "0.70.1"

0 comments on commit 6248264

Please sign in to comment.