Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the cargo-dependencies group with 43 updates in the / directory:

Package From To
actix-web 4.11.0 4.12.1
axum-otel-metrics 0.10.0 0.12.0
axum 0.8.6 0.8.8
chrono 0.4.42 0.4.43
clap 4.5.51 4.5.54
clap_complete 4.5.60 4.5.65
colored 2.2.0 3.1.1
comfy-table 7.2.1 7.2.2
assert_cmd 2.1.1 2.1.2
cryptoki 0.7.0 0.11.0
dialoguer 0.11.0 0.12.0
dirs 5.0.1 6.0.0
flate2 1.1.5 1.1.8
fs-err 3.1.3 3.2.2
ic-agent 0.39.3 0.40.1
octocrab 0.41.2 0.49.5
self_update 0.41.0 0.42.0
ic-transport-types 0.39.3 0.40.1
ic-utils 0.39.3 0.44.3
itertools 0.13.0 0.14.0
log 0.4.28 0.4.29
opentelemetry 0.28.0 0.30.0
opentelemetry_sdk 0.28.0 0.30.0
opentelemetry-prometheus 0.28.0 0.31.0
prometheus 0.13.4 0.14.0
prost 0.13.5 0.14.3
rand_seeder 0.3.0 0.4.0
rust_decimal 1.39.0 1.40.0
rust_decimal_macros 1.39.0 1.40.0
serde_json 1.0.145 1.0.149
strum 0.26.3 0.27.2
strum_macros 0.26.4 0.27.2
tabled 0.18.0 0.20.0
csv_to_table 0.3.0 0.9.0
tempfile 3.23.0 3.24.0
thiserror 2.0.17 2.0.18
tokio 1.48.0 1.49.0
tokio-util 0.7.17 0.7.18
url 2.5.7 2.5.8
wiremock 0.6.4 0.6.5
mockall 0.13.1 0.14.0
ic-stable-structures 0.6.9 0.7.2
serial_test 2.0.0 3.3.1

Updates actix-web from 4.11.0 to 4.12.1

Release notes

Sourced from actix-web's releases.

actix-web: v4.12.1

  • No significant changes since 4.12.0.

actix-web: v4.12.0

Short announcement

We've started GitHub Sponsors: https://github.com/sponsors/actix Support our development!

v4.12.0

  • actix_web::response::builder::HttpResponseBuilder::streaming() now sets Content-Type to application/octet-stream if Content-Type does not exist.
  • actix_web::response::builder::HttpResponseBuilder::streaming() now calls actix_web::response::builder::HttpResponseBuilder::no_chunking() and returns SizedStream if Content-Length is set by user.
  • Add ws crate feature (on-by-default) which forwards to actix-http and guards some of its ResponseError impls.
    • ⚠️ if you use default-feature = false and the web scoket feature, please make sure you enable the ws feature.
  • Add public export for EitherExtractError in error module.
Commits
  • 24489d4 doc(web): Fix links in README.md (#3834)
  • 30b8206 chore(actix-files): prepare release 0.6.9
  • fe6c0a3 chore(actix-web): prepare release 4.12.1
  • 37a8b9c chore(web): fix actix-http requirement
  • 37ff707 chore: fix derive_more feature requirements for actix-files
  • bbfd402 build(deps): bump bytes from 1.10.1 to 1.11.0 (#3839)
  • ce258a0 build(deps): bump taiki-e/install-action from 2.62.51 to 2.62.56 (#3837)
  • b2205d8 build(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#3836)
  • fe890a7 build(deps): bump taiki-e/install-action from 2.62.49 to 2.62.51 (#3831)
  • d119500 release: actix-web v4.12.0 (#3830)
  • Additional commits viewable in compare view

Updates axum-otel-metrics from 0.10.0 to 0.12.0

Release notes

Sourced from axum-otel-metrics's releases.

v0.12.0

[0.12.0] - 2025-06-20

💼 Other

  • Update example crates (6cfa617)

🚜 Refactor

  • [breaking] Update to use OTLP exporter for metrics, removed Prometheus exporter support (47161f1)

📚 Documentation

  • Update README to remove Prometheus exporter references and highlight OTLP exporter usage (aaa4a1b)
  • Update README to include removal of Prometheus exporter support and link to related issue (c140d58)

⚙️ Miscellaneous Tasks

  • Update crates (abf2684)
  • Update cliff.toml to enable dependency chore messages (13cdf57)
  • Adapt metric descriptions to match semantic conventions (aeda8a1)

Chore

  • (deps) Update opentelemetry-semantic-conventions requirement (b4307ee)
  • (deps) Update opentelemetry requirement from 0.29 to 0.30 (7be8ff9)
  • (deps) Update opentelemetry_sdk requirement from 0.29 to 0.30 (2207078)
  • (deps) Update opentelemetry-otlp requirement from 0.29.0 to 0.30.0 (d992ebc)

v0.11.0

[0.11.0] - 2025-05-30

🚜 Refactor

  • Refine Cargo.toml for lib (5583193)

⚙️ Miscellaneous Tasks

  • Bump version to 0.11.0 (d8291d4)

Chore

  • (deps) Update opentelemetry-prometheus requirement (74128a5)
  • (deps) Update opentelemetry requirement from 0.28 to 0.29 (3f36999)
  • (deps) Update opentelemetry-semantic-conventions requirement (0b2b5c1)
  • (deps) Update opentelemetry-otlp requirement from 0.28.0 to 0.29.0 (5a54204)
  • (deps) Update opentelemetry_sdk requirement from 0.28 to 0.29 (a5fd8dd)
  • (deps) Update prometheus requirement from 0.13.4 to 0.14.0 (8f4807b)
  • (deps) Bump tokio in /examples/axum-metrics-demo (7c6c2be)
Changelog

Sourced from axum-otel-metrics's changelog.

[0.12.0] - 2025-06-20

💼 Other

  • Update example crates (6cfa617)

🚜 Refactor

  • [breaking] Update to use OTLP exporter for metrics, removed Prometheus exporter support (47161f1)

📚 Documentation

  • Update README to remove Prometheus exporter references and highlight OTLP exporter usage (aaa4a1b)
  • Update README to include removal of Prometheus exporter support and link to related issue (c140d58)

⚙️ Miscellaneous Tasks

  • Update crates (abf2684)
  • Update cliff.toml to enable dependency chore messages (13cdf57)
  • Adapt metric descriptions to match semantic conventions (aeda8a1)

Chore

  • (deps) Update opentelemetry-semantic-conventions requirement (b4307ee)
  • (deps) Update opentelemetry requirement from 0.29 to 0.30 (7be8ff9)
  • (deps) Update opentelemetry_sdk requirement from 0.29 to 0.30 (2207078)
  • (deps) Update opentelemetry-otlp requirement from 0.29.0 to 0.30.0 (d992ebc)
Commits
  • f5b179f chore: release v0.12.0
  • aeda8a1 chore: adapt metric descriptions to match semantic conventions
  • c140d58 docs: update README to include removal of Prometheus exporter support and lin...
  • aaa4a1b docs: update README to remove Prometheus exporter references and highlight OT...
  • 13cdf57 chore: update cliff.toml to enable dependency chore messages
  • 47161f1 refactor!: update to use OTLP exporter for metrics, removed Prometheus export...
  • abf2684 chore: update crates
  • 6cfa617 build: update example crates
  • d992ebc chore(deps): update opentelemetry-otlp requirement from 0.29.0 to 0.30.0
  • 2207078 chore(deps): update opentelemetry_sdk requirement from 0.29 to 0.30
  • Additional commits viewable in compare view

Updates axum from 0.8.6 to 0.8.8

Release notes

Sourced from axum's releases.

axum v0.8.8

  • Clarify documentation for Router::route_layer (#3567)

#3567: tokio-rs/axum#3567

axum v0.8.7

  • Relax implicit Send / Sync bounds on RouterAsService, RouterIntoService (#3555)
  • Make it easier to visually scan for default features (#3550)
  • Fix some documentation typos

#3550: tokio-rs/axum#3550 #3555: tokio-rs/axum#3555

Commits
  • d07863f Release axum v0.8.8 and axum-extra v0.12.3
  • 287c674 axum-extra: Make typed-routing feature enable routing feature (#3514)
  • f5804aa SecondElementIs: Correct a small inconsistency (#3559)
  • f51f3ba axum-extra: Add trailing newline to pretty JSON response (#3526)
  • 816407a Fix integer underflow in try_range_response for empty files (#3566)
  • 78656eb docs: Clarify route_layer does not apply middleware to the fallback handler...
  • 4404f27 Release axum v0.8.7 and axum-extra v0.12.2
  • 8f1545a Fix typo in extractors guide (#3554)
  • 4fc3faa Relax implicit Send / Sync bounds (#3555)
  • a05920c Make it easier to visually scan for default features (#3550)
  • Additional commits viewable in compare view

Updates chrono from 0.4.42 to 0.4.43

Release notes

Sourced from chrono's releases.

0.4.43

What's Changed

Commits
  • 45caaa9 Update copyright year to 2026 in LICENSE.txt
  • 1c0b8f0 Bump version to 0.4.43
  • a03e43b Upgrade windows-bindgen to 0.66
  • 4fedaba Ignore bincode advisory
  • f4b7bbd Bump actions/checkout from 5 to 6
  • db12973 Added doctest for the NaiveDate years_since function (#1755)
  • 34b5f49 chore: minor improvement for docs
  • 8c82711 Bump actions/setup-node from 5 to 6
  • ea1f11b Drop deny lints, eager Debug impls are a mixed blessing
  • 35f9f2d Add feature gated defmt support.
  • Additional commits viewable in compare view

Updates clap from 4.5.51 to 4.5.54

Release notes

Sourced from clap's releases.

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
Changelog

Sourced from clap's changelog.

[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
Commits
  • 194c676 chore: Release
  • 44838f6 docs: Update changelog
  • 0f59d55 Merge pull request #6027 from Alpha1337k/master
  • 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
  • e2aa2f0 Feat: Add catch-all on external subcommands for zsh
  • b9c0aee Feat: Add external subcommands test to suite
  • 1036060 Merge pull request #6025 from AldaronLau/typos-in-faq
  • Additional commits viewable in compare view

Updates clap_complete from 4.5.60 to 4.5.65

Commits
  • a99bd42 chore: Release
  • 485d781 docs: Update changelog
  • 0acc8c8 Merge pull request #6209 from saiarcot895/fix-optional-value-option-zsh
  • 6c2cff6 fix: Allow optional value arguments for Zsh shell completion
  • 58723e5 test: Generate completions with multi/optional value options
  • 4ecbf54 chore: Release
  • f04062b docs: Update changelog
  • d68caa8 Merge pull request #6205 from maheshbansod/default-val-no-desc
  • a062eaf fix: Default vals on new line if possible values
  • 15509af test: Demonstrate default value ui bug on no desc
  • Additional commits viewable in compare view

Updates colored from 2.2.0 to 3.1.1

Release notes

Sourced from colored's releases.

v3.1.1

No release notes provided.

v3.1.0

No release notes provided.

v3.0.0

  • [BREAKING CHANGE]: Upgrade MSRV to 1.80 and remove the then unnecessary lazy_static dependency.
Changelog

Sourced from colored's changelog.

Unreleased

  • Added methods ansi_color and on_ansi_color to Colorize.

3.0.0

  • [BREAKING CHANGE]: Upgrade MSRV to 1.80 and remove the then unnecessary lazy_static dependency.
Commits

Updates comfy-table from 7.2.1 to 7.2.2

Release notes

Sourced from comfy-table's releases.

v7.2.2

[7.2.2] - 2026-01-13

Fix

  • Minor performance improvements
  • Fixed an edge-case, where multiple LowerBoundary constraints weren't uphold.
  • Fixed an issue where tables were misformatted when no vertical border styling was specified. #198

[7.2.1] - 2025-09-11

Misc

  • Adjust a single test case to not fail in 0x0 sized tty-environments. !186
Changelog

Sourced from comfy-table's changelog.

[7.2.2] - 2026-01-13

Fix

  • Minor performance improvements
  • Fixed an edge-case, where multiple LowerBoundary constraints weren't uphold.
  • Fixed an issue where tables were misformatted when no vertical border styling was specified. #198
Commits
  • 9040cd2 chore: Release comfy-table version 7.2.2
  • 51f69f6 docs: Prepare changelog for release
  • 2c697e1 Merge pull request #201 from Nukesor/fix-cell-verticl-styling
  • 4bc64ad fix: Cell formatting without any vertical styling
  • dda03a0 meta: LLM contribution guidelines
  • f1aa156 meta: Add AGENTS.md
  • d01e3d5 Merge pull request #200 from Nukesor/tests
  • 053f7c9 chore: Format codebase with nightly rules
  • 78e8f46 fix: Split doesn't result in violation of lower boundary
  • 68c307c fix: Successive lower boundary constraints
  • Additional commits viewable in compare view

Updates assert_cmd from 2.1.1 to 2.1.2

Changelog

Sourced from assert_cmd's changelog.

[2.1.2] - 2026-01-09

Fixes

  • Add #[must_use] to help catch missing assertions
Commits
  • edda0b2 chore: Release assert_cmd version 2.1.2
  • 891d412 docs: Update changelog
  • e39dc36 Merge pull request #267 from epage/must
  • d947cb0 fix: Add must_use before assertions are applied
  • 7b8fd99 Merge pull request #264 from kemingy/doc_macro_semicolon
  • 79f8e57 docs: add the missing semicolon for macro
  • 6289384 chore(deps): Update Rust Stable to v1.92 (#262)
  • 7b353d8 Merge pull request #260 from assert-rs/renovate/actions-checkout-6.x
  • 48cda51 chore(deps): Update actions/checkout action to v6
  • ee88946 docs: Clarify cargo_bin_cmd
  • Additional commits viewable in compare view

Updates cryptoki from 0.7.0 to 0.11.0

Changelog

Sourced from cryptoki's changelog.

cryptoki-0.11.0 (2025-12-19)

Full Changelog

cryptoki-sys-0.5.0 (2025-12-19)

Full Changelog

Implemented enhancements:

  • Add a way to pass a pointer for the "reserved" argument in CInitializeArgs() #321
  • Support vendor defined error codes #299

Closed issues:

  • Undefined behavior in CK_ATTRIBUTE::try_from or Session::get_attributes #323
  • Consider opening visibility on ObjectHandle and SessionHandle #316
  • Compatibility with Luna HSM's libCryptoki2_64.so? #315
  • Run tests against kryoptic main #311
  • Consider wrapping C_Decapsulate #309
  • Considering adding support for CKM_CONCATENATE_DATA_AND_BASE #308
  • Run CI on more different architectures in some more systematic manner #285
  • Upgrade Secrecy Crate #284
  • Building on ix86 fails #282
  • EcKdf documentation unclear #281
  • Add a new constructor that does not call C_Finalize when dropped #208
  • finalize() without drop()? #150

Merged pull requests:

  • Don't tie Session's lifetime to the Pkcs11 object. #337 (nwalfield)
  • Fix #256: docs: Fix documentation references in MechanismInfo #334 (testingapisname)
  • Truncate intermediate outputs of multi-part cipher operations #332 (satoqz)
  • Fix CI pipelines #331 (Jakuje)
  • Add initialize flags and pReserved to CInitializeArgs #330 (placintaalexandru)
  • Run tests against kryoptic main #328 (Jakuje)
  • Refactor initialing/finalizing Pkcs11 and Session structures #326 (hug-dev)
  • Fix handling empty AllowedMechanisms attribute #324 (Jakuje)
  • Miscellaneous updates #320 (hug-dev)
  • Run tests against fips kryoptic current main #318 (Jakuje)
  • Add pub unsafe accessors for object/session handles and ObjectHandle new #317 (jhshannon17)
  • Adjust tests for new kryoptic 1.3.1 #313 (Jakuje)
  • Fix WrapKeyAuthenticated parameter type from pkcs11 header #312 (Jakuje)
  • Feat: Add mechanisms for simple key derivations #310 (jacobprudhomme)
  • Add SLH-DSA mechanism #307 (Jakuje)
  • Add support for PKCS#11 3.2 validation objects #306 (Jakuje)
  • misc: Add simple containerfile to regenerate bindings #305 (Jakuje)
  • Add support for Pkcs#11 Profile objects #304 (Jakuje)
  • Fixup PKCS#11 headers definition (C_UnwrapKey) #303 (Jakuje)
  • Expose vendor defined error code #300 (thgoebel)

... (truncated)

Commits
  • 82c7415 Bump cryptoki and cryptoki-sys
  • b5499ea Merge pull request #334 from testingapisname/main
  • 11db4e0 Merge branch 'main' into main
  • 81aac81 Merge pull request #337 from nwalfield/revert-session
  • 16ae62f Don't tie Session's lifetime to the Pkcs11 object.
  • 61654a1 docs: Fix documentation references in MechanismInfo
  • 36fb3c3 Finalize Pkcs11 and sessions in tests
  • 048c314 Allow closing a session manually
  • 47dd51f Remove the initialize check
  • 2277d0f Remove finalizing Pkcs11 on Drop
  • Additional commits viewable in compare view

Updates dialoguer from 0.11.0 to 0.12.0

Release notes

Sourced from dialoguer's releases.

0.12.0

What's Changed

Changelog

Sourced from dialoguer's changelog.

Changelog

For newer releases, please see releases.

Commits
  • 731c70b Audit dependencies
  • 2a88be1 Check for external types
  • d4271ea Check semver compatibility
  • 11c990d Check for documentation errors
  • 39d2480 Add Dependabot config
  • 31b2e25 Upgrade to actions/checkout v5
  • 8ebd9e5 Focus CI testing on stable Rust
  • d4a002d Use default targets on respective operating systems
  • 3e3cc03 Reduce number of targets tested in CI
  • fcb8a0d Enable basic caching in CI
  • Additional commits viewable in compare view

Updates dirs from 5.0.1 to 6.0.0

Commits

Updates flate2 from 1.1.5 to 1.1.8

Release notes

Sourced from flate2's releases.

1.1.8

What's Changed

New Contributors

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

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

What's Changed

New Contributors

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

1.1.6 - YANKED

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

What's Changed

New Contributors

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

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

Updates fs-err from 3.1.3 to 3.2.2

Changelog

Sourced from fs-err's changelog.

3.2.2

  • Add wrappers for File::set_modified and File::set_times (#84)

3.2.1

  • Rename parameters of symlink, soft_link and hard_link functions to match std (#83)

3.2.0

  • Introduce debug and debug_tokio feature. Debug filesystem errors faster by exposing more information (#81). Without this feature on, errors might look like this:

    failed to open file `file.txt`: The system cannot find the file specified. (os error 2)
    

    With this feature on, it will include additional information. For example:

    failed to open file `file.txt`: The system cannot find the file specified. (os error 2)
    

    Path does not exist file.txt

    • Absolute path /path/to/dir/file.txt
    • Missing file.txt from parent directory:
      /path/to/dir
      └── file.md
      └── different.txt

It's suggested to enable this feature in dev-dependencies for security and performance reasons.

Commits

Updates ic-agent from 0.39.3 to 0.40.1

Release notes

Sourced from ic-agent's releases.

df0d986

No release notes provided.

6fef5bf

No release notes provided.

5d3dc92

No release notes provided.

2c03865

No release notes provided.

aa541ac

No release notes provided.

339cf07

No release notes provided.

a07c548

No release notes provided.

42e97dc

No release notes provided.

57befac

No release notes provided.

6032db3

No release notes provided.

21459ef

No release notes provided.

7c597b0

No release notes provided.

b47ba47

No release notes provided.

467974a

No release notes provided.

aa643d1

No release notes provided.

2ba0364

No release notes provided.

c06fafd

No release notes provided.

... (truncated)

Changelog

Sourced from ic-agent's changelog.

[0.40.1] - 2025-05-15

  • Add read_state_canister_controllers and read_state_canister_module_hash functions.

[0.40.0] - 2025-03-17

  • BREAKING: Added data about the rejected call to CertifiedReject/UncertifiedReject.
  • Updated the serialization of WasmMemoryPersistence.
  • BREAKING: AgentBuilder::with_background_dynamic_routing is no longer async.
  • Extended RouteProvider trait with fn routes_stats(), returning the number of total and healthy routes.
  • Added set_k_top_nodes configuration option to LatencyRoutingSnapshot that enables selective routing to only k API boundary nodes with best ranking (based on latencies and availabilities).
Commits

Updates octocrab from 0.41.2 to 0.49.5

Release notes

Sourced from octocrab's releases.

v0.49.5

Fixed

  • resolve docs.rs build failure (#848)

v0.49.4

Added

  • Add squash_merge_commit_title, squash_merge_commit_title to repo model (#845)

v0.49.3

Added

  • Http caching & Conditional requests (#831)

v0.49.2

Added

  • Add body_text and body_html to Comment model (#832)

v0.49.1

Added

  • provide expiration-aware installation token APIs (#837)

Fixed

  • Send body for retried requests (#842)

v0.49.0

Fixed

  • [breaking] add a cfg to make the crypto backend for jwt configurable (#834)
  • incorrect path for followers and followees (#829)

Other

  • fix various warnings in CI and deny warnings being reintroduced (#839)
  • [breaking] mark more structs as #[non_exhaustive] (#840)
  • Partial implementation of Organization CoPilot APIs (#747)
  • [codes-of-conduct] #527 (#833)

v0.48.1

Fixed

  • (build) don't fetch dependencies (#828)

v0.48.0

Added

... (truncated)

Changelog

Sourced from octocrab's changelog.

0.49.5 - 2025-12-30

Fixed

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 19, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 19, 2026 08:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 19, 2026
@dependabot dependabot bot force-pushed the dependabot/cargo/cargo-dependencies-3ebbebf0b6 branch 2 times, most recently from 69c8202 to 6a7cc3f Compare January 19, 2026 17:34
…h 43 updates

Bumps the cargo-dependencies group with 43 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actix-web](https://github.com/actix/actix-web) | `4.11.0` | `4.12.1` |
| [axum-otel-metrics](https://github.com/ttys3/axum-otel-metrics) | `0.10.0` | `0.12.0` |
| [axum](https://github.com/tokio-rs/axum) | `0.8.6` | `0.8.8` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.43` |
| [clap](https://github.com/clap-rs/clap) | `4.5.51` | `4.5.54` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.60` | `4.5.65` |
| [colored](https://github.com/mackwic/colored) | `2.2.0` | `3.1.1` |
| [comfy-table](https://github.com/nukesor/comfy-table) | `7.2.1` | `7.2.2` |
| [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.1.1` | `2.1.2` |
| [cryptoki](https://github.com/parallaxsecond/rust-cryptoki) | `0.7.0` | `0.11.0` |
| [dialoguer](https://github.com/console-rs/dialoguer) | `0.11.0` | `0.12.0` |
| [dirs](https://github.com/soc/dirs-rs) | `5.0.1` | `6.0.0` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.5` | `1.1.8` |
| [fs-err](https://github.com/andrewhickman/fs-err) | `3.1.3` | `3.2.2` |
| [ic-agent](https://github.com/dfinity/agent-rs) | `0.39.3` | `0.40.1` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.41.2` | `0.49.5` |
| [self_update](https://github.com/jaemk/self_update) | `0.41.0` | `0.42.0` |
| [ic-transport-types](https://github.com/dfinity/agent-rs) | `0.39.3` | `0.40.1` |
| [ic-utils](https://github.com/dfinity/agent-rs) | `0.39.3` | `0.44.3` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` |
| [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` |
| [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.28.0` | `0.30.0` |
| [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) | `0.28.0` | `0.30.0` |
| [opentelemetry-prometheus](https://github.com/open-telemetry/opentelemetry-rust) | `0.28.0` | `0.31.0` |
| [prometheus](https://github.com/tikv/rust-prometheus) | `0.13.4` | `0.14.0` |
| [prost](https://github.com/tokio-rs/prost) | `0.13.5` | `0.14.3` |
| [rand_seeder](https://github.com/rust-random/seeder) | `0.3.0` | `0.4.0` |
| [rust_decimal](https://github.com/paupino/rust-decimal) | `1.39.0` | `1.40.0` |
| [rust_decimal_macros](https://github.com/paupino/rust-decimal) | `1.39.0` | `1.40.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` |
| [strum](https://github.com/Peternator7/strum) | `0.26.3` | `0.27.2` |
| [strum_macros](https://github.com/Peternator7/strum) | `0.26.4` | `0.27.2` |
| [tabled](https://github.com/zhiburt/tabled) | `0.18.0` | `0.20.0` |
| [csv_to_table](https://github.com/zhiburt/tabled) | `0.3.0` | `0.9.0` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.23.0` | `3.24.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.48.0` | `1.49.0` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.17` | `0.7.18` |
| [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` |
| [wiremock](https://github.com/LukeMathWalker/wiremock-rs) | `0.6.4` | `0.6.5` |
| [mockall](https://github.com/asomers/mockall) | `0.13.1` | `0.14.0` |
| [ic-stable-structures](https://github.com/dfinity/stable-structures) | `0.6.9` | `0.7.2` |
| [serial_test](https://github.com/palfrey/serial_test) | `2.0.0` | `3.3.1` |



Updates `actix-web` from 4.11.0 to 4.12.1
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md)
- [Commits](actix/actix-web@web-v4.11.0...web-v4.12.1)

Updates `axum-otel-metrics` from 0.10.0 to 0.12.0
- [Release notes](https://github.com/ttys3/axum-otel-metrics/releases)
- [Changelog](https://github.com/ttys3/axum-otel-metrics/blob/main/CHANGELOG.md)
- [Commits](ttys3/axum-otel-metrics@v0.10.0...v0.12.0)

Updates `axum` from 0.8.6 to 0.8.8
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.8.6...axum-v0.8.8)

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

Updates `clap` from 4.5.51 to 4.5.54
- [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.51...clap_complete-v4.5.54)

Updates `clap_complete` from 4.5.60 to 4.5.65
- [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.60...clap_complete-v4.5.65)

Updates `colored` from 2.2.0 to 3.1.1
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](colored-rs/colored@v2.2.0...v3.1.1)

Updates `comfy-table` from 7.2.1 to 7.2.2
- [Release notes](https://github.com/nukesor/comfy-table/releases)
- [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md)
- [Commits](Nukesor/comfy-table@v7.2.1...v7.2.2)

Updates `assert_cmd` from 2.1.1 to 2.1.2
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](assert-rs/assert_cmd@v2.1.1...v2.1.2)

Updates `cryptoki` from 0.7.0 to 0.11.0
- [Changelog](https://github.com/parallaxsecond/rust-cryptoki/blob/main/CHANGELOG.md)
- [Commits](parallaxsecond/rust-cryptoki@cryptoki-0.7.0...cryptoki-0.11.0)

Updates `dialoguer` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/console-rs/dialoguer/releases)
- [Changelog](https://github.com/console-rs/dialoguer/blob/main/CHANGELOG-OLD.md)
- [Commits](console-rs/dialoguer@v0.11.0...v0.12.0)

Updates `dirs` from 5.0.1 to 6.0.0
- [Commits](https://github.com/soc/dirs-rs/commits)

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

Updates `fs-err` from 3.1.3 to 3.2.2
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](andrewhickman/fs-err@3.1.3...3.2.2)

Updates `ic-agent` from 0.39.3 to 0.40.1
- [Release notes](https://github.com/dfinity/agent-rs/releases)
- [Changelog](https://github.com/dfinity/agent-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-rs/commits)

Updates `octocrab` from 0.41.2 to 0.49.5
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.41.2...v0.49.5)

Updates `self_update` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/jaemk/self_update/releases)
- [Changelog](https://github.com/jaemk/self_update/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/self_update/commits)

Updates `ic-transport-types` from 0.39.3 to 0.40.1
- [Release notes](https://github.com/dfinity/agent-rs/releases)
- [Changelog](https://github.com/dfinity/agent-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-rs/commits)

Updates `ic-utils` from 0.39.3 to 0.44.3
- [Release notes](https://github.com/dfinity/agent-rs/releases)
- [Changelog](https://github.com/dfinity/agent-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-rs/commits)

Updates `itertools` from 0.13.0 to 0.14.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.13.0...v0.14.0)

Updates `log` from 0.4.28 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.28...0.4.29)

Updates `opentelemetry` from 0.28.0 to 0.30.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.30.md)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-0.28.0...opentelemetry-0.30.0)

Updates `opentelemetry_sdk` from 0.28.0 to 0.30.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.30.md)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.28.0...opentelemetry_sdk-0.30.0)

Updates `opentelemetry-prometheus` from 0.28.0 to 0.31.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.30.md)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-prometheus-0.28.0...opentelemetry-prometheus-0.31.0)

Updates `prometheus` from 0.13.4 to 0.14.0
- [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md)
- [Commits](tikv/rust-prometheus@v0.13.4...v0.14.0)

Updates `prost` from 0.13.5 to 0.14.3
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.5...v0.14.3)

Updates `rand_seeder` from 0.3.0 to 0.4.0
- [Changelog](https://github.com/rust-random/seeder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/seeder/commits)

Updates `rust_decimal` from 1.39.0 to 1.40.0
- [Release notes](https://github.com/paupino/rust-decimal/releases)
- [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md)
- [Commits](paupino/rust-decimal@1.39.0...1.40.0)

Updates `rust_decimal_macros` from 1.39.0 to 1.40.0
- [Release notes](https://github.com/paupino/rust-decimal/releases)
- [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md)
- [Commits](paupino/rust-decimal@1.39.0...1.40.0)

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 `strum` from 0.26.3 to 0.27.2
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.26.3...v0.27.2)

Updates `strum_macros` from 0.26.4 to 0.27.2
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits/v0.27.2)

Updates `tabled` from 0.18.0 to 0.20.0
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zhiburt/tabled/commits)

Updates `csv_to_table` from 0.3.0 to 0.9.0
- [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md)
- [Commits](zhiburt/tabled@v0.3.0...v0.9.0)

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 `tokio` from 1.48.0 to 1.49.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0)

Updates `tokio-util` from 0.7.17 to 0.7.18
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.7.17...tokio-util-0.7.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 `wiremock` from 0.6.4 to 0.6.5
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
- [Commits](LukeMathWalker/wiremock-rs@v0.6.4...v0.6.5)

Updates `mockall` from 0.13.1 to 0.14.0
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](asomers/mockall@v0.13.1...v0.14.0)

Updates `ic-stable-structures` from 0.6.9 to 0.7.2
- [Release notes](https://github.com/dfinity/stable-structures/releases)
- [Changelog](https://github.com/dfinity/stable-structures/blob/main/RELEASE_GUIDE.md)
- [Commits](dfinity/stable-structures@v0.6.9...v0.7.2)

Updates `serial_test` from 2.0.0 to 3.3.1
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v2.0.0...v3.3.1)

---
updated-dependencies:
- dependency-name: actix-web
  dependency-version: 4.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: axum-otel-metrics
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: axum
  dependency-version: 0.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: chrono
  dependency-version: 0.4.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap
  dependency-version: 4.5.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap_complete
  dependency-version: 4.5.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: colored
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: comfy-table
  dependency-version: 7.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: assert_cmd
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: cryptoki
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: dialoguer
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: dirs
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: flate2
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: fs-err
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: ic-agent
  dependency-version: 0.40.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: octocrab
  dependency-version: 0.49.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: self_update
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: ic-transport-types
  dependency-version: 0.40.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: ic-utils
  dependency-version: 0.44.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: itertools
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: log
  dependency-version: 0.4.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: opentelemetry
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: opentelemetry_sdk
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: opentelemetry-prometheus
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: prometheus
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: prost
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: rand_seeder
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: rust_decimal
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: rust_decimal_macros
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: strum
  dependency-version: 0.27.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: strum_macros
  dependency-version: 0.27.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: tabled
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: csv_to_table
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: tempfile
  dependency-version: 3.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tokio
  dependency-version: 1.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: tokio-util
  dependency-version: 0.7.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: url
  dependency-version: 2.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: wiremock
  dependency-version: 0.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: mockall
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: ic-stable-structures
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: serial_test
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/cargo-dependencies-3ebbebf0b6 branch from 6a7cc3f to 200d808 Compare January 26, 2026 08:02
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.

0 participants