Skip to content

Commit d257a30

Browse files
build(deps): bump the cargo group with 7 updates (#126)
Bumps the cargo group with 7 updates: | Package | From | To | | --- | --- | --- | | [brioche-pack](https://github.com/brioche-dev/brioche) | ``aaeaa7d`` | ``8934756`` | | [libc](https://github.com/rust-lang/libc) | `0.2.183` | `0.2.184` | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.8.3` | `1.8.4` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.58` | `1.2.59` | | [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.17` | `0.3.0` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.3.0` | `2.4.0` | | [semver](https://github.com/dtolnay/semver) | `1.0.27` | `1.0.28` | Updates `brioche-pack` from `aaeaa7d` to `8934756` - [Release notes](https://github.com/brioche-dev/brioche/releases) - [Commits](brioche-dev/brioche@aaeaa7d...8934756) Updates `libc` from 0.2.183 to 0.2.184 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.183...0.2.184) Updates `blake3` from 1.8.3 to 1.8.4 - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.8.3...1.8.4) Updates `cc` from 1.2.58 to 1.2.59 - [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.58...cc-v1.2.59) Updates `cpufeatures` from 0.2.17 to 0.3.0 - [Commits](RustCrypto/utils@cpufeatures-v0.2.17...cpufeatures-v0.3.0) Updates `fastrand` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](smol-rs/fastrand@v2.3.0...v2.4.0) Updates `semver` from 1.0.27 to 1.0.28 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.27...1.0.28) --- updated-dependencies: - dependency-name: brioche-pack dependency-version: 89347561351de0bc7cf016c09713733729cadcd0 dependency-type: direct:production dependency-group: cargo - dependency-name: libc dependency-version: 0.2.184 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: blake3 dependency-version: 1.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: cc dependency-version: 1.2.59 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: cpufeatures dependency-version: 0.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: fastrand dependency-version: 2.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: semver dependency-version: 1.0.28 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 604edc8 commit d257a30

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.lock

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

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-
libc = "0.2.182"
10+
libc = "0.2.184"
1111
runnable-core = { path = "../runnable-core" }
1212
serde_json = "1.0.149"
1313
thiserror = "2.0.18"

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
brioche-pack = { workspace = true }
99
brioche-resources = { path = "../brioche-resources" }
1010
cfg-if = "1.0.4"
11-
libc = "0.2.182"
11+
libc = "0.2.184"
1212
thiserror = "2.0.18"
1313

1414
[target.'cfg(target_os = "linux")'.dependencies]

crates/brioche-resources/Cargo.toml

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

77
[dependencies]
8-
blake3 = "1.8.3"
8+
blake3 = "1.8.4"
99
copy_dir = "0.1.3"
1010
pathdiff = "0.2.3"
1111
thiserror = "2.0.18"

0 commit comments

Comments
 (0)