Skip to content

Commit 8c8135e

Browse files
Bump the cargo group with 4 updates (#29)
* Bump the cargo group with 4 updates Bumps the cargo group with 4 updates: [brioche-pack](https://github.com/brioche-dev/brioche), [clap](https://github.com/clap-rs/clap), [color-eyre](https://github.com/eyre-rs/eyre) and [schemars](https://github.com/GREsau/schemars). Updates `brioche-pack` from `a6109a5` to `8f3ed09` - [Release notes](https://github.com/brioche-dev/brioche/releases) - [Commits](brioche-dev/brioche@a6109a5...8f3ed09) Updates `clap` from 4.5.38 to 4.5.39 - [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.38...clap_complete-v4.5.39) Updates `color-eyre` from 0.6.4 to 0.6.5 - [Commits](https://github.com/eyre-rs/eyre/compare/color-eyre@0.6.4...color-eyre@0.6.5) Updates `schemars` from 0.8.22 to 0.9.0 - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.22...v0.9.0) --- updated-dependencies: - dependency-name: brioche-pack dependency-version: 8f3ed09cd25961ce3bc7d1d5f1e2808f5525509b dependency-type: direct:production dependency-group: cargo - dependency-name: clap dependency-version: 4.5.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: color-eyre dependency-version: 0.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: schemars dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> * build: revert upgrade to schemars 0.9.0 Signed-off-by: Jérémy Audiger <jeremy.audiger@icloud.com> * ci: prevent dependabot to upgrade schemars dependency Signed-off-by: Jérémy Audiger <jeremy.audiger@icloud.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jérémy Audiger <jeremy.audiger@icloud.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jérémy Audiger <jeremy.audiger@icloud.com>
1 parent 1dd4274 commit 8c8135e

3 files changed

Lines changed: 13 additions & 11 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ updates:
2323
cargo:
2424
patterns:
2525
- "*"
26+
ignore:
27+
- dependency-name: "schemars"

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/brioche-packer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ brioche-autopack = { path = "../brioche-autopack" }
99
brioche-pack = { workspace = true }
1010
brioche-resources = { path = "../brioche-resources" }
1111
bstr = "1.9.1"
12-
clap = { version = "4.5.38", features = ["derive"] }
13-
color-eyre = "0.6.4"
12+
clap = { version = "4.5.39", features = ["derive"] }
13+
color-eyre = "0.6.5"
1414
eyre = "0.6.12"
1515
globset = "0.4.16"
1616
goblin = "0.10.0"

0 commit comments

Comments
 (0)