Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the build group with 14 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.53
ipnetwork 0.20.0 0.21.1
libflate 2.1.0 2.2.1
openssh-keys 0.6.4 0.6.5
openssl 0.10.73 0.10.75
reqwest 0.12.23 0.12.24
serde 1.0.225 1.0.228
serde-xml-rs 0.8.1 0.8.2
slog 2.7.0 2.8.2
tempfile 3.22.0 3.23.0
zbus 5.11.0 5.12.0
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.53

Release notes

Sourced from clap's releases.

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.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
  • 3716f9f chore: Release
  • 613b69a docs: Update changelog
  • d117f7a Merge pull request #6028 from epage/arg
  • cb8255d feat(builder): Allow quoted id's for arg macro
  • 1036060 Merge pull request #6025 from AldaronLau/typos-in-faq
  • 2fcafc0 docs: Fix minor grammar issues in FAQ
  • a380b65 Merge pull request #6023 from epage/template
  • 4d7ab14 chore: Update from _rust/main template
  • b8a7ea4 chore(deps): Update Rust Stable to v1.87 (#18)
  • f9842b3 chore: Avoid MSRV problems out of the box
  • 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 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.12.24

Release notes

Sourced from reqwest's releases.

v0.12.24

Highlights

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

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.23...v0.12.24

Changelog

Sourced from reqwest's changelog.

v0.12.24

  • Refactor cookie handling to an internal middleware.
  • Refactor internal random generator.
  • Refactor base64 encoding to reduce a copy.
  • Documentation updates.
Commits
  • b126ca4 v0.12.24
  • 4023493 refactor: change fast_random from xorshift to siphash a counter
  • fd61bc9 refactor(cookie): avoid duplicate cookie insertion (#2834)
  • 0bfa526 test(multipart): fix build failure with no-default-features (#2801)
  • 994b8a0 docs: typo in retry max_retries_per_request (#2824)
  • da0702b refactor(cookie): de-duplicate cookie support as CookieService middleware (...
  • 7ebddea chore: align internal name usage of TotalTimeout (#2657)
  • b540a4e chore(readme): use correct CI status badge
  • e4550c4 docs: fix method name in changelog entry (#2807)
  • f4694a2 perf(util): avoid extra copy when base64 encoding (#2805)
  • Additional commits viewable in compare view

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 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 breaking change, as it affected the public API. In the future, we may find a way to upgrade in a backwards-compatible manner. This should not affect normal users of the API but could break drains supporting nested-values.

I (@​Techcable) apologize for this breakage and have yanked the 2.8.0 release due to this issue. I will try to setup cargo-semver-checks in the CI to avoid this in the future.

Fixed

  • Restore compatibility with erased-serde version 0.3.
    • Compatibility with erased-serde version 0.4 may be provided again in a future version, but will be done so in a backwards compatible way.
    • Thanks to @​demurgos for recognizing and fixing this in PR #359
  • Ensure compatibility with -Zminimal-versions flag by specifying minimal dependency versions (fixes #357)

Enable nested-values feature by default

This is the biggest slog release since v2.0! It contains many smaller fixes and improvements to slog that have been accumulated across 5 years and 127 commits.

The nested-values feature was already present in slog, and allows logging serde::Serialize types in addition to primitives. Previously, the nested-values feature had to be enabled not just in slog but also in each drain crate (slog_json, slog_term, slog_async, etc). Enabling this feature by default makes the crate easier to use and avoids several papercts. It should have no runtime overhead if not used and low compile-time overhead thanks to the new serde_core crate.

Another major feature is Logger::flush, which explicitly flushes buffered log messages. The next major release of slog_json, slog_async, etc., will also include support for this feature, in addition to enabling nested-values by default.

Changelog

The following has been copied from CHANGELOG.md

Highlights

  • Enables the nested-values feature by default. The next major release of slog_json, slog_term, etc should also enable this feature by default.
  • Added Logger::flush and Drain::flush methods.
  • Improved support for logging errors
    • Have # log specifier transparently support & references to error
    • Implement slog::Value for Box<dyn std::error::Error> and anyhow::Error
  • Define a prelude module for common imports
  • Upgraded to Rust 2018 and require Rust 1.61
    • Deprecate the old slog_log! macros in favor of slog::log!
  • Many internal improvements & bug fixes

Changed

... (truncated)

Changelog

Sourced from slog's changelog.

2.8.2 - 2025-10-11

Fixed

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

2.8.1 - 2025-10-05

This fixes an accidental breaking change in the v2.8.0 release, where the public API was changed from erased_serde v0.4 to erased_serde v0.3. This should not affect normal users of the API but could break drains supporting nested-values.

I (@​Techcable) apologize for this breakage and have yanked the 2.8.0 release due to this issue. I will try to setup cargo-semver-checks in the CI to avoid this in the future.

Fixed

  • Restore compatibility with erased-serde version 0.3.
    • Compatibility with erased-serde version 0.4 may be provided again in a future version, but will be done so in a backwards compatible way.
    • Thanks to @​demurgos for recognizing and fixing this in PR #359
  • Ensure compatibility with -Zminimal-versions flag by specifying minimal dependency versions (fixes #357)

[2.8.0] - 2025-10-05

This is the biggest slog release since 2.0. It fully preserves compatibility with prior releases.

Highlights

  • Enables the nested-values feature by default. The next major release of slog_json, slog_term, etc should also enable this feature by default.
  • Added Logger::flush and Drain::flush methods.
  • Improved support for logging errors
    • Have # log specifier transparently support & references to error
    • Implement slog::Value for Box<dyn std::error::Error> and anyhow::Error
  • Define a prelude module for common imports
  • Upgraded to Rust 2018 and require Rust 1.61
    • Deprecate the old slog_log! macros in favor of slog::log!
  • Many internal improvements & bug fixes

Changed

  • Enables the nested-values feature by default.
  • Updated to Rust 2018
  • Bump MSRV to 1.61
    • This is already required for erased-serde, syn, serde_core, and many other important crates in the rust ecosystem.
  • Update erased-serde from v0.3 to v0.4
  • Depend on [serde_core] rather than serde to reduce compile times.

Added

  • Added a Logger::flush and Drain::flush methods
    • Since this is a new method, not all drains implement it.

... (truncated)

Commits
  • e694b83 Bump version to 2.8.2
  • 693fc37 Fix issue #364 - Broken # operator in macros
  • 66f082b ci: Add test job for -Zminimal-versions
  • a26eb6e Bump version to v2.8.1
  • 2107d2e Fix compilation issues with -Zminimum-versions
  • 9814a8b regression fix: restore compatibility with erased-serde version 0.3
  • ec46dcc Bump version to v2.8.0
  • a447574 Use serde_core instead of serde
  • 60add84 ci: Run rustdoc in CI, forbidding warnings
  • 640c150 Fix outstanding rustdoc warnings
  • Additional commits viewable in compare view

Updates tempfile from 3.22.0 to 3.23.0

Changelog

Sourced from tempfile's changelog.

3.23.0

  • Remove need for the "nightly" feature to compile with "wasip2".
Commits

Updates zbus from 5.11.0 to 5.12.0

Release notes

Sourced from zbus's releases.

🔖 zbus 5.12.0

  • 🚚 Update name of Github space from dbus2 to z-galaxy.
  • ✨ Add Error::description method. This gives a simple description about the error.
  • 🥅 Provide description for zbus::Error in DBusError. #1523
  • 🐛 Remove minimum amount of required address options. Set the minimum amount of address options to 0, as per the spec. #1513
  • ➖ remove rand and replace with uuid. This makes uuid mandatory for zbus, and changes the p2p feature to enable v4 of uuid.
  • 📝 book: Update version of zbus in the sample Cargo.toml.
  • 🧵 Launch a multi-threaded tokio runtime for blocking. Otherwise, any blocking calls in the application code can block our internal tasks. This is breaking our "we won't launch threads behind your back" promise a little but its only limited to blocking API and therefore worth the benefit of not unexpectedly stopping to work. #1512
  • 🐛 Fix tracing span names showing as {}.
Commits
  • d4254d6 Merge pull request #1544 from zeenix/releases
  • bd399ae 🔖 zb: Release 5.12.0
  • 14fce7c 🔖 zv: Release 5.8.0
  • 33cb56c 🚚 Update name of Github space from dbus2 to z-galaxy
  • a00e93c ⬆️ micro: Update clap to v4.5.49 (#1540)
  • 7c2baf6 Merge pull request #1538 from dbus2/renovate/actions-checkout-5.x
  • 5ac2239 ⬆️ Update actions/checkout action to v5
  • c9a00ea Merge pull request #1537 from DarthB/codspeed
  • 562f125 use codspeed benchmarks with criterion compat layer
  • 4dc5325 ⬆️ micro: Update serde to v1.0.228 (<...

    Description has been truncated

Bumps the build group with 14 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.53` |
| [ipnetwork](https://github.com/achanda/ipnetwork) | `0.20.0` | `0.21.1` |
| [libflate](https://github.com/sile/libflate) | `2.1.0` | `2.2.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.12.24` |
| [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` |
| [slog](https://github.com/slog-rs/slog) | `2.7.0` | `2.8.2` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.22.0` | `3.23.0` |
| [zbus](https://github.com/z-galaxy/zbus) | `5.11.0` | `5.12.0` |
| [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.53
- [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.53)

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 `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.12.24
- [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.12.24)

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 `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 `tempfile` from 3.22.0 to 3.23.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.22.0...v3.23.0)

Updates `zbus` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/z-galaxy/zbus/releases)
- [Commits](z-galaxy/zbus@zbus-5.11.0...zbus-5.12.0)

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.53
  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: 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.12.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: slog
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: tempfile
  dependency-version: 3.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: zbus
  dependency-version: 5.12.0
  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] <[email protected]>
@dependabot dependabot bot added dependency Pull requests that update a dependency file skip-notes This PR does not need release notes labels Dec 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2026

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

@dependabot dependabot bot closed this Jan 1, 2026
@dependabot dependabot bot deleted the dependabot/cargo/build-2e84470989 branch January 1, 2026 17:03
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.

1 participant