Skip to content

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

Merged
cgwalters merged 1 commit into
mainfrom
dependabot/cargo/build-225eb0d328
May 21, 2026
Merged

build(deps): bump the build group across 1 directory with 6 updates#1090
cgwalters merged 1 commit into
mainfrom
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 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.2
clap 4.6.0 4.6.1
libc 0.2.183 0.2.186
openssl 0.10.76 0.10.80

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.2

Release notes

Sourced from bootc-internal-utils's releases.

Release v1.15.2

bootc 1.15.2

New features

Other changes

Mostly smaller bugfixes.

New Contributors

Full Changelog: https://github.com/bootc-dev/bootc/compare/v1.15.1...v1.15.2### Assets

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

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.

... (truncated)

Commits
  • 12faf08 tmt: Mark test-42-loader-entries-source as fixme_skip_if_composefs
  • 917608a Release 1.15.2
  • a360f93 hack: Add --retry flags to nushell curl download on centos-10
  • 6101d27 ci: Log df during tmt runs and at the end of jobs
  • 6c9f933 hack: Drop skip_if_unavailable from COPR repo definitions
  • c0656cc dockerfile: Fix bootc container lint for centos
  • 814233c Run cargo xtask update-generated
  • 082fa3e test: Skip soft-reboot-selinux-policy for UKI
  • cf9885b test/gc: Add test for Composefs UKI GC
  • 77b959f tests: Add integration tests for unsealed UKI
  • 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.80

Release notes

Sourced from openssl's releases.

openssl-v0.10.80

What's Changed

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.79...openssl-v0.10.80

openssl-v0.10.79

What's Changed

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

openssl-v0.10.78

What's Changed

... (truncated)

Commits
  • 35be7ae Release openssl 0.10.80 and openssl-sys 0.9.116 (#2639)
  • 19eceb2 Fix output buffer overflow in cipher_update_inplace for AES key-wrap-with-pad...
  • b460eb3 Prefer Homebrew openssl@4 and stop looking for openssl@1.1 (#2633)
  • 649f2d9 Release openssl 0.10.79 and openssl-sys 0.9.115 (#2632)
  • 257f9b2 Fix output buffer overflow for AES key-wrap-with-padding ciphers (#2630)
  • d43e917 Reject non-UTF-8 OCSP responder URLs in X509Ref::ocsp_responders (#2631)
  • f46519c Add PkeyCtxRef::set_context_string for ML-DSA (#2629)
  • ad9ae31 Bind OSSL_PARAM_modified and use it for seed_into (#2628)
  • 4e25c9b Fix process abort when verify/PSK callbacks fire after SSL_CTX swap (#2624)
  • 3dd8f42 Add PKeyRef::seed_into for ML-DSA/ML-KEM seed extraction (#2626)
  • Additional commits viewable in compare view

@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
@jmarrero
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@jmarrero
Copy link
Copy Markdown
Member

@dependabot recreate

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.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.80` |



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.2
- [Release notes](https://github.com/bootc-dev/bootc/releases)
- [Commits](bootc-dev/bootc@v0.1...v1.15.2)

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.80
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.76...openssl-v0.10.80)

---
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 force-pushed the dependabot/cargo/build-225eb0d328 branch from 831c606 to 375e788 Compare May 18, 2026 18:19
@cgwalters cgwalters merged commit 4cf0cd8 into main May 21, 2026
13 of 14 checks passed
@cgwalters cgwalters deleted the dependabot/cargo/build-225eb0d328 branch May 21, 2026 18:54
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.

2 participants