Skip to content

Comments

build(deps): bump the build group across 1 directory with 18 updates#1257

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

build(deps): bump the build group across 1 directory with 18 updates#1257
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/build-fc913e7281

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
anyhow 1.0.99 1.0.100
cfg-if 1.0.3 1.0.4
clap 4.5.47 4.5.55
ipnetwork 0.20.0 0.21.1
libflate 2.1.0 2.2.1
nix 0.30.1 0.31.1
openssh-keys 0.6.4 0.6.5
openssl 0.10.73 0.10.75
reqwest 0.12.23 0.13.1
serde 1.0.225 1.0.228
serde-xml-rs 0.8.1 0.8.2
serde_json 1.0.145 1.0.149
slog 2.7.0 2.8.2
slog-scope 4.4.0 4.4.1
tempfile 3.22.0 3.24.0
uzers 0.12.1 0.12.2
zbus 5.11.0 5.13.2
mockito 1.7.0 1.7.1

Updates anyhow from 1.0.99 to 1.0.100

Release notes

Sourced from anyhow's releases.

1.0.100

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#426)
Commits
  • 18c2598 Release 1.0.100
  • f271988 Merge pull request #426 from dtolnay/clippyfmt
  • 52f2115 Mark macros with clippy::format_args
  • da5fd9d Raise minimum tested compiler to rust 1.76
  • 211e409 Opt in to generate-macro-expansion when building on docs.rs
  • b48fc02 Enforce trybuild >= 1.0.108
  • d5f59fb Update ui test suite to nightly-2025-09-07
  • 238415d Update ui test suite to nightly-2025-08-24
  • 3bab070 Update actions/checkout@v4 -> v5
  • 4249254 Order cap-lints flag in the same order as thiserror build script
  • See full diff in compare view

Updates cfg-if from 1.0.3 to 1.0.4

Release notes

Sourced from cfg-if's releases.

v1.0.4

  • Support cfg(true) and cfg(false) (#99)
  • Set and test a MSRV of 1.32
  • Have a single top-level rule
Changelog

Sourced from cfg-if's changelog.

1.0.4 - 2025-10-15

  • Support cfg(true) and cfg(false) (#99)
  • Set and test a MSRV of 1.32
  • Have a single top-level rule
Commits

Updates clap from 4.5.47 to 4.5.55

Release notes

Sourced from clap's releases.

v4.5.55

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args

v4.5.54

[4.5.54] - 2026-01-02

Fixes

  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help

v4.5.53

[4.5.53] - 2025-11-19

Features

  • Add default_values_if, default_values_ifs

v4.5.52

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

v4.5.51

[4.5.51] - 2025-10-29

Fixes

  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

v4.5.50

[4.5.50] - 2025-10-20

Features

  • Accept Cow where String and &str are accepted

v4.5.48

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
Changelog

Sourced from clap's changelog.

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args

[4.5.54] - 2026-01-02

Fixes

  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help

[4.5.53] - 2025-11-19

Features

  • Add default_values_if, default_values_ifs

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

[4.5.51] - 2025-10-29

Fixes

  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

[4.5.50] - 2025-10-20

Features

  • Accept Cow where String and &str are accepted

[4.5.49] - 2025-10-13

Fixes

  • (help) Correctly wrap when ANSI escape codes are present

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
Commits
  • 4c03930 chore: Release
  • fb948a2 docs: Update changelog
  • 0f60239 Merge pull request #6057 from GilShoshan94/master
  • 83d4206 test: Update fixture to cover all cases + styling
  • b13274d fix: Rename pvs to dvs for default values
  • df92ea0 feat(help): Allow styling for inline context
  • 0e535e5 chore(deps): Update compatible (dev) (#6054)
  • de57287 chore(deps): Update Rust Stable to v1.88 (#6048)
  • 5504a13 Merge pull request #6047 from clap-rs/revert-6045-cleanup-docsrs
  • c1c243c Revert "Cleanup docs.rs related issues"
  • Additional commits viewable in compare view

Updates ipnetwork from 0.20.0 to 0.21.1

Release notes

Sourced from ipnetwork's releases.

v0.21.1

Other

  • Fix for 0::/0 network (#205)

v0.21.0

Fixed

  • fix for 0.0.0.0/0 network (#199)
  • (deps) update rust crate serde to 1.0.200 (#196)
  • (deps) update rust crate serde to 1.0.199 (#194)
  • use associated constants (#191)

Other

  • Update .gitignore
  • Update publish.yml
  • Update publish.yml
  • Replace Ipv{4,6}Network::new_unchecked with Ipv{4,6}Network::new_checked (#203)
  • Make the serde feature opt-in instead of opt-out (#200)
  • Fix typo (#198)
  • Update publish.yml (#195)
  • (deps) update rust crate serde_json to 1.0.116 (#193)
  • setup release plz (#192)
  • Update Rust crate criterion to 0.5.1 (#172)
  • Update actions/checkout action to v4 (#182)
  • rewrite core ipv6 methods to operate on u128s (#187)
  • move to dtolnay/rust-toolchain and run clippy (#189)
  • Hash implementation to match PartialEq (#186)
  • Update Rust crate schemars to 0.8.17 (#184)
  • Add const unsafe new_unchecked to Ipv4Network & Ipv6Network (#185)
  • Update Rust crate schemars to 0.8.15 (#183)
  • Update Rust crate schemars to 0.8.13 (#181)
  • Add Ipv6Network::nth to get the nth address (take two) (#176)
  • Added needed traits to NetworkSize (#175)
  • Update criterion requirement from 0.4.0 to 0.5.0
  • Update katyo/publish-crates action to v2
  • Update actions/checkout action to v3
  • Update Rust crate schemars to 0.8.12
  • Add renovate.json
  • Replace assert_eq with assert for bool comparison
  • Use cargo clippy --fix to autofix code
  • Add a reference where missing
  • Cleanup mask for Ipv4Addr
  • Shrink the enumerate call on mask
  • Cleanup both size functions
  • Simplify FromStr for Ipv6Network
  • Make parse_prefix more idiomatic
  • Update criterion requirement from 0.3.4 to 0.4.0 (#162)
  • Update does-it-json requirement from 0.0.3 to 0.0.4 (#161)
Changelog

Sourced from ipnetwork's changelog.

0.21.1 - 2025-01-07

Other

  • Fix for 0::/0 network (#205)

0.21.0 - 2025-01-06

Fixed

  • fix for 0.0.0.0/0 network (#199)
  • (deps) update rust crate serde to 1.0.200 (#196)
  • (deps) update rust crate serde to 1.0.199 (#194)
  • use associated constants (#191)

Other

  • Update .gitignore
  • Update publish.yml
  • Update publish.yml
  • Replace Ipv{4,6}Network::new_unchecked with Ipv{4,6}Network::new_checked (#203)
  • Make the serde feature opt-in instead of opt-out (#200)
  • Fix typo (#198)
  • Update publish.yml (#195)
  • (deps) update rust crate serde_json to 1.0.116 (#193)
  • setup release plz (#192)
  • Update Rust crate criterion to 0.5.1 (#172)
  • Update actions/checkout action to v4 (#182)
  • rewrite core ipv6 methods to operate on u128s (#187)
  • move to dtolnay/rust-toolchain and run clippy (#189)
  • Hash implementation to match PartialEq (#186)
  • Update Rust crate schemars to 0.8.17 (#184)
  • Add const unsafe new_unchecked to Ipv4Network & Ipv6Network (#185)
  • Update Rust crate schemars to 0.8.15 (#183)
  • Update Rust crate schemars to 0.8.13 (#181)
  • Add Ipv6Network::nth to get the nth address (take two) (#176)
  • Added needed traits to NetworkSize (#175)
  • Update criterion requirement from 0.4.0 to 0.5.0
  • Update katyo/publish-crates action to v2
  • Update actions/checkout action to v3
  • Update Rust crate schemars to 0.8.12
  • Add renovate.json
  • Replace assert_eq with assert for bool comparison
  • Use cargo clippy --fix to autofix code
  • Add a reference where missing
  • Cleanup mask for Ipv4Addr
  • Shrink the enumerate call on mask
  • Cleanup both size functions
  • Simplify FromStr for Ipv6Network
  • Make parse_prefix more idiomatic

... (truncated)

Commits

Updates libflate from 2.1.0 to 2.2.1

Release notes

Sourced from libflate's releases.

v2.2.1

What's Changed

New Contributors

Full Changelog: sile/libflate@2.2.0...v2.2.1

v2.2.0

What's Changed

New Contributors

Full Changelog: sile/libflate@2.1.0...2.2.0

Commits
  • 0d956b9 chore: Bump version to 2.2.1
  • 0ad63af Merge pull request #81 from sile/update-github-actions
  • b0eb130 chore: Add dependency on github-release job to publish workflow
  • ff42859 chore: Fix indentation in release workflow
  • 9595ae9 chore: Add GitHub release and crates.io publish workflow
  • 833cb92 chore: Update CI workflow to use latest action versions and simplify cargo co...
  • 0a99b7a style: Normalize Cargo.toml include array formatting
  • 0c5af37 Merge pull request #80 from GiGainfosystems/exclude_test_data
  • d06efbd Exclude test data from published packages
  • 2ffe076 chore: Bump libflate_lz77 to 2.2.0
  • Additional commits viewable in compare view

Updates nix from 0.30.1 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 openssh-keys from 0.6.4 to 0.6.5

Release notes

Sourced from openssh-keys's releases.

v0.6.5

Release notes

Fixes:

  • Allow parsing comments containing whitespace
  • Bump MSRV to 1.90.0
Changelog

Sourced from openssh-keys's changelog.

openssh-keys 0.6.5 (2025-10-28)

Changes:

  • Allow parsing comments containing whitespace
  • Bump MSRV to 1.90.0
Commits
  • 84d4646 cargo: openssh-keys release 0.6.5
  • c628b02 Merge pull request #115 from coreos/bump-MSRV
  • b6f1c2a reader: fix clippy warnings
  • 0498863 cargo: bump MSRV to 1.90.0
  • 4e1ff5a Merge pull request #108 from jRimbault/fix_comment_parsing
  • 4bd5049 Fix unnecessary reference clippy lint
  • fb0b721 Correctly parse key comments with whitespace
  • f82d3a6 Merge pull request #106 from coreos/release-0.6.4
  • See full diff 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 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

New Contributors

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

v0.13.0-rc.1

👀 Discussion here if you give it try, thanks!

Main breaking changes

  • rustls is now default instead of native-tls
  • rustls provider defaults to aws-lc instead of ring (rustls-no-provider exists if you want to enable a different one)
  • rustls-tls renamed to rustls
  • rustls roots features removed, platform-verifier is used instead

... (truncated)

Changelog

Sourced from reqwest's changelog.

v0.13.1

  • Fixes compiling with rustls on Android targets.

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().

v0.12.28

  • Fix compiling on Windows if TLS and SOCKS features are not enabled.

v0.12.27

  • Add ClientBuilder::windows_named_pipe(name) option that will force all requests over that Windows Named Piper.

v0.12.26

  • Fix sending Accept-Encoding header only with values configured with reqwest, regardless of underlying tower-http config.

v0.12.25

  • Add Error::is_upgrade() to determine if the error was from an HTTP upgrade.
  • Fix sending Proxy-Authorization if only username is configured.
  • Fix sending Proxy-Authorization to HTTPS proxies when the target is HTTP.
  • Refactor internal decompression handling to use tower-http.

v0.12.24

  • Refactor cookie handling to an internal middleware.
  • Refactor internal random generator.
  • Refactor base64 encoding to reduce a copy.
  • Documentation updates.
Commits

Updates serde from 1.0.225 to 1.0.228

Release notes

Sourced from serde's releases.

v1.0.228

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#2995)

v1.0.227

  • Documentation improvements (#2991)

v1.0.226

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @​Mingun)
Commits
  • a866b33 Release 1.0.228
  • 5adc9e8 Merge pull request #2995 from dtolnay/rustdocflags
  • ab58178 Workaround for RUSTDOCFLAGS='--cfg=docsrs'
  • 415d9fc Release 1.0.227
  • 7c58427 Merge pull request #2991 from dtolnay/inlinecoredoc
  • 9d3410e Merge pull request #2992 from dtolnay/inplaceseed
  • 2fb6748 Remove InPlaceSeed public re-export
  • f8137c7 Inline serde_core into serde in docsrs mode
  • b7dbf7e Merge pull request #2990 from dtolnay/integer128
  • 7c83691 No longer macro_use integer128 module
  • Additional commits viewable in compare view

Updates serde-xml-rs from 0.8.1 to 0.8.2

Commits

Updates serde_json from 1.0.145 to 1.0.149

Release notes

Sourced from serde_json's releases.

v1.0.149

  • Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @​b41sh)

v1.0.148

  • Update zmij dependency to 1.0

v1.0.147

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)

v1.0.146

Commits

Updates slog from 2.7.0 to 2.8.2

Release notes

Sourced from slog's releases.

Fix private field breaking # operator in macros

Fixes issue #364

Release Notes

Fixed

  • Fix use of # operator in macros due to private field (issue #364)
  • ci: Check the tests pass with -Zminimal-versions

Move back to erased_serde v0.3

The upgrade from erased_serde v0.3 to v0.4 in v2.8.0 was a br...

Description has been truncated

@dependabot dependabot bot added dependency Pull requests that update a dependency file skip-notes This PR does not need release notes labels Jan 29, 2026
Bumps the build group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` |
| [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.3` | `1.0.4` |
| [clap](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.55` |
| [ipnetwork](https://github.com/achanda/ipnetwork) | `0.20.0` | `0.21.1` |
| [libflate](https://github.com/sile/libflate) | `2.1.0` | `2.2.1` |
| [nix](https://github.com/nix-rust/nix) | `0.30.1` | `0.31.1` |
| [openssh-keys](https://github.com/coreos/openssh-keys) | `0.6.4` | `0.6.5` |
| [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.73` | `0.10.75` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.23` | `0.13.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.225` | `1.0.228` |
| [serde-xml-rs](https://github.com/RReverser/serde-xml-rs) | `0.8.1` | `0.8.2` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` |
| [slog](https://github.com/slog-rs/slog) | `2.7.0` | `2.8.2` |
| [slog-scope](https://github.com/slog-rs/scope) | `4.4.0` | `4.4.1` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.22.0` | `3.24.0` |
| [uzers](https://github.com/rustadopt/uzers-rs) | `0.12.1` | `0.12.2` |
| [zbus](https://github.com/z-galaxy/zbus) | `5.11.0` | `5.13.2` |
| [mockito](https://github.com/lipanski/mockito) | `1.7.0` | `1.7.1` |



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

Updates `cfg-if` from 1.0.3 to 1.0.4
- [Release notes](https://github.com/rust-lang/cfg-if/releases)
- [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cfg-if@v1.0.3...v1.0.4)

Updates `clap` from 4.5.47 to 4.5.55
- [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.5.47...clap_complete-v4.5.55)

Updates `ipnetwork` from 0.20.0 to 0.21.1
- [Release notes](https://github.com/achanda/ipnetwork/releases)
- [Changelog](https://github.com/achanda/ipnetwork/blob/master/CHANGELOG.md)
- [Commits](achanda/ipnetwork@v0.20.0...v0.21.1)

Updates `libflate` from 2.1.0 to 2.2.1
- [Release notes](https://github.com/sile/libflate/releases)
- [Commits](sile/libflate@2.1.0...v2.2.1)

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

Updates `openssh-keys` from 0.6.4 to 0.6.5
- [Release notes](https://github.com/coreos/openssh-keys/releases)
- [Changelog](https://github.com/coreos/openssh-keys/blob/main/docs/release-notes.md)
- [Commits](coreos/openssh-keys@v0.6.4...v0.6.5)

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 `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` from 1.0.225 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.225...v1.0.228)

Updates `serde-xml-rs` from 0.8.1 to 0.8.2
- [Release notes](https://github.com/RReverser/serde-xml-rs/releases)
- [Commits](RReverser/serde-xml-rs@0.8.1...0.8.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 `slog` from 2.7.0 to 2.8.2
- [Release notes](https://github.com/slog-rs/slog/releases)
- [Changelog](https://github.com/slog-rs/slog/blob/master/CHANGELOG.md)
- [Commits](slog-rs/slog@v2.7.0...v2.8.2)

Updates `slog-scope` from 4.4.0 to 4.4.1
- [Changelog](https://github.com/slog-rs/scope/blob/master/CHANGELOG.md)
- [Commits](slog-rs/scope@v4.4.0...v4.4.1)

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

Updates `uzers` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/rustadopt/uzers-rs/releases)
- [Changelog](https://github.com/rustadopt/uzers-rs/blob/main/CHANGELOG.md)
- [Commits](rustadopt/uzers-rs@v0.12.1...v0.12.2)

Updates `zbus` from 5.11.0 to 5.13.2
- [Release notes](https://github.com/z-galaxy/zbus/releases)
- [Changelog](https://github.com/z-galaxy/zbus/blob/main/release-plz.toml)
- [Commits](z-galaxy/zbus@zbus-5.11.0...zbus-5.13.2)

Updates `mockito` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/lipanski/mockito/releases)
- [Commits](lipanski/mockito@1.7.0...1.7.1)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.100
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: cfg-if
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: clap
  dependency-version: 4.5.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: ipnetwork
  dependency-version: 0.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: libflate
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: openssh-keys
  dependency-version: 0.6.5
  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: reqwest
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: serde
  dependency-version: 1.0.228
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: serde-xml-rs
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: slog
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: slog-scope
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: uzers
  dependency-version: 0.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: zbus
  dependency-version: 5.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: mockito
  dependency-version: 1.7.1
  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-fc913e7281 branch from e1d8d00 to cb7fd2f Compare February 6, 2026 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Pull requests that update a dependency file skip-notes This PR does not need release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants