Skip to content

Commit

Permalink
build(deps): bump the all group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates: [clap](https://github.com/clap-rs/clap), [proc-macro2](https://github.com/dtolnay/proc-macro2) and [cc](https://github.com/rust-lang/cc-rs).


Updates `clap` from 4.5.19 to 4.5.20
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.19...clap_complete-v4.5.20)

Updates `proc-macro2` from 1.0.86 to 1.0.87
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.86...1.0.87)

Updates `cc` from 1.1.28 to 1.1.30
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.28...cc-v1.1.30)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent ee6c7ec commit 70ad098
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 70ad098

Please sign in to comment.