Skip to content

Commit

Permalink
build(deps): bump the all group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates in the / directory: [thiserror](https://github.com/dtolnay/thiserror), [clap](https://github.com/clap-rs/clap), [itertools](https://github.com/rust-itertools/itertools) and [bindgen](https://github.com/rust-lang/rust-bindgen).


Updates `thiserror` from 1.0.63 to 1.0.64
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.63...1.0.64)

Updates `clap` from 4.5.17 to 4.5.18
- [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.17...clap_complete-v4.5.18)

Updates `itertools` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.1...v0.13.0)

Updates `bindgen` from 0.69.4 to 0.70.1
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)
- [Commits](rust-lang/rust-bindgen@v0.69.4...v0.70.1)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: bindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent dd2d278 commit 2b868b9
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 86 deletions.
95 changes: 18 additions & 77 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 @@ -16,9 +16,9 @@ minion_rs = { path = "../solvers/minion" }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.119"
serde_with = "3.8.2"
thiserror = "1.0.61"
thiserror = "1.0.64"
anyhow = "1.0.86"
clap = { version = "4.5.8", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
strum_macros = "0.26.4"
strum = "0.26.3"
versions = "6.3.0"
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 @@ -16,14 +16,14 @@ serde_json = "1.0.119"
serde_with = "3.8.2"
strum = "0.26.3"
strum_macros = "0.26.4"
thiserror = "1.0.61"
thiserror = "1.0.64"
log = "0.4.22"
anyhow = "1.0.86"
regex = "1.10.5"
walkdir = "2.5.0"
derivative = "2.2.0"
schemars = "0.8.21"
clap = { version = "4.5.8", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
itertools = "0.13.0"
im = "15.1.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/uniplate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MPL-2.0"
im = {version = "15.1.0", features = ["proptest"]}
proptest = "1.5.0"
proptest-derive = "0.5.0"
thiserror = "1.0.61"
thiserror = "1.0.64"
uniplate_derive = {path="../uniplate_derive"}

[dev-dependencies]
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 @@ -13,7 +13,7 @@ proc-macro2 = "1.0.86"
syn = { version = "2.0.65", features = ["derive","parsing","printing","clone-impls","proc-macro","extra-traits"] }
quote = "1.0.36"
log = "0.4.22"
itertools = "0.12.1"
itertools = "0.13.0"
lazy_static = "1.4.0"

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

[build-dependencies]
cc = { version = "1.0.104", features = ["parallel"] }
bindgen = "0.69.4"
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 @@ -8,10 +8,10 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
libc = "0.2.155"
thiserror = "1.0.61"
thiserror = "1.0.64"

[build-dependencies]
bindgen = "0.69.4"
bindgen = "0.70.1"
glob = "0.3.1"

[lints.clippy]
Expand Down

0 comments on commit 2b868b9

Please sign in to comment.