Skip to content

build(deps): bump the build group across 1 directory with 4 updates#1083

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

build(deps): bump the build group across 1 directory with 4 updates#1083
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/build-424918935c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the build group with 4 updates in the / directory: bootc-internal-blockdev, bootc-internal-utils, libc and openssl.

Updates bootc-internal-blockdev from 0.2.0 to 1.15.0

Release notes

Sourced from bootc-internal-blockdev's releases.

Release v1.15.0

bootc 1.15.0

Features

Composefs

Bug Fixes

Other changes (Docs, CI, Internal)

Assets

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

New Contributors

Release v1.14.1

bootc 1.14.1

Due to a procedural snafu, the 1.14.0 release did not have the generated source artifacts attached. This release does. We intentionally enable "immutable releases" to disallow changing the artifacts attached to a release, so we need to make a new one.

However, we also merged a single feature commit between the release and now, a new experimental feature:

... (truncated)

Commits
  • d8785c6 Release 1.15.0
  • 7d0cfe6 feat(upgrade): add --tag option for tag-based upgrades
  • 3baea80 chore(deps): update github actions
  • 243b9fd fix(deps): update rust (#2103)
  • 0018400 container-export: Handle metacopy=off overlay setups
  • 222ecc0 ostree-ext/store: Relabel layer commits to avoid duplicate objects
  • 13cb153 ostree-ext/store: Label layers of plain OCI images using booted policy
  • 850ce55 deploy: Disable redundant importer GC
  • 5cbb111 status: Render cached update info in human-readable output
  • 9ea58cc build: Add image version label to test container image
  • Additional commits viewable in compare view

Updates bootc-internal-utils from 0.1.0 to 1.15.0

Release notes

Sourced from bootc-internal-utils's releases.

Release v1.15.0

bootc 1.15.0

Features

Composefs

Bug Fixes

Other changes (Docs, CI, Internal)

Assets

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

New Contributors

Release v1.14.1

bootc 1.14.1

Due to a procedural snafu, the 1.14.0 release did not have the generated source artifacts attached. This release does. We intentionally enable "immutable releases" to disallow changing the artifacts attached to a release, so we need to make a new one.

However, we also merged a single feature commit between the release and now, a new experimental feature:

... (truncated)

Commits
  • d8785c6 Release 1.15.0
  • 7d0cfe6 feat(upgrade): add --tag option for tag-based upgrades
  • 3baea80 chore(deps): update github actions
  • 243b9fd fix(deps): update rust (#2103)
  • 0018400 container-export: Handle metacopy=off overlay setups
  • 222ecc0 ostree-ext/store: Relabel layer commits to avoid duplicate objects
  • 13cb153 ostree-ext/store: Label layers of plain OCI images using booted policy
  • 850ce55 deploy: Disable redundant importer GC
  • 5cbb111 status: Render cached update info in human-readable output
  • 9ea58cc build: Add image version label to test container image
  • Additional commits viewable in compare view

Updates libc from 0.2.183 to 0.2.184

Release notes

Sourced from libc's releases.

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)
  • Re-export core::ffi integer types rather than redefining (#5015)
  • Redox: Update F_DUPFD, IP, and TCP constants to match relibc (#4990)
Changelog

Sourced from libc's changelog.

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)

Changed

  • potentially breaking Linux: Add new fields to struct ptrace_syscall_info (#4966)
  • Re-export core::ffi integer types rather than redefining (#5015)
  • Redox: Update F_DUPFD, IP, and TCP constants to match relibc (#4990)
Commits
  • b1fd610 chore: Release libc 0.2.184
  • f596819 ci: Don't enforce cargo-semver-checks
  • 4645f60 linux: update ptrace_syscall_info struct
  • 14cbbec types: Remove Padding::uninit
  • b5dcda8 pthread: Use Padding::new(\<zeroed>) rather than Padding::uninit()
  • bbb1c5d types: Add a new function to Padding
  • df06e43 Fix locale values and add RTLD_NOLOAD, some TCP constants
  • 078f5c6 newlib/espidf: Move DT_* to espidf/mod.rs
  • d32b83d Add IP_MINTTL to bsd
  • 939e0ec Define max_align_t for riscv64-linux
  • 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 4 updates in the / directory: [bootc-internal-blockdev](https://github.com/bootc-dev/bootc), [bootc-internal-utils](https://github.com/bootc-dev/bootc), [libc](https://github.com/rust-lang/libc) and [openssl](https://github.com/rust-openssl/rust-openssl).


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

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

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 `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.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: build
- dependency-name: bootc-internal-utils
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: build
- dependency-name: libc
  dependency-version: 0.2.184
  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