Skip to content

chore(deps): bump the root-deps group across 1 directory with 8 updates#172

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/root-deps-5851af249b
Closed

chore(deps): bump the root-deps group across 1 directory with 8 updates#172
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/root-deps-5851af249b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the root-deps group with 8 updates in the / directory:

Package From To
hmac 0.13.0-rc.6 0.13.0
sec1 0.8.0 0.8.1
cc 1.2.57 1.2.58
hkdf 0.13.0-rc.5 0.13.0
hybrid-array 0.4.8 0.4.10
libc 0.2.183 0.2.184
rustcrypto-ff 0.14.0-rc.0 0.14.0-rc.1
rustcrypto-group 0.14.0-rc.0 0.14.0-rc.1

Updates hmac from 0.13.0-rc.6 to 0.13.0

Commits

Updates sec1 from 0.8.0 to 0.8.1

Commits
  • 1d6ed2e sec1 v0.8.1 (#2270)
  • 11590f1 sec1: impl CtAssign(Slice)/CtEq(Slice) for EncodedPoint (#2269)
  • 9bad356 chore(deps): bump the all-deps group with 11 updates (#2268)
  • f682bc1 chore(deps): bump the all-deps group with 6 updates (#2266)
  • 15af0aa chore(deps): bump the all-deps group across 1 directory with 3 updates (#2265)
  • 5a8a081 Cargo.lock: bump dependecies (#2264)
  • 7e30053 tls_codec: manually implement zeroize (#2262)
  • 5f349da chore(deps): bump the all-deps group across 1 directory with 16 updates (#2261)
  • See full diff in compare view

Updates cc from 1.2.57 to 1.2.58

Release notes

Sourced from cc's releases.

cc-v1.2.58

Other

  • Update Compile-time Requirements to add info about clang-cl.exe (#1693)
Changelog

Sourced from cc's changelog.

1.2.58 - 2026-03-27

Other

  • Update Compile-time Requirements to add info about clang-cl.exe (#1693)
Commits

Updates hkdf from 0.13.0-rc.5 to 0.13.0

Commits

Updates hybrid-array from 0.4.8 to 0.4.10

Changelog

Sourced from hybrid-array's changelog.

0.4.10 (2026-03-31)

Added

  • AsMut<Array<T, U>> impl for Array<T, U> (#193)
  • HQC KEM sizes (#195)

#193: RustCrypto/hybrid-array#193 #195: RustCrypto/hybrid-array#195

0.4.9 (2026-03-30)

Added

  • Functions for casting from core references (#181)
    • Array::cast_from_core: const fn equivalent of From<[T; N]>
    • Array::cast_from_core_mut: mut equivalent of the above
    • Array::from_ref: cast &T to &Array<T; U1>
    • Array::from_mut: mut equivalent of the above

#181: RustCrypto/hybrid-array#181

Commits

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 rustcrypto-ff from 0.14.0-rc.0 to 0.14.0-rc.1

Commits

Updates rustcrypto-group from 0.14.0-rc.0 to 0.14.0-rc.1

Commits

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 root-deps group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [hmac](https://github.com/RustCrypto/MACs) | `0.13.0-rc.6` | `0.13.0` |
| [sec1](https://github.com/RustCrypto/formats) | `0.8.0` | `0.8.1` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.57` | `1.2.58` |
| [hkdf](https://github.com/RustCrypto/KDFs) | `0.13.0-rc.5` | `0.13.0` |
| [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.8` | `0.4.10` |
| [libc](https://github.com/rust-lang/libc) | `0.2.183` | `0.2.184` |
| [rustcrypto-ff](https://github.com/RustCrypto/ff) | `0.14.0-rc.0` | `0.14.0-rc.1` |
| [rustcrypto-group](https://github.com/RustCrypto/group) | `0.14.0-rc.0` | `0.14.0-rc.1` |



Updates `hmac` from 0.13.0-rc.6 to 0.13.0
- [Commits](RustCrypto/MACs@hmac-v0.13.0-rc.6...hmac-v0.13.0)

Updates `sec1` from 0.8.0 to 0.8.1
- [Commits](RustCrypto/formats@sec1/v0.8.0...sec1/v0.8.1)

Updates `cc` from 1.2.57 to 1.2.58
- [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.57...cc-v1.2.58)

Updates `hkdf` from 0.13.0-rc.5 to 0.13.0
- [Commits](RustCrypto/KDFs@hkdf-v0.13.0-rc.5...hkdf-v0.13.0)

Updates `hybrid-array` from 0.4.8 to 0.4.10
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.4.8...v0.4.10)

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 `rustcrypto-ff` from 0.14.0-rc.0 to 0.14.0-rc.1
- [Changelog](https://github.com/RustCrypto/ff/blob/main/CHANGELOG.md)
- [Commits](RustCrypto/ff@v0.14.0-rc.0...v0.14.0-rc.1)

Updates `rustcrypto-group` from 0.14.0-rc.0 to 0.14.0-rc.1
- [Changelog](https://github.com/RustCrypto/group/blob/main/CHANGELOG.md)
- [Commits](RustCrypto/group@v0.14.0-rc.0...v0.14.0-rc.1)

---
updated-dependencies:
- dependency-name: hmac
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: sec1
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: cc
  dependency-version: 1.2.58
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: hkdf
  dependency-version: 0.13.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: hybrid-array
  dependency-version: 0.4.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: libc
  dependency-version: 0.2.184
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: rustcrypto-ff
  dependency-version: 0.14.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: rustcrypto-group
  dependency-version: 0.14.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: root-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 2, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 2, 2026
@dependabot dependabot bot deleted the dependabot/cargo/root-deps-5851af249b branch April 2, 2026 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants