Skip to content

Commit 975e3d8

Browse files
build(deps): bump the cargo group with 8 updates (#76)
Bumps the cargo group with 8 updates: | Package | From | To | | --- | --- | --- | | [brioche-pack](https://github.com/brioche-dev/brioche) | ``9cf3e14`` | ``bae511a`` | | [bstr](https://github.com/BurntSushi/bstr) | `1.12.0` | `1.12.1` | | [clap](https://github.com/clap-rs/clap) | `4.5.50` | `4.5.51` | | [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.3` | `1.1.4` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.43` | `1.2.44` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.50` | `4.5.51` | | [psm](https://github.com/rust-lang/stacker) | `0.1.27` | `0.1.28` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.20` | `1.0.22` | Updates `brioche-pack` from `9cf3e14` to `bae511a` - [Release notes](https://github.com/brioche-dev/brioche/releases) - [Commits](brioche-dev/brioche@9cf3e14...bae511a) Updates `bstr` from 1.12.0 to 1.12.1 - [Commits](BurntSushi/bstr@1.12.0...1.12.1) Updates `clap` from 4.5.50 to 4.5.51 - [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.50...clap_complete-v4.5.51) Updates `aho-corasick` from 1.1.3 to 1.1.4 - [Commits](BurntSushi/aho-corasick@1.1.3...1.1.4) Updates `cc` from 1.2.43 to 1.2.44 - [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.2.43...cc-v1.2.44) Updates `clap_builder` from 4.5.50 to 4.5.51 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.50...v4.5.51) Updates `psm` from 0.1.27 to 0.1.28 - [Commits](rust-lang/stacker@psm-0.1.27...psm-0.1.28) Updates `unicode-ident` from 1.0.20 to 1.0.22 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.20...1.0.22) --- updated-dependencies: - dependency-name: brioche-pack dependency-version: bae511a414d83b21739a7fac054f9ac14eccebfa dependency-type: direct:production dependency-group: cargo - dependency-name: bstr dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: aho-corasick dependency-version: 1.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: cc dependency-version: 1.2.44 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_builder dependency-version: 4.5.51 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: psm dependency-version: 0.1.28 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: unicode-ident dependency-version: 1.0.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22a2c7f commit 975e3d8

File tree

9 files changed

+44
-25
lines changed

9 files changed

+44
-25
lines changed

Cargo.lock

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

crates/brioche-autopack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version.workspace = true
77
[dependencies]
88
brioche-pack = { workspace = true }
99
brioche-resources = { path = "../brioche-resources" }
10-
bstr = "1.9.1"
10+
bstr = "1.12.1"
1111
eyre = "0.6.12"
1212
globset = "0.4.18"
1313
goblin = "0.10.3"

crates/brioche-ld/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version.workspace = true
88
brioche-autopack = { path = "../brioche-autopack" }
99
brioche-pack = { workspace = true }
1010
brioche-resources = { path = "../brioche-resources" }
11-
bstr = "1.8.0"
11+
bstr = "1.12.1"
1212
chumsky = "0.11.1"
1313
eyre = "0.6.12"
1414
thiserror = "2.0.17"

crates/brioche-packed-plain-exec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version.workspace = true
77
[dependencies]
88
brioche-pack = { workspace = true }
99
brioche-resources = { path = "../brioche-resources" }
10-
bstr = "1.8.0"
10+
bstr = "1.12.1"
1111
libc = "0.2.177"
1212
runnable-core = { path = "../runnable-core" }
1313
serde_json = "1.0.145"

crates/brioche-packed-userland-exec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version.workspace = true
88
bincode = "2.0.0-rc.3"
99
brioche-pack = { workspace = true }
1010
brioche-resources = { path = "../brioche-resources" }
11-
bstr = "1.8.0"
11+
bstr = "1.12.1"
1212
cfg-if = "1.0.4"
1313
libc = "0.2.177"
1414
thiserror = "2.0.17"

crates/brioche-packer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ rust-version.workspace = true
88
brioche-autopack = { path = "../brioche-autopack" }
99
brioche-pack = { workspace = true }
1010
brioche-resources = { path = "../brioche-resources" }
11-
bstr = "1.9.1"
12-
clap = { version = "4.5.50", features = ["derive"] }
11+
bstr = "1.12.1"
12+
clap = { version = "4.5.51", features = ["derive"] }
1313
color-eyre = "0.6.5"
1414
eyre = "0.6.12"
1515
globset = "0.4.18"

crates/brioche-resources/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rust-version.workspace = true
66

77
[dependencies]
88
blake3 = "1.8.2"
9-
bstr = "1.9.1"
9+
bstr = "1.12.1"
1010
copy_dir = "0.1.3"
1111
pathdiff = "0.2.3"
1212
thiserror = "2.0.17"

crates/brioche-strip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version.workspace = true
88
brioche-autopack = { path = "../brioche-autopack" }
99
brioche-pack = { workspace = true }
1010
brioche-resources = { path = "../brioche-resources" }
11-
bstr = "1.8.0"
11+
bstr = "1.12.1"
1212
eyre = "0.6.12"
1313
tempfile = "3.23.0"
1414
thiserror = "2.0.17"

crates/runnable-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version.workspace = true
77
[dependencies]
88
bincode = "2.0.0-rc.3"
99
brioche-resources = { path = "../brioche-resources" }
10-
bstr = "1.9.1"
10+
bstr = "1.12.1"
1111
schemars = "1.0.4"
1212
serde = { version = "1.0.228", features = ["derive"] }
1313
serde_with = { version = "3.15.1", features = ["schemars_1"] }

0 commit comments

Comments
 (0)