Skip to content

build(deps): bump the build group across 1 directory with 6 updates#1090

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/build-225eb0d328
Open

build(deps): bump the build group across 1 directory with 6 updates#1090
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/build-225eb0d328

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps the build group with 6 updates in the / directory:

Package From To
bootc-internal-blockdev 0.2.0 1.15.1
bootc-internal-utils 0.1.0 1.15.1
cap-std-ext 5.1.1 5.1.2
clap 4.6.0 4.6.1
libc 0.2.183 0.2.186
openssl 0.10.76 0.10.78

Updates bootc-internal-blockdev from 0.2.0 to 1.15.1

Release notes

Sourced from bootc-internal-blockdev's releases.

Release v1.15.1

bootc 1.15.1

Changes

The primary goal of this bugfix release is to support installing on Intel VROC systems. We otherwise have a variety of smaller bugfixes, and one effective feature in --karg-delete.

Thanks to all contributors!

New Contributors

Full Changelog: bootc-dev/bootc@v1.15.0...v1.15.1

Assets

  • bootc-1.15.1-vendor.tar.zstd - Vendored dependencies archive
  • bootc-1.15.1.tar.zstd - Source archive

Release v1.15.0

bootc 1.15.0

Features

Composefs

Bug Fixes

... (truncated)

Commits
  • bd93a1e tmt: Rename multi-device-esp test file to match generated code
  • d221194 Release 1.15.1
  • b1fe5d6 blockdev: Handle ESP discovery on Intel VROC RAID devices
  • f3d2d4e sysext: Add fast path dev flow
  • 3ec055f tests: Validate ESP-related error in no-ESP failure test
  • 11ddd18 blockdev: Clean up ESP discovery code
  • 15d28e1 bwrap: Add set_default_path() helper for standard PATH
  • 58fa354 tests: Skip multi-device ESP test on non-UEFI systems
  • c7ecf6f tests: Fix install-outside-container for composefs+grub
  • fa1b1d2 tests: Use locally-built image in test-install-outside-container
  • Additional commits viewable in compare view

Updates bootc-internal-utils from 0.1.0 to 1.15.1

Release notes

Sourced from bootc-internal-utils's releases.

Release v1.15.1

bootc 1.15.1

Changes

The primary goal of this bugfix release is to support installing on Intel VROC systems. We otherwise have a variety of smaller bugfixes, and one effective feature in --karg-delete.

Thanks to all contributors!

New Contributors

Full Changelog: bootc-dev/bootc@v1.15.0...v1.15.1

Assets

  • bootc-1.15.1-vendor.tar.zstd - Vendored dependencies archive
  • bootc-1.15.1.tar.zstd - Source archive

Release v1.15.0

bootc 1.15.0

Features

Composefs

Bug Fixes

... (truncated)

Commits
  • bd93a1e tmt: Rename multi-device-esp test file to match generated code
  • d221194 Release 1.15.1
  • b1fe5d6 blockdev: Handle ESP discovery on Intel VROC RAID devices
  • f3d2d4e sysext: Add fast path dev flow
  • 3ec055f tests: Validate ESP-related error in no-ESP failure test
  • 11ddd18 blockdev: Clean up ESP discovery code
  • 15d28e1 bwrap: Add set_default_path() helper for standard PATH
  • 58fa354 tests: Skip multi-device ESP test on non-UEFI systems
  • c7ecf6f tests: Fix install-outside-container for composefs+grub
  • fa1b1d2 tests: Use locally-built image in test-install-outside-container
  • Additional commits viewable in compare view

Updates cap-std-ext from 5.1.1 to 5.1.2

Release notes

Sourced from cap-std-ext's releases.

v5.1.2

What's Changed

Full Changelog: coreos/cap-std-ext@v5.1.1...v5.1.2

Commits
  • ffb736f Merge pull request #93 from coreos/release
  • ec48f02 Release 5.1.2
  • bc51270 Merge pull request #92 from cgwalters/add-systemd-socket-api
  • b9bfb3d cmdext: Add CmdFds allocator and take_fds() trait method
  • See full diff in compare view

Updates clap from 4.6.0 to 4.6.1

Release notes

Sourced from clap's releases.

v4.6.1

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed
Changelog

Sourced from clap's changelog.

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed
Commits
  • 1420275 chore: Release
  • d2c817d docs: Update changelog
  • f88c94e Merge pull request #6341 from epage/sep
  • acbb822 fix(complete): Reduce risk of conflict with actual subcommands
  • a49fadb refactor(complete): Pull out subcommand separator
  • ddc008b Merge pull request #6332 from epage/update
  • 497dc50 chore: Update compatible dependencies
  • dca2326 Merge pull request #6331 from clap-rs/renovate/j178-prek-action-2.x
  • 54bdaa3 chore(deps): Update j178/prek-action action to v2
  • f0d30d9 chore: Release
  • Additional commits viewable in compare view

Updates libc from 0.2.183 to 0.2.186

Release notes

Sourced from libc's releases.

0.2.186

Added

  • Apple: Add KEVENT_FLAG_* constants (#5070)
  • Linux: Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE (#5060)

Changed

  • CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (#5058)

0.2.185

Added

  • EspIDF: Add espidf_picolibc cfg for picolibc O_* flag values (#5035)
  • Hexagon: add missing constants and fix types for linux-musl (#5042)
  • Redox: Add semaphore functions (#5051)
  • Windows: Add sprintf, snprintf, and the scanf family (#5024)

Fixed

  • Hexagon: Decouple time64 types from musl symbol redirects (#5040)
  • Horizon: Change POLL constants from c_short to c_int (#5045)

0.2.184

MSRV

This release increases the MSRV of libc to 1.65. With this update, you can now always use the core::ffi::c_* types with libc definitions, since libc has been changed to reexport from core rather than redefining them. (This usually worked before but had edge cases.) (#4972)

Added

  • BSD: Add IP_MINTTL to bsd (#5026)
  • Cygwin: Add TIOCM_DSR (#5031)
  • FreeBSD: Added xfile structe and file descriptor types (#5002)
  • Linux: Add CAN netlink bindings (#5011)
  • Linux: Add struct ethhdr (#4239)
  • Linux: Add struct ifinfomsg (#5012)
  • Linux: Define max_align_t for riscv64 (#5029)
  • NetBSD: Add missing CLOCK_ constants (#5020)
  • NuttX: Add _SC_HOST_NAME_MAX (#5004)
  • VxWorks: Add flock and F_*LCK constants (#4043)
  • WASI: Add all _SC_* sysconf constants (#5023)

Deprecated

The remaining fixed-width integer aliases, __uint128_t, __uint128, __int128_t, and __int128, have been deprecated. Use i128 and u128 instead. (#4343)

... (truncated)

Changelog

Sourced from libc's changelog.

0.2.186 - 2026-04-24

Added

  • Apple: Add KEVENT_FLAG_* constants (#5070)
  • Linux: Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE (#5060)

Changed

  • CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (#5058)

0.2.185 - 2026-04-13

Added

  • EspIDF: Add espidf_picolibc cfg for picolibc O_* flag values (#5035)
  • Hexagon: add missing constants and fix types for linux-musl (#5042)
  • Redox: Add semaphore functions (#5051)
  • Windows: Add sprintf, snprintf, and the scanf family (#5024)

Fixed

  • Hexagon: Decouple time64 types from musl symbol redirects (#5040)
  • Horizon: Change POLL constants from c_short to c_int (#5045)

0.2.184 - 2026-04-01

MSRV

This release increases the MSRV of libc to 1.65. With this update, you can now always use the core::ffi::c_* types with libc definitions, since libc has been changed to reexport from core rather than redefining them. (This usually worked before but had edge cases.) (#4972)

Added

  • BSD: Add IP_MINTTL to bsd (#5026)
  • Cygwin: Add TIOCM_DSR (#5031)
  • FreeBSD: Added xfile structe and file descriptor types (#5002)
  • Linux: Add CAN netlink bindings (#5011)
  • Linux: Add struct ethhdr (#4239)
  • Linux: Add struct ifinfomsg (#5012)
  • Linux: Define max_align_t for riscv64 (#5029)
  • NetBSD: Add missing CLOCK_ constants (#5020)
  • NuttX: Add _SC_HOST_NAME_MAX (#5004)
  • VxWorks: Add flock and F_*LCK constants (#4043)
  • WASI: Add all _SC_* sysconf constants (#5023)

Deprecated

... (truncated)

Commits
  • 42620ff [0.2] libc: Release 0.2.186
  • 9db2eaa apple: add KEVENT_FLAG_* constants
  • 3840939 Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE for linux
  • f697deb chore: migrate from Cirrus CI to GHA
  • 71d5bfc libc: Release 0.2.185
  • 1027d1c Revert "ci: Pin nightly to 2026-04-01"
  • 0e9c6e5 redox: Add semaphore functions
  • 24ef457 feat: add back support for gnu windows x86 in ci
  • aa75caf horizon: Change POLL constants from c_short to c_int
  • b7eda5a hexagon: add missing constants and fix types for linux-musl
  • Additional commits viewable in compare view

Updates openssl from 0.10.76 to 0.10.78

Release notes

Sourced from openssl's releases.

openssl-v0.10.78

What's Changed

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.77...openssl-v0.10.78

openssl-v0.10.77

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.76...openssl-v0.10.77

Commits
  • a6debf5 Release openssl v0.10.78 and openssl-sys v0.9.114 (#2609)
  • 09b425e Check derive output buffer length on OpenSSL 1.1.x (#2606)
  • 826c388 Error for short out in MdCtxRef::digest_final() (#2608)
  • 1d10902 Validate callback-returned lengths in PSK and cookie trampolines (#2607)
  • 5af6895 Reject oversized length returns from password callback trampoline (#2605)
  • 718d07f fix inverted bounds assertion in AES key unwrap (#2604)
  • 53cc69d Add support for LibreSSL 4.3.x (#2603)
  • 0b41e79 Fix dangling stack pointer in custom extension add callback (#2599)
  • cbdedf8 Avoid panic for overlong OIDs (#2598)
  • 1fc51ef openssl 4 support (#2591)
  • Additional commits viewable in compare view

Bumps the build group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bootc-internal-blockdev](https://github.com/bootc-dev/bootc) | `0.2.0` | `1.15.1` |
| [bootc-internal-utils](https://github.com/bootc-dev/bootc) | `0.1.0` | `1.15.1` |
| [cap-std-ext](https://github.com/coreos/cap-std-ext) | `5.1.1` | `5.1.2` |
| [clap](https://github.com/clap-rs/clap) | `4.6.0` | `4.6.1` |
| [libc](https://github.com/rust-lang/libc) | `0.2.183` | `0.2.186` |
| [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.76` | `0.10.78` |



Updates `bootc-internal-blockdev` from 0.2.0 to 1.15.1
- [Release notes](https://github.com/bootc-dev/bootc/releases)
- [Commits](bootc-dev/bootc@v0.2.0...v1.15.1)

Updates `bootc-internal-utils` from 0.1.0 to 1.15.1
- [Release notes](https://github.com/bootc-dev/bootc/releases)
- [Commits](bootc-dev/bootc@v0.1...v1.15.1)

Updates `cap-std-ext` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/coreos/cap-std-ext/releases)
- [Commits](coreos/cap-std-ext@v5.1.1...v5.1.2)

Updates `clap` from 4.6.0 to 4.6.1
- [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.6.0...clap_complete-v4.6.1)

Updates `libc` from 0.2.183 to 0.2.186
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.183...0.2.186)

Updates `openssl` from 0.10.76 to 0.10.78
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.76...openssl-v0.10.78)

---
updated-dependencies:
- dependency-name: bootc-internal-blockdev
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: build
- dependency-name: bootc-internal-utils
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: build
- dependency-name: cap-std-ext
  dependency-version: 5.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: clap
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: libc
  dependency-version: 0.2.186
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: openssl
  dependency-version: 0.10.78
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the build group with 6 updates build(deps): bump the build group across 1 directory with 6 updates Apr 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/build-225eb0d328 branch from 06c45a0 to 831c606 Compare April 30, 2026 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants