Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

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

Package From To
bytes 1.10.1 1.11.0
byte-unit 5.1.6 5.2.0
clap_mangen 0.2.29 0.2.31
flate2 1.1.2 1.1.8
gptman 1.1.4 2.0.2
libc 0.2.176 0.2.180
nix 0.29.0 0.30.1
nmstate 2.2.52 2.2.57
openssl 0.10.73 0.10.75
regex 1.11.3 1.12.2
reqwest 0.12.23 0.13.1
serde_json 1.0.145 1.0.149
serde_with 3.14.1 3.16.1
tempfile 3.23.0 3.24.0
url 2.5.7 2.5.8
uuid 1.18.1 1.19.0
mbrman 0.5.4 0.6.1

Updates bytes from 1.10.1 to 1.11.0

Release notes

Sourced from bytes's releases.

Bytes v1.11.0

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

  • fix: BytesMut only reuse if src has remaining (#803)
  • Specialize BytesMut::put::<Bytes> (#793)
  • Reserve capacity in BytesMut::put (#794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#795)

Internal changes

  • Guarantee address in slice() for empty slices. (#780)
  • Rename Vtable::to_* -> Vtable::into_* (#776)
  • Fix latest clippy warnings (#787)
  • Ignore BytesMut::freeze doctest on wasm (#790)
  • Move drop_fn of from_owner into vtable (#801)
Changelog

Sourced from bytes's changelog.

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

  • fix: BytesMut only reuse if src has remaining (#803)
  • Specialize BytesMut::put::<Bytes> (#793)
  • Reserve capacity in BytesMut::put (#794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#795)

Internal changes

  • Guarantee address in slice() for empty slices. (#780)
  • Rename Vtable::to_* -> Vtable::into_* (#776)
  • Fix latest clippy warnings (#787)
  • Ignore BytesMut::freeze doctest on wasm (#790)
  • Move drop_fn of from_owner into vtable (#801)
Commits

Updates byte-unit from 5.1.6 to 5.2.0

Commits

Updates clap_mangen from 0.2.29 to 0.2.31

Commits
  • df7bdfc chore: Release
  • af7f7d6 docs: Update changelog
  • 419244b Merge pull request #6142 from thomas-zahner/respect-display-order
  • 24dfa0d fix(clap_mangen): Take into consideration display_order
  • ef3f77d test(clap_mangen): Test mangen display order
  • c7c761f chore: Release
  • d8abc4e docs: Update changelog
  • a69fe7c Merge pull request #6154 from germangarces/impl-from-cow
  • 55fafb4 feat(api): impl From<Cow<'static, str>> for Id,OsStr, Str
  • 0bb3ad7 chore: Release
  • Additional commits viewable in compare view

Updates flate2 from 1.1.2 to 1.1.8

Release notes

Sourced from flate2's releases.

1.1.8

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.7...1.1.8

1.1.7 - depend on zlib-rs directly and remove libz-rs-sys

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.5...1.1.6

1.1.6 - YANKED

It caused rust-lang/flate2-rs#515.

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.5...1.1.6

1.1.5

This bugfix release fixes #508, as flush didn't always work anymore in conjunction with miniz_oxide.

What's Changed

Full Changelog: rust-lang/flate2-rs@1.1.4...1.1.5

1.1.3

What's Changed

... (truncated)

Commits
  • 8b66c27 Merge pull request #525 from Byron/test-zlib-API
  • 5e752c9 Address PR review
  • 3196dd0 refactor internal feature toggles to better represent the status quo
  • 106cbcc Bump patch level in preparation for release
  • af7a0b3 Add capabilties test for functions reserved to zlib-implementations.
  • 22c77ee Describe unreachable!("...") branch in Deflate::set_level() of zlib-rs
  • b9e2979 Remove C-binding specific restriction from CI for zlib-rs test.
  • 71eb5c5 Merge pull request #524 from Byron/complete-zlib-rs
  • fec67eb zlib-rs: support set_dictionary and set_level
  • ecfdc2d update zlib-rs to 0.5.5
  • Additional commits viewable in compare view

Updates gptman from 1.1.4 to 2.0.2

Changelog

Sourced from gptman's changelog.

v2.0.2

  • Properly perform checksums on partition table arrays when partition names contains garbage data after the null terminator (#142)

v2.0.1

  • Fix underflow when input is shorter than one sector (#141)

v2.0.0

  • Bump versions of bincode, thiserror nix
Commits
  • 6371fba chore: Release gptman version 2.0.2
  • 75665e3 Update CHANGELOG.md
  • f7c754f Properly perform checksums on partition table arrays when partition names con...
  • 7bd1432 chore: Release gptman version 2.0.1
  • d1d1ccc Update CHANGELOG.md
  • 19d499d Fix underflow when input is shorter than one sector (#141)
  • b282043 chore: Release gptman version 2.0.0
  • 13df914 Update CHANGELOG.md
  • 01cef61 Update dependencies bincode,nix, thiserror (#140)
  • See full diff in compare view

Updates libc from 0.2.176 to 0.2.180

Release notes

Sourced from libc's releases.

0.2.180

Added

  • QNX: Add missing BPF and ifreq structures (#4769)

Fixed

  • Linux, L4Re: address soundness issues of CMSG_NXTHDR (#4903)
  • Linux-like: Handle zero-sized payload differences in CMSG_NXTHDR (#4903)
  • Musl: Fix incorrect definitions of struct stat on some 32-bit architectures (#4914)
  • NetBSD: RISC-V 64: Correct mcontext type definitions (#4886)
  • uClibc: Re-enable __SIZEOF_PTHREAD_COND_T on non-L4Re uclibc (#4915)
  • uClibc: Restructure Linux netlink module to resolve build errors (#4915)

0.2.179

With this release, we now have unstable support for 64-bit time_t on 32-bit platforms with both Musl and Glibc. Testing is appreciated!

For now, these can be enabled by setting environment variables during build:

RUST_LIBC_UNSTABLE_MUSL_V1_2_3=1
RUST_LIBC_UNSTABLE_GNU_TIME_BITS=64

Note that the exact configuration will change in the future. Setting the MUSL_V1_2_3 variable also enables some newer API unrelated to time_t.

Added

  • L4Re: Add uclibc aarch64 support (#4479)
  • Linux, Android: Add a generic definition for XCASE (#4847)
  • Linux-like: Add NAME_MAX (#4888)
  • Linux: Add AT_EXECVE_CHECK (#4422)
  • Linux: Add the SUN_LEN macro (#4269)
  • Linux: add getitimer and setitimer (#4890)
  • Linux: add pthread_tryjoin_n and pthread_timedjoin_np (#4887)
  • Musl: Add unstable support for 64-bit time_t on 32-bit platforms (#4463)
  • NetBSD, OpenBSD: Add interface LINK_STATE_* definitions from sys/net/if.h (#4751)
  • QuRT: Add support for Qualcomm QuRT (#4845)
  • Types: Add Padding::uninit() (#4862)

Fixed

  • Glibc: Link old version of cf{g,s}et{i,o}speed (#4882)
  • L4Re: Fixes for pthread (#4479)
  • L4re: Fix a wide variety of incorrect definitions (#4479)
  • Musl: Fix the value of CPU_SETSIZE on musl 1.2+ (#4865)
  • Musl: RISC-V: fix public padding fields in stat/stat64 (#4463)
  • Musl: s390x: Fix definition of SIGSTKSZ/MINSIGSTKSZ (#4884)

... (truncated)

Changelog

Sourced from libc's changelog.

0.2.180 - 2026-01-08

Added

  • QNX: Add missing BPF and ifreq structures (#4769)

Fixed

  • Linux, L4Re: address soundness issues of CMSG_NXTHDR (#4903)
  • Linux-like: Handle zero-sized payload differences in CMSG_NXTHDR (#4903)
  • Musl: Fix incorrect definitions of struct stat on some 32-bit architectures (#4914)
  • NetBSD: RISC-V 64: Correct mcontext type definitions (#4886)
  • uClibc: Re-enable __SIZEOF_PTHREAD_COND_T on non-L4Re uclibc (#4915)
  • uClibc: Restructure Linux netlink module to resolve build errors (#4915)

0.2.179 - 2025-01-03

With this release, we now have unstable support for 64-bit time_t on 32-bit platforms with both Musl and Glibc. Testing is appreciated!

For now, these can be enabled by setting environment variables during build:

RUST_LIBC_UNSTABLE_MUSL_V1_2_3=1
RUST_LIBC_UNSTABLE_GNU_TIME_BITS=64

Note that the exact configuration will change in the future. Setting the MUSL_V1_2_3 variable also enables some newer API unrelated to time_t.

Added

  • L4Re: Add uclibc aarch64 support (#4479)
  • Linux, Android: Add a generic definition for XCASE (#4847)
  • Linux-like: Add NAME_MAX (#4888)
  • Linux: Add AT_EXECVE_CHECK (#4422)
  • Linux: Add the SUN_LEN macro (#4269)
  • Linux: add getitimer and setitimer (#4890)
  • Linux: add pthread_tryjoin_n and pthread_timedjoin_np (#4887)
  • Musl: Add unstable support for 64-bit time_t on 32-bit platforms (#4463)
  • NetBSD, OpenBSD: Add interface LINK_STATE_* definitions from sys/net/if.h (#4751)
  • QuRT: Add support for Qualcomm QuRT (#4845)
  • Types: Add Padding::uninit() (#4862)

Fixed

  • Glibc: Link old version of cf{g,s}et{i,o}speed (#4882)
  • L4Re: Fixes for pthread (#4479)
  • L4re: Fix a wide variety of incorrect definitions (#4479)

... (truncated)

Commits
  • 4b38c69 chore: release libc 0.2.180
  • 300e643 qnx: add missing BPF and ifreq structures
  • 12fd831 ci: Add rtems to basic tier 3 checks
  • b062844 Only test addresses of cmsghdrs that are multiples of the size of cmsghdr.
  • 676a4f8 linux: Move membarrier.h constants to src/new
  • 0803fae linux: Restructure netlink to src/new
  • 72f4c1a uclibc: Re-enable __SIZEOF_PTHREAD_COND_T on non-L4Re uclibc
  • 757e55a netbsd/riscv64.rs: make changes so that this builds again.
  • 042f118 musl: Fix incorrect definitions of struct stat on some architectures
  • 03755c4 linux, emscripten, android, l4re: handle zero-sized payload differences in CM...
  • Additional commits viewable in compare view

Updates nix from 0.29.0 to 0.30.1

Changelog

Sourced from nix's changelog.

[0.30.1] - 2025-05-04

Fixed

[0.30.0] - 2025-04-29

Added

  • Add socket option IPV6_PKTINFO for BSDs/Linux/Android, also IPV6_RECVPKTINFO for DragonFlyBSD (#2113)
  • Add fcntl's F_PREALLOCATE constant for Apple targets. (#2393)
  • Improve support for extracting the TTL / Hop Limit from incoming packets and support for DSCP (ToS / Traffic Class). (#2425)
  • Add socket option IP_TOS (nix::sys::socket::sockopt::IpTos) IPV6_TCLASS (nix::sys::socket::sockopt::Ipv6TClass) on Android/FreeBSD (#2464)
  • Add SeekData and SeekHole to Whence for hurd and apple targets (#2473)
  • Add From trait implementation between SocketAddr and Sockaddr, Sockaddr6 (#2474)
  • Added wrappers for posix_spawn API (#2475)
  • Add the support for Emscripten. (#2477)
  • Add fcntl constant F_RDADVISE for Apple target (#2480)
  • Add fcntl constant F_RDAHEAD for Apple target (#2482)
  • Add F_LOG2PHYS and F_LOG2PHYS_EXT for Apple target (#2483)
  • MAP_SHARED_VALIDATE was added for all linux targets. & MAP_SYNC was added for linux with the exclusion of mips architecures, and uclibc (#2499)
  • Add getregs()/getregset()/setregset() for Linux/musl/aarch64 (#2502)
  • Add FcntlArgs F_TRANSFEREXTENTS constant for Apple targets (#2504)
  • Add MapFlags::MAP_STACK in sys::man for netbsd (#2526)
  • Add support for libc::LOCAL_PEERTOKEN in getsockopt. (#2529)
  • Add support for syslog, openlog, closelog on all unix.

... (truncated)

Commits

Updates nmstate from 2.2.52 to 2.2.57

Release notes

Sourced from nmstate's releases.

New release 2.2.57

Breaking changes

  • N/A

New features

  • ipsec: Add options: leftprotoport, rightprotoport. (c8c94b75)
  • hsr: Add support for HSRv1/2012 protocol. (ea255551)

Bug fixes

  • iface: Consistent order on serialization. (6caa2654)
  • deps: use time instead of chrono. (742c6911)

New release 2.2.56

Breaking changes

  • N/A

New features

  • ipsec: New option nm-auto-defaults: false. (b105a178)
  • ipsec: Support rightca option. (891e18f4)
  • service: Support .yaml extension. (993a01b3)

Bug fixes

  • nm: deactivate hsr interface before reactivating when changed. (9787cfc9)

New release 2.2.55

=== Breaking changes

  • N/A

=== New features

  • Support the lsc-interrupt option for OVS DPDK interfaces. (045ed3c4)
  • Support referring route table ID by VRF interface name. (40369dcb)

=== Bug fixes

  • nm dns: Do not use interface DNS for static ip + static DNS. (f815c226)
  • python: Fix the license disclaimer. (4b9a28c3)

New release 2.2.54

Breaking changes

  • N/A

New features

  • N/A

Bug fixes

  • ovs: Fix build on i686. (9341c97b)

New release 2.2.53

Breaking changes

  • Increase minimum supported rust version to 1.82. (ca3a55b6)

... (truncated)

Changelog

Sourced from nmstate's changelog.

[2.2.57] - 2025-12-09

Breaking changes

  • N/A

New features

  • ipsec: Add options: leftprotoport, rightprotoport. (c8c94b75)
  • hsr: Add support for HSRv1/2012 protocol. (ea255551)

Bug fixes

  • iface: Consistent order on serialization. (6caa2654)
  • deps: use time instead of chrono. (742c6911)

[2.2.56] - 2025-11-25

Breaking changes

  • N/A

New features

  • ipsec: New option nm-auto-defaults: false. (b105a178)
  • ipsec: Support rightca option. (891e18f4)
  • service: Support .yaml extension. (993a01b3)

Bug fixes

  • nm: deactivate hsr interface before reactivating when changed. (9787cfc9)

[2.2.55] - 2025-11-07

Breaking changes

  • N/A

New features

  • Support the lsc-interrupt option for OVS DPDK interfaces. (045ed3c4)
  • Support referring route table ID by VRF interface name. (40369dcb)

Bug fixes

  • nm dns: Do not use interface DNS for static ip + static DNS. (f815c226)
  • python: Fix the license disclaimer. (4b9a28c3)

[2.2.54] - 2025-10-20

Breaking changes

  • N/A

New features

  • N/A

Bug fixes

  • ovs: Fix build on i686. (9341c97b)

[2.2.53] - 2025-10-20

Breaking changes

  • Increase minimum supported rust version to 1.82. (ca3a55b6)

... (truncated)

Commits
  • 63a0230 New release 2.2.57
  • 6caa265 iface: Consistent order on serialization
  • c8c94b7 ipsec: Add options: leftprotoport, rightprotoport
  • ea25555 hsr: add support for HSRv1/2012 protocol
  • 742c691 deps: use time instead of chrono
  • b33e003 README: The copr repo for stable release is deleted
  • f4ae87a Bump version to 2.2.57
  • bacc3e7 New release 2.2.56
  • 9787cfc nm: deactivate hsr interface before reactivating when changed
  • 71edd65 build(deps): bump actions/checkout from 5 to 6
  • Additional commits viewable in compare view

Updates openssl from 0.10.73 to 0.10.75

Release notes

Sourced from openssl's releases.

openssl-v0.10.75

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.74...openssl-v0.10.75

openssl-v0.10.74

What's Changed

... (truncated)

Commits
  • 09b90d0 Merge pull request #2518 from alex/bump-for-release
  • 26533f3 Release openssl v0.10.75 and openssl-sys v0.9.111
  • 395ecca Merge pull request #2517 from alex/claude/fix-ocsp-find-status-011CUqcGFNKeKJ...
  • cc26867 Fix unsound OCSP find_status handling of optional next_update field
  • 95aa8e8 Merge pull request #2513 from botovq/libressl-stable
  • e735a32 CI: bump LibreSSL 4.x branches to latest releases
  • 21ab91d Merge pull request #2510 from huwcbjones/huw/sys/evp-mac
  • d9161dc sys/evp: add EVP_MAC symbols
  • 3fd4bf2 Merge pull request #2508 from goffrie/oaep-label
  • 52022fd Implement set_rsa_oaep_label for AWS-LC/BoringSSL
  • Additional commits viewable in compare view

Updates regex from 1.11.3 to 1.12.2

Changelog

Sourced from regex's changelog.

1.12.2 (2025-10-13)

This release fixes a cargo doc breakage on nightly when --cfg docsrs is enabled. This caused documentation to fail to build on docs.rs.

Bug fixes:

1.12.1 (2025-10-10)

This release makes a bug fix in the new regex::Captures::get_match API introduced in 1.12.0. There was an oversight with the lifetime parameter for the Match returned. This is technically a breaking change, but given that it was caught almost immediately and I've yanked the 1.12.0 release, I think this is fine.

1.12.0 (2025-10-10)

This release contains a smattering of bug fixes, a fix for excessive memory consumption in some cases and a new regex::Captures::get_match API.

Improvements:

Bug fixes:

Commits

Updates reqwest from 0.12.23 to 0.13.1

Release notes

Sourced from reqwest's releases.

v0.13.1

What's Changed

Full Changelog: seanmonstar/reqwest@v0.13.0...v0.13.1

v0.13.0

Breaking changes

  • rustls is now the default TLS backend, instead of native-tls.
  • rustls crypto provider defaults to aws-lc instead of ring. (rustls-no-provider exists if you want a different crypto provider)
  • rustls-tls has been renamed to rustls.
  • rustls roots features removed, rustls-platform-verifier is used by default.
    • To use different roots, call tls_certs_only(your_roots).
  • native-tls now includes ALPN. To disable, use native-tls-no-alpn.
  • query and form are now crate features, disabled by default.
  • Long-deprecated methods and crate features have been removed (such as trust-dns, which was renamed hickory-dns a while ago).
  • Many TLS-related methods renamed to improve autocompletion and discovery, but previous name left in place with a "soft" deprecation. (just documented, no warnings)
    • For example, prefer tls_backend_rustls() over use_rustls_tls().

Pull Requests in General

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

| Package | From | To |
| --- | --- | --- |
| [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.0` |
| [byte-unit](https://github.com/magiclen/byte-unit) | `5.1.6` | `5.2.0` |
| [clap_mangen](https://github.com/clap-rs/clap) | `0.2.29` | `0.2.31` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.2` | `1.1.8` |
| [gptman](https://github.com/rust-disk-partition-management/gptman) | `1.1.4` | `2.0.2` |
| [libc](https://github.com/rust-lang/libc) | `0.2.176` | `0.2.180` |
| [nix](https://github.com/nix-rust/nix) | `0.29.0` | `0.30.1` |
| [nmstate](https://github.com/nmstate/nmstate) | `2.2.52` | `2.2.57` |
| [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.73` | `0.10.75` |
| [regex](https://github.com/rust-lang/regex) | `1.11.3` | `1.12.2` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.23` | `0.13.1` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.14.1` | `3.16.1` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.23.0` | `3.24.0` |
| [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.18.1` | `1.19.0` |
| [mbrman](https://github.com/rust-disk-partition-management/mbrman) | `0.5.4` | `0.6.1` |



Updates `bytes` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.10.1...v1.11.0)

Updates `byte-unit` from 5.1.6 to 5.2.0
- [Commits](magiclen/Byte-Unit@v5.1.6...v5.2.0)

Updates `clap_mangen` from 0.2.29 to 0.2.31
- [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_mangen-v0.2.29...clap_mangen-v0.2.31)

Updates `flate2` from 1.1.2 to 1.1.8
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.1.2...1.1.8)

Updates `gptman` from 1.1.4 to 2.0.2
- [Release notes](https://github.com/rust-disk-partition-management/gptman/releases)
- [Changelog](https://github.com/rust-disk-partition-management/gptman/blob/main/CHANGELOG.md)
- [Commits](rust-disk-partition-management/gptman@v1.1.4...v2.0.2)

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

Updates `nix` from 0.29.0 to 0.30.1
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.29.0...v0.30.1)

Updates `nmstate` from 2.2.52 to 2.2.57
- [Release notes](https://github.com/nmstate/nmstate/releases)
- [Changelog](https://github.com/nmstate/nmstate/blob/base/CHANGELOG)
- [Commits](nmstate/nmstate@v2.2.52...v2.2.57)

Updates `openssl` from 0.10.73 to 0.10.75
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.75)

Updates `regex` from 1.11.3 to 1.12.2
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.11.3...1.12.2)

Updates `reqwest` from 0.12.23 to 0.13.1
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.23...v0.13.1)

Updates `serde_json` from 1.0.145 to 1.0.149
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.145...v1.0.149)

Updates `serde_with` from 3.14.1 to 3.16.1
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.14.1...v3.16.1)

Updates `tempfile` from 3.23.0 to 3.24.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.23.0...v3.24.0)

Updates `url` from 2.5.7 to 2.5.8
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.7...v2.5.8)

Updates `uuid` from 1.18.1 to 1.19.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.18.1...v1.19.0)

Updates `mbrman` from 0.5.4 to 0.6.1
- [Release notes](https://github.com/rust-disk-partition-management/mbrman/releases)
- [Commits](rust-disk-partition-management/mbrman@v0.5.4...v0.6.1)

Updates `rand` from 0.8.5 to 0.9.2
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...rand_core-0.9.2)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: byte-unit
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: clap_mangen
  dependency-version: 0.2.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: flate2
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: gptman
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: build
- dependency-name: libc
  dependency-version: 0.2.180
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: nix
  dependency-version: 0.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: nmstate
  dependency-version: 2.2.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: openssl
  dependency-version: 0.10.75
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: regex
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: reqwest
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: serde_with
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: tempfile
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: url
  dependency-version: 2.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: uuid
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: mbrman
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: rand
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependency An update to a dependency skip-notes This PR does not need release notes labels Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency An update to a dependency skip-notes This PR does not need release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant