Skip to content

build(deps): bump the build group across 1 directory with 20 updates#1723

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/build-0a54e4e199
Closed

build(deps): bump the build group across 1 directory with 20 updates#1723
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/build-0a54e4e199

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

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

Package From To
anyhow 1.0.100 1.0.101
bytes 1.10.1 1.11.1
byte-unit 5.1.6 5.2.0
clap_mangen 0.2.29 0.2.31
flate2 1.1.2 1.1.9
gptman 1.1.4 3.0.0
libc 0.2.176 0.2.180
nix 0.29.0 0.31.1
nmstate 2.2.52 2.2.58
openssl 0.10.73 0.10.75
regex 1.11.3 1.12.3
reqwest 0.12.23 0.13.2
serde_json 1.0.145 1.0.149
serde_with 3.14.1 3.16.1
tempfile 3.23.0 3.24.0
thiserror 2.0.17 2.0.18
url 2.5.7 2.5.8
uuid 1.18.1 1.20.0
mbrman 0.5.4 0.6.1

Updates anyhow from 1.0.100 to 1.0.101

Release notes

Sourced from anyhow's releases.

1.0.101

Commits
  • 80bfe29 Release 1.0.101
  • dff8c43 Merge pull request #437 from Ibitier/inline-ok-helper
  • 85d9ea9 Add #[inline] to anyhow::Ok helper
  • 54036cc Update ui test suite to nightly-2026-01-21
  • cce0579 Update actions/upload-artifact@v5 -> v6
  • f2c598c Update actions/upload-artifact@v4 -> v5
  • 2c0bda4 Update to 2021 edition
  • 0d82268 Remove rustc version requirement from readme
  • 67df012 Merge pull request #436 from dtolnay/up
  • c898488 Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

Updates bytes from 1.10.1 to 1.11.1

Release notes

Sourced from bytes's releases.

Bytes v1.11.1

1.11.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve

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.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve

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

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
  • 19ddb18 Merge pull request #529 from folkertdev/update-zlib-rs-0.6.0
  • c956e12 upgrade zlib-rs to version 0.6.0
  • 21d5eeb Merge pull request #528 from wgyt/wgyt/patch
  • 54f8484 update LICENSE-MIT
  • f4924fe Merge pull request #527 from jongiddy/crc-tests
  • 8b9b7a6 Add tests to check data CRC
  • fd17c74 Merge pull request #526 from folkertdev/zlib-rs-crc32
  • aef26ac check that zlib-rs no longer compiles crc32fast
  • 5ec7647 make crc32fast an optional dependency
  • c584e97 use zlib-rs for crc32 (when available)
  • Additional commits viewable in compare view

Updates gptman from 1.1.4 to 3.0.0

Changelog

Sourced from gptman's changelog.

v3.0.0

  • Replace unmaintained bincode dependency with wincode (#144)
  • Remove serde dependency (#144)

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
  • dc106fc chore: Release gptman version 3.0.0
  • 77f92b9 Update CHANGELOG.mg
  • 3e1d85c nix: add flake.nix and lock
  • d204405 Replace unmaintained bincode dependency with wincode (#144)
  • 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)
  • Additional commits viewable 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.31.1

Changelog

Sourced from nix's changelog.

[0.31.1] - 2026-01-23

Added

  • termios: Add definition for IUCLC to supported platforms (#2702)
  • termios: Add definition for XCASE for supported platforms (#2703)

[0.31.0] - 2026-01-22

Added

  • Added the UDP GSO/GRO socket options and CMsgs on Android. This includes the following types:

    • UdpGsoSegment
    • UdpGroSegment
    • ControlMessage::UdpGsoSegments
    • ControlMessageOwned::UdpGroSegments

    (#2666)

  • Define errno EWOULDBLOCK as an alias of EAGAIN to match the AIX libc definition. (#2692)

  • Enable module ifaddrs on GNU Hurd (#2697)

  • Add termios OutputFlags::OFILL for Linux, Android, Aix, Cygwin, Fuchsia, Haiku, GNU/Hurd, Nto, Redox, Illumos, Solaris and Apple OSes. (#2701)

  • add sync() for cygwin (#2708)

Changed

Fixed

  • Fixed nix::sys::ptrace::syscall_info, which was not setting the data argument properly, causing garbage values to be returned. (#2653)
  • Cast the 'addr' argument of 'madvise()' to '*mut u8' on AIX to match the signature in the AIX libc. (#2655)
  • Fixed the Dir module on NTO, Solaris, Hurd, and possibly other platforms. The

... (truncated)

Commits

Updates nmstate from 2.2.52 to 2.2.58

Release notes

Sourced from nmstate's releases.

New release 2.2.58

Breaking changes

  • Bump minimum supported Rust version to 1.88. (69298a1b)
  • Relicensed the whole project to Apache 2.0. (b649a737, 83b21b8a)

New features

  • Support for HSR "interlink" property. (e7481ab9)
  • Support referring interface name using its alt-name. (2a2e4dd0)
  • Support referring alt-name as port/parent/next-hop-interface. (b1e46e16)

Bug fixes

  • nm hsr: do not deactivate undesired HSR port. (0896bd90)
  • vrf: Handle ignore interface when verifying desired state. (3db8a2fd)
  • alt-name: Remove alt-names when interface marked as absent. (34014ebe)
  • hsr: Automatically disable IP on hsr port. (60d41134)
  • bond: Improve bond mode and option deserialize. (1ee9d54e)
  • RPM: Fix spec file for time crate dependency. (dda18144)

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)

... (truncated)

Changelog

Sourced from nmstate's changelog.

[2.2.58] - 2026-02-03

Breaking changes

  • Bump minimum supported Rust version to 1.88. (69298a1b)
  • Relicensed the whole project to Apache 2.0. (b649a737, 83b21b8a)

New features

  • Support for HSR "interlink" property. (e7481ab9)
  • Support referring interface name using its alt-name. (2a2e4dd0)
  • Support referring alt-name as port/parent/next-hop-interface. (b1e46e16)

Bug fixes

  • nm hsr: do not deactivate undesired HSR port. (0896bd90)
  • vrf: Handle ignore interface when verifying desired state. (3db8a2fd)
  • alt-name: Remove alt-names when interface marked as absent. (34014ebe)
  • hsr: Automatically disable IP on hsr port. (60d41134)
  • bond: Improve bond mode and option deserialize. (1ee9d54e)
  • RPM: Fix spec file for time crate dependency. (dda18144)

[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)

... (truncated)

Commits
  • f93ad48 New release 2.2.58
  • 0896bd9 nm hsr: do not deactivate undesired HSR port
  • 2ef162a test: Fix clean up test_auto_disable_ip_of_hsr_ports
  • e7481ab hsr: add support for configuring "interlink" property
  • 54d6de6 Unify maintainers for nmstate and k-nmstate
  • c36d69a Add SUSE to adopters
  • bf9242b Run cargo clippy
  • 2a2e4dd Support referring interface name using its alternative name
  • d92be86 Update to nispor 2.0.0
  • 3db8a2f vrf: Handle ignore interface when verifying desired state
  • 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.3

Changelog

Sourced from regex's changelog.

1.12.3 (2025-02-03)

This release excludes some unnecessary things from the archive published to crates.io. Specifically, fuzzing data and various shell scripts are now excluded. If you run into problems, please file an issue.

Improvements:

  • #1319: Switch from a Cargo exclude list to an include list, and exclude some unnecessary stuff.

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:

... (truncated)

Commits

Updates reqwest from 0.12.23 to 0.13.2

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

    Description has been truncated

@dependabot dependabot bot added dependency An update to a dependency skip-notes This PR does not need release notes labels Feb 9, 2026
Bumps the build group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.101` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.1` |
| [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.9` |
| [gptman](https://github.com/rust-disk-partition-management/gptman) | `1.1.4` | `3.0.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.176` | `0.2.180` |
| [nix](https://github.com/nix-rust/nix) | `0.29.0` | `0.31.1` |
| [nmstate](https://github.com/nmstate/nmstate) | `2.2.52` | `2.2.58` |
| [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.3` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.23` | `0.13.2` |
| [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` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` |
| [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.18.1` | `1.20.0` |
| [mbrman](https://github.com/rust-disk-partition-management/mbrman) | `0.5.4` | `0.6.1` |



Updates `anyhow` from 1.0.100 to 1.0.101
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.100...1.0.101)

Updates `bytes` from 1.10.1 to 1.11.1
- [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.1)

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.9
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.1.2...1.1.9)

Updates `gptman` from 1.1.4 to 3.0.0
- [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...v3.0.0)

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.31.1
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.29.0...v0.31.1)

Updates `nmstate` from 2.2.52 to 2.2.58
- [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.58)

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.3
- [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.3)

Updates `reqwest` from 0.12.23 to 0.13.2
- [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.2)

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 `thiserror` from 2.0.17 to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.17...2.0.18)

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.20.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.18.1...v1.20.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: anyhow
  dependency-version: 1.0.101
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: bytes
  dependency-version: 1.11.1
  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.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: gptman
  dependency-version: 3.0.0
  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.31.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: nmstate
  dependency-version: 2.2.58
  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.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: reqwest
  dependency-version: 0.13.2
  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: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.20.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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/build-0a54e4e199 branch from 9995746 to 0c0997f Compare February 10, 2026 03:53
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 27, 2026

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

@dependabot dependabot bot closed this Feb 27, 2026
@dependabot dependabot bot deleted the dependabot/cargo/build-0a54e4e199 branch February 27, 2026 11:25
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.

0 participants