Skip to content

build(deps): bump the build group across 1 directory with 5 updates#1085

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

build(deps): bump the build group across 1 directory with 5 updates#1085
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/build-f5cd354044

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2026

Bumps the build group with 5 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
libc 0.2.183 0.2.185
openssl 0.10.76 0.10.77

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 libc from 0.2.183 to 0.2.185

Release notes

Sourced from libc's releases.

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)

Fixed

  • breaking Redox: Fix signal action constant types (#5009)
  • EspIDF: Correct the value of DT_* constants (#5034)
  • Redox: Fix locale values and add RTLD_NOLOAD, some TCP constants (#5025)
  • Various: Use Padding::new(<zeroed>) rather than Padding::uninit() (#5036)

Changed

  • potentially breaking Linux: Add new fields to struct ptrace_syscall_info (#4966)

... (truncated)

Changelog

Sourced from libc's changelog.

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

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

Fixed

  • breaking Redox: Fix signal action constant types (#5009)
  • EspIDF: Correct the value of DT_* constants (#5034)
  • Redox: Fix locale values and add RTLD_NOLOAD, some TCP constants (#5025)
  • Various: Use Padding::new(<zeroed>) rather than Padding::uninit() (#5036)

... (truncated)

Commits
  • 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
  • d4613f9 newlib/espidf: Add espidf_picolibc cfg for picolibc O_* flag values
  • c89fd76 Fix typo in Padding comments
  • b3264b2 hexagon: decouple time64 types from musl symbol redirects
  • db1ebee ci: Pin nightly to 2026-04-01
  • Additional commits viewable in compare view

Updates openssl from 0.10.76 to 0.10.77

Release notes

Sourced from openssl's releases.

openssl-v0.10.77

What's Changed

New Contributors

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

Commits
  • 78efb65 Release openssl v0.10.77 and openssl-sys v0.9.113 (#2590)
  • 5507b22 md_ctx: enable sign/verify/reset on BoringSSL, LibreSSL, and AWS-LC (#2589)
  • ba21087 Merge pull request #2588 from goffrie/bump
  • 9cc57fa Bump aws-lc-sys to 0.39
  • ee5c685 CI: Hash-pin all action usage, avoid credential persistence in actions/checko...
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the build group with 5 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` |
| [libc](https://github.com/rust-lang/libc) | `0.2.183` | `0.2.185` |
| [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.76` | `0.10.77` |



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 `libc` from 0.2.183 to 0.2.185
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.185/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.183...0.2.185)

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

---
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: libc
  dependency-version: 0.2.185
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: openssl
  dependency-version: 0.10.77
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
...

Signed-off-by: dependabot[bot] <support@github.com>
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