Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the patch-updates group with 34 updates in the / directory:

Package From To
ammonia 4.1.1 4.1.2
async-trait 0.1.88 0.1.89
bip39 2.2.0 2.2.2
cfg-if 1.0.1 1.0.4
chrono 0.4.41 0.4.42
clap 4.5.41 4.5.53
clap_complete 4.5.55 4.5.62
console 0.16.0 0.16.2
const_format 0.2.34 0.2.35
dyn-clone 1.0.19 1.0.20
flate2 1.1.2 1.1.5
hyper-util 0.1.16 0.1.17
indicatif 0.18.0 0.18.3
log 0.4.27 0.4.29
moka 0.12.10 0.12.12
parking_lot 0.12.4 0.12.5
quote 1.0.40 1.0.42
reqwest 0.12.22 0.12.24
semver 1.0.26 1.0.27
serde_bytes 0.11.17 0.11.19
serde_json 1.0.145 1.0.148
syn 2.0.104 2.0.111
test-with 0.15.4 0.15.6
time 0.3.41 0.3.44
tokio-postgres 0.7.13 0.7.15
tokio-util 0.7.15 0.7.17
tower-http 0.6.6 0.6.8
tracing 0.1.41 0.1.44
tracing-subscriber 0.3.20 0.3.22
tracing-indicatif 0.3.11 0.3.14
typed-builder 0.23.0 0.23.2
wasm-bindgen-test 0.3.50 0.3.56
wasmtimer 0.4.2 0.4.3
proc-macro2 1.0.95 1.0.104

Updates ammonia from 4.1.1 to 4.1.2

Release notes

Sourced from ammonia's releases.

4.1.2

  • fix: unexpected namespace switches after cleanup can cause mXSS (reported by [email protected])
Changelog

Sourced from ammonia's changelog.

4.1.2

  • fix: unexpected namespace switches after cleanup can cause mXSS (reported by [email protected])
Commits

Updates async-trait from 0.1.88 to 0.1.89

Release notes

Sourced from async-trait's releases.

0.1.89

Commits
  • a7e91e9 Release 0.1.89
  • fbcfcac Merge pull request 293 from Veykril/lw/quote_spanned
  • fd93990 Improve use of spans in quote_spanned
  • a5093fe Add type-mismatch ui test
  • 6d12b44 Revert "Pin nightly toolchain used for miri job"
  • dd9e4ba Hide unused_variables warning in consider-restricting.rs ui test
  • b454fc8 Update ui test suite to nightly-2025-08-03
  • 9c880e8 Update ui test suite to nightly-2025-07-30
  • 7ca751d Ignore unused_parens warning in test
  • 2bccfeb Update ui test suite to nightly-2025-05-28
  • Additional commits viewable in compare view

Updates bip39 from 2.2.0 to 2.2.2

Changelog

Sourced from bip39's changelog.

v2.2.2 - Dec. 4, 2025

  • Fix docs.rs builds (#101)

v2.2.1 - Dec. 3, 2025

  • Bump bitcoin_hashes dependency to v0.14.0 (#76)
  • Redact Debug output of Mnemonic (#93)
  • Disable default features for optional zeroize dependency (#94)
Commits
  • d6dbc31 Merge pull request #102 from tnull/2025-12-cut-v2.2.2
  • 7ced2e8 Add CI check for docs.rs builds
  • 22ce6d1 Cut v2.2.2 patch release
  • f301bbb Merge pull request #101 from kayabaNerve/patch-1
  • 6947c15 doc_auto_cfg -> doc_cfg
  • bf65b2b Merge pull request #100 from tnull/2025-12-cut-v2.2.1
  • 9e9409b Cut a v2.2.1 patch release
  • f735e25 Merge pull request #76 from tcharding/07-30-update-hashes
  • d567f87 Enable bitcoin_hashes v0.14.0
  • 8069835 Merge pull request #95 from tnull/2025-10-add-semver-CI
  • Additional commits viewable in compare view

Updates cfg-if from 1.0.1 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

v1.0.3

  • Revert "Remove @__identity rule."

v1.0.2

  • Remove @__identity 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

1.0.3 - 2025-08-19

  • Revert "Remove @__identity rule."

1.0.2 - 2025-08-19

  • Remove @__identity rule.
Commits

Updates chrono from 0.4.41 to 0.4.42

Release notes

Sourced from chrono's releases.

0.4.42

What's Changed

Commits
  • f3fd15f Bump version to 0.4.42
  • 5cf5603 strftime: add regression test case
  • a623170 strftime: simplify error handling
  • 36fbfb1 strftime: move specifier handling out of match to reduce rightward drift
  • 7f413c3 strftime: yield None early
  • 9d5dfe1 strftime: outline constants
  • e5f6be7 strftime: move error() method below caller
  • d516c27 strftime: merge impl blocks
  • 0ee2172 strftime: re-order items to keep impls together
  • 757a8b0 Upgrade to windows-bindgen 0.63
  • Additional commits viewable in compare view

Updates clap from 4.5.41 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

v4.5.47

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

... (truncated)

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

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

... (truncated)

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 clap_complete from 4.5.55 to 4.5.62

Commits
  • ca0aeba chore: Release
  • 44cdcc1 docs: Update changelog
  • 2dc500c Merge pull request #6198 from devjgm/greg/fix-clap-completer-issue-with-fish
  • 2280d48 fix: fix path quoting with dynamic env completer
  • ac1006c Merge pull request #6197 from devjgm/greg/fix-clap-completer-issue-with-fish
  • d495145 clap_complete: add unit test for fish env completer
  • 1a6c0de chore(deps): Update Rust Stable to v1.92 (#6194)
  • 53a6921 Merge pull request #6189 from clap-rs/renovate/actions-checkout-6.x
  • 7cbec58 chore(deps): Update actions/checkout action to v6
  • 8d87e70 chore: Release
  • Additional commits viewable in compare view

Updates console from 0.16.0 to 0.16.2

Release notes

Sourced from console's releases.

0.16.2

What's Changed

0.16.1

What's Changed

Commits
  • 0bf645d Bump version
  • 0b789b9 Fix clippy warnings
  • bb1cbdb Exclude development scripts from published package
  • 12281c1 chore: minor improvement for docs
  • e611fbc docs: add note about clicolors
  • e9b9a44 Apply clippy suggestion
  • 9cf0c5f ci: enable all workflows for pull requests
  • 761e0f2 Implement basic support for true colors (#271)
  • f35b2e4 Bump version to 0.16.1
  • 900379f Upgrade windows-sys to 0.61
  • Additional commits viewable in compare view

Updates const_format from 0.2.34 to 0.2.35

Changelog

Sourced from const_format's changelog.

0.2.35

Breaking change: bumped Minimum Supported Rust Version to Rust 1.60. This change is motivated by quote increasing its MSRV to 1.60.

Commits

Updates dyn-clone from 1.0.19 to 1.0.20

Release notes

Sourced from dyn-clone's releases.

1.0.20

  • Support targets without alloc::sync::Arc (#32, thanks @​af-afk)
Commits
  • 1d2d15c Release 1.0.20
  • 0f48a72 Merge pull request #33 from dtolnay/thumbv6m
  • 3446ea0 Merge "Check if target has atomic before using arc"
  • 584d7d7 Merge pull request #34 from dtolnay/up
  • d1f30c1 Resolve uninlined_format_args pedantic clippy lint in test
  • 1e18d0b Resolve borrow_as_ptr pedantic clippy lint
  • ec7b093 Raise required compiler to Rust 1.60
  • 33d9177 Add CI on a target without atomic ptr
  • 9438fae Merge pull request 32 from af-afk/master
  • 02be822 Check if target has atomic before using ARC
  • Additional commits viewable in compare view

Updates flate2 from 1.1.2 to 1.1.5

Release notes

Sourced from flate2's releases.

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

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.2...1.1.3

Commits
  • 2661fbb Merge pull request #509 from fintelia/revert-flush-change
  • bc36cf4 Bump patch version
  • 4341fe2 Revert "Use partial flushes with miniz_oxide backend"
  • ac412e9 Merge pull request #506 from NobodyXu/patch-1
  • bf0315b Release flste2 1.1.4
  • 350de28 Merge pull request #505 from NobodyXu/patch-1
  • 29552c7 Fix docs.rs build
  • 3be6590 Merge pull request #504 from Byron/release
  • 7ad1bad bump the patch level for a new release
  • 3cae7da Merge pull request #502 from NobodyXu/patch-1
  • Additional commits viewable in compare view

Updates hyper-util from 0.1.16 to 0.1.17

Release notes

Sourced from hyper-util's releases.

v0.1.17

Highlights

  • Fix legacy::Client to allow absolute-form URIs when Connected::proxy(true) is passed and the scheme is https.

What's Changed

Full Changelog: hyperium/hyper-util@v0.1.16...v0.1.17

Changelog

Sourced from hyper-util's changelog.

0.1.17 (2025-09-15)

  • Fix legacy::Client to allow absolute-form URIs when Connected::proxy(true) is passed and the scheme is https.
Commits
  • 3021828 v0.1.17
  • 9fb7cd5 fix(client): allow absolute-form if is_proxied is set even on HTTPS (#225)
  • 00035ba refactor: set correct cfg on common::{rewind, Exec, Lazy, SyncWrapper} (#224)
  • ad8c7c5 refactor(connect): safely convert Socket to Tokio TcpSocket (#223)
  • 00911ec chore(test): remove some miri exception config (#222)
  • See full diff in compare view

Updates indicatif from 0.18.0 to 0.18.3

Release notes

Sourced from indicatif's releases.

0.18.3

What's Changed

0.18.2

What's Changed

0.18.1

What's Changed

Commits
  • 23100f5 Bump version to 0.18.3
  • 45e5af9 Apply suggestions from clippy 1.91
  • b31a0be Add ProgressBar::set_elapsed
  • 368de49 Bump version to 0.18.2
  • 6d4e7d3 style: tweak write_ansi_range() style
  • 01957a7 Fix wide_msg truncation with a colored message
  • e836112 Bump version to 0.18.1
  • e69d621 Fix wide_bar width computation with multiline a message
  • 985f053 Bump MSRV to 1.71 (for console 0.16.1)
  • 5436ffc Start versioning Cargo.lock
  • Additional commits viewable in compare view

Updates log from 0.4.27 to 0.4.29

Release notes

Sourced from log's releases.

0.4.29

MSRV

This release increases log's MSRV from 1.61.0 to 1.68.0.

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.28...0.4.29

0.4.28

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.27...0.4.28

Changelog

Sourced from log's changelog.

[0.4.29] - 2025-12-02

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.28...0.4.29

[0.4.28] - 2025-09-02

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.27...0.4.28

Notable Changes

Commits
  • b1e2df7 Merge pull request #719 from rust-lang/cargo/0.4.29
  • 3fe1a54 prepare for 0.4.29 release
  • 7a432d9 Merge pull request #718 from rust-lang/ci/msrv
  • 0689d56 rebump msrv to 1.68.0
  • 46b448e try drop msrv back to 1.61.0
  • 929ab38 fix up doc test feature gate
  • 957cece bump serde-dependent crates
  • bea40c8 bump msrv to 1.68.0
  • c540184 Merge pull request #716 from rust-lang/ci-smaller-matrix2
  • c971e63 Merge branch 'master' into ci-smaller-matrix2
  • Additional commits viewable in compare view

Updates moka from 0.12.10 to 0.12.12

Release notes

Sourced from moka's releases.

Moka 0.12.12

Version 0.12.12

Bumped the minimum supported Rust version (MSRV) to 1.71.1, released on August 3, 2023 (#555gh-pull-0555).

Fixed

  • Fixed use-after-free panic in the hierarchical timer wheels when Expiry returns None (#548gh-pull-0548, by @​awarus).
  • Fixed a subtle undefined behavior (UB) in the internal deque::move_to_back method (found by Miri) (#553gh-pull-0553).

Added

Removed

Changelog

Sourced from moka's changelog.

Version 0.12.12

Bumped the minimum supported Rust version (MSRV) to 1.71.1, released on August 3, 2023 (#555[gh-pull-0555]).

Fixed

  • Fixed use-after-free panic in the hierarchical timer wheels when Expiry returns None (#548[gh-pull-0548], by [@​awarus][gh-awarus]).
  • Fixed a subtle undefined behavior (UB) in the internal deque::move_to_back method (found by Miri) (#553[gh-pull-0553]).

Added

  • impl Expiry for some types (#519[gh-pull-0519], by [@​koushiro][gh-koushiro]).

Removed

  • Removed several unneeded files from the published package (#541[gh-pull-0541], by [@​weiznich][gh-weiznich]).
  • Removed the once_cell crate from the dependencies (#520[gh-pull-0520], by [@​Expyron][gh-Expyron]).
  • Removed the rustc_version crate from the dev-dependencies (#554[gh-pull-0554]).

Version 0.12.11

Breaking Changes

  • After releasing v0.12.11, we found that supporting Equivalent trait was an unintended breaking change.
    • If you get a compilation error something like following, please update your code to reborrow the key like &*key.
      • error[E0277]: the trait bound `T: Borrow<Arc<T>>` is not satisfied
        ...
        = note: required for `Arc<T>` to implement `Equivalent<T>`
    • See this PR comment for more details.

Added

  • Support Equivalent trait for the key type K of the caches. (#492[gh-pull-0492])
  • Added the jittered_expiry_policy example (#489[gh-pull-0489]).

Changed

... (truncated)

Commits
  • 4ffcc25 Merge pull request #559 from moka-rs/tweak-changelog-format
  • c37c952 dox: Fix identation in the CHANGELOG.md
  • 28c692c Merge pull request #558 from moka-rs/prepare-0.12.12
  • 13a8ec9 doc: Update the CHANGELOG and README for v0.12.12
  • a0b263f doc: Update the CHANGELOG and README for v0.12.12
  • f3d7822 feat: Version 0.12.12
  • 65cfeb4 Merge pull request #557 from moka-rs/fix-cd/2025-12-20-msrv-1.71.1
  • 78b6299 chore: Fix Clippy warnings
  • 3763451 Merge pull request #553 from moka-rs/fix-deque-ub
  • 7f9c40f Merge pull request #556 from moka-rs/msrv-1.71.1-cargo.toml
  • Additional commits viewable in compare view

Updates parking_lot from 0.12.4 to 0.12.5

Changelog

Sourced from parking_lot's changelog.

parking_lot - 0.12.5 - 2025-09-30

  • Bumped MSRV to 1.71
  • Fixed Miri when the hardware-lock-elision feature is enabled (#491)
  • Added missing into_arc(_fair) methods (#472)
  • Fixed RawRwLock::bump_*() not releasing lock when there are multiple readers (#471)

parking_lot_core - 0.9.12 - 2025-09-30

  • Bumped MSRV to 1.71
  • Switched from windows-targets to windows-link. (#493...

    Description has been truncated


    This change is Reviewable

…updates

Bumps the patch-updates group with 34 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ammonia](https://github.com/rust-ammonia/ammonia) | `4.1.1` | `4.1.2` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.88` | `0.1.89` |
| [bip39](https://github.com/rust-bitcoin/rust-bip39) | `2.2.0` | `2.2.2` |
| [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.1` | `1.0.4` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.41` | `0.4.42` |
| [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.53` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.55` | `4.5.62` |
| [console](https://github.com/console-rs/console) | `0.16.0` | `0.16.2` |
| [const_format](https://github.com/rodrimati1992/const_format_crates) | `0.2.34` | `0.2.35` |
| [dyn-clone](https://github.com/dtolnay/dyn-clone) | `1.0.19` | `1.0.20` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.2` | `1.1.5` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.16` | `0.1.17` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.18.0` | `0.18.3` |
| [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.29` |
| [moka](https://github.com/moka-rs/moka) | `0.12.10` | `0.12.12` |
| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.4` | `0.12.5` |
| [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.42` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.22` | `0.12.24` |
| [semver](https://github.com/dtolnay/semver) | `1.0.26` | `1.0.27` |
| [serde_bytes](https://github.com/serde-rs/bytes) | `0.11.17` | `0.11.19` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.148` |
| [syn](https://github.com/dtolnay/syn) | `2.0.104` | `2.0.111` |
| [test-with](https://github.com/yanganto/test-with) | `0.15.4` | `0.15.6` |
| [time](https://github.com/time-rs/time) | `0.3.41` | `0.3.44` |
| [tokio-postgres](https://github.com/rust-postgres/rust-postgres) | `0.7.13` | `0.7.15` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.15` | `0.7.17` |
| [tower-http](https://github.com/tower-rs/tower-http) | `0.6.6` | `0.6.8` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.44` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.20` | `0.3.22` |
| [tracing-indicatif](https://github.com/emersonford/tracing-indicatif) | `0.3.11` | `0.3.14` |
| [typed-builder](https://github.com/idanarye/rust-typed-builder) | `0.23.0` | `0.23.2` |
| [wasm-bindgen-test](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.50` | `0.3.56` |
| [wasmtimer](https://github.com/whizsid/wasmtimer-rs) | `0.4.2` | `0.4.3` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.95` | `1.0.104` |



Updates `ammonia` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/rust-ammonia/ammonia/releases)
- [Changelog](https://github.com/rust-ammonia/ammonia/blob/master/CHANGELOG.md)
- [Commits](rust-ammonia/ammonia@v4.1.1...v4.1.2)

Updates `async-trait` from 0.1.88 to 0.1.89
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.88...0.1.89)

Updates `bip39` from 2.2.0 to 2.2.2
- [Changelog](https://github.com/rust-bitcoin/rust-bip39/blob/master/CHANGELOG.md)
- [Commits](rust-bitcoin/rust-bip39@v2.2.0...v2.2.2)

Updates `cfg-if` from 1.0.1 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.1...v1.0.4)

Updates `chrono` from 0.4.41 to 0.4.42
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.41...v0.4.42)

Updates `clap` from 4.5.41 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.41...clap_complete-v4.5.53)

Updates `clap_complete` from 4.5.55 to 4.5.62
- [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.55...clap_complete-v4.5.62)

Updates `console` from 0.16.0 to 0.16.2
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md)
- [Commits](console-rs/console@0.16.0...0.16.2)

Updates `const_format` from 0.2.34 to 0.2.35
- [Release notes](https://github.com/rodrimati1992/const_format_crates/releases)
- [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md)
- [Commits](https://github.com/rodrimati1992/const_format_crates/commits)

Updates `dyn-clone` from 1.0.19 to 1.0.20
- [Release notes](https://github.com/dtolnay/dyn-clone/releases)
- [Commits](dtolnay/dyn-clone@1.0.19...1.0.20)

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

Updates `hyper-util` from 0.1.16 to 0.1.17
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.16...v0.1.17)

Updates `indicatif` from 0.18.0 to 0.18.3
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.18.0...0.18.3)

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

Updates `moka` from 0.12.10 to 0.12.12
- [Release notes](https://github.com/moka-rs/moka/releases)
- [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md)
- [Commits](moka-rs/moka@v0.12.10...v0.12.12)

Updates `parking_lot` from 0.12.4 to 0.12.5
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@parking_lot-v0.12.4...parking_lot-v0.12.5)

Updates `quote` from 1.0.40 to 1.0.42
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.40...1.0.42)

Updates `reqwest` from 0.12.22 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.22...v0.12.24)

Updates `semver` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.26...1.0.27)

Updates `serde_bytes` from 0.11.17 to 0.11.19
- [Release notes](https://github.com/serde-rs/bytes/releases)
- [Commits](serde-rs/bytes@0.11.17...0.11.19)

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

Updates `syn` from 2.0.104 to 2.0.111
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.104...2.0.111)

Updates `test-with` from 0.15.4 to 0.15.6
- [Commits](yanganto/test-with@v0.15.4...v0.15.6)

Updates `time` from 0.3.41 to 0.3.44
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.41...v0.3.44)

Updates `tokio-postgres` from 0.7.13 to 0.7.15
- [Release notes](https://github.com/rust-postgres/rust-postgres/releases)
- [Commits](rust-postgres/rust-postgres@tokio-postgres-v0.7.13...tokio-postgres-v0.7.15)

Updates `tokio-util` from 0.7.15 to 0.7.17
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.7.15...tokio-util-0.7.17)

Updates `tower-http` from 0.6.6 to 0.6.8
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.6.6...tower-http-0.6.8)

Updates `tracing` from 0.1.41 to 0.1.44
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.41...tracing-0.1.44)

Updates `tracing-subscriber` from 0.3.20 to 0.3.22
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.20...tracing-subscriber-0.3.22)

Updates `tracing-indicatif` from 0.3.11 to 0.3.14
- [Release notes](https://github.com/emersonford/tracing-indicatif/releases)
- [Changelog](https://github.com/emersonford/tracing-indicatif/blob/main/CHANGELOG.md)
- [Commits](emersonford/tracing-indicatif@0.3.11...0.3.14)

Updates `typed-builder` from 0.23.0 to 0.23.2
- [Release notes](https://github.com/idanarye/rust-typed-builder/releases)
- [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md)
- [Commits](idanarye/rust-typed-builder@v0.23.0...v0.23.2)

Updates `wasm-bindgen-test` from 0.3.50 to 0.3.56
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits)

Updates `wasmtimer` from 0.4.2 to 0.4.3
- [Release notes](https://github.com/whizsid/wasmtimer-rs/releases)
- [Changelog](https://github.com/whizsid/wasmtimer-rs/blob/master/CHANGELOG.md)
- [Commits](whizsid/wasmtimer-rs@v0.4.2...v0.4.3)

Updates `web-sys` from 0.3.77 to 0.3.83
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits)

Updates `proc-macro2` from 1.0.95 to 1.0.104
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.95...1.0.104)

---
updated-dependencies:
- dependency-name: ammonia
  dependency-version: 4.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: async-trait
  dependency-version: 0.1.89
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: bip39
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: cfg-if
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: chrono
  dependency-version: 0.4.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap
  dependency-version: 4.5.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap_complete
  dependency-version: 4.5.62
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: console
  dependency-version: 0.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: const_format
  dependency-version: 0.2.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: dyn-clone
  dependency-version: 1.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: flate2
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: hyper-util
  dependency-version: 0.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: indicatif
  dependency-version: 0.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: log
  dependency-version: 0.4.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: moka
  dependency-version: 0.12.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: parking_lot
  dependency-version: 0.12.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: quote
  dependency-version: 1.0.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: reqwest
  dependency-version: 0.12.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: semver
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde_bytes
  dependency-version: 0.11.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde_json
  dependency-version: 1.0.148
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: syn
  dependency-version: 2.0.111
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: test-with
  dependency-version: 0.15.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: time
  dependency-version: 0.3.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tokio-postgres
  dependency-version: 0.7.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tokio-util
  dependency-version: 0.7.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tower-http
  dependency-version: 0.6.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tracing
  dependency-version: 0.1.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tracing-subscriber
  dependency-version: 0.3.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tracing-indicatif
  dependency-version: 0.3.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: typed-builder
  dependency-version: 0.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: wasm-bindgen-test
  dependency-version: 0.3.56
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: wasmtimer
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: web-sys
  dependency-version: 0.3.83
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: proc-macro2
  dependency-version: 1.0.104
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 29, 2025
@vercel
Copy link

vercel bot commented Dec 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
nym-explorer-v2 Ready Ready Preview, Comment Dec 29, 2025 9:58am
2 Skipped Deployments
Project Deployment Review Updated (UTC)
docs-nextra Ignored Ignored Preview Dec 29, 2025 9:58am
nym-node-status Ignored Ignored Preview Dec 29, 2025 9:58am

@github-actions
Copy link

Thank you for making this first PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant