Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the cargo-dependencies group with 36 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
clap 4.5.51 4.5.54
clap_complete 4.5.60 4.5.64
colored 2.2.0 3.0.0
cryptoki 0.7.0 0.11.0
dialoguer 0.11.0 0.12.0
dirs 5.0.1 6.0.0
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.1
rand_seeder 0.3.0 0.4.0
serde_json 1.0.145 1.0.148
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
tokio 1.48.0 1.49.0
tokio-util 0.7.17 0.7.18
wiremock 0.6.4 0.6.5
mockall 0.13.1 0.14.0
ic-stable-structures 0.6.9 0.7.2
indexmap 2.12.0 2.12.1
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 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.64

Commits
  • e115243 chore: Release
  • d4c34fa docs: Update changelog
  • ab4f438 Merge pull request #6203 from jpgrayson/fix/zsh-space-after-dir-completions
  • 5571b83 fix(complete): Trailing space after zsh directory completions
  • 06a2311 chore: Release
  • bed131f docs: Update changelog
  • a61c53e Merge pull request #6202 from iepathos/6201-symlink-path-completions
  • c3b4405 fix(complete): Follow symlinks in path completion
  • a794395 test(complete): Add symlink path completion tests
  • ca0aeba chore: Release
  • Additional commits viewable in compare view

Updates colored from 2.2.0 to 3.0.0

Release notes

Sourced from colored's releases.

v3.0.0

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

Sourced from colored's changelog.

3.0.0

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

Updates cryptoki from 0.7.0 to 0.11.0

Changelog

Sourced from cryptoki's changelog.

Changelog

cryptoki-0.10.0 (2025-06-03)

Full Changelog

cryptoki-sys-0.4.0 (2025-06-03)

Full Changelog

Implemented enhancements:

  • Consider changing get_attribute_info_map from taking a Vec to taking a slice #267

Closed issues:

  • CKA_UNIQUE_ID not exposed #268
  • PkcsOaepParams mis-aligned #266
  • Thread Safety #260
  • Suggestion: Have verification functions return Result<bool> instead of Result<()> #254
  • Support for multi-part operations #250
  • GcmParams ulIvBits being set to 0 causes issues with Thales HSMs #247
  • Use GcmParams with AWS CloudHSM will cause undefined behavior #225
  • Add support for C_GetInterfaceList #209
  • bug: is_fn_supported() always returns true #155

Merged pull requests:

cryptoki-0.9.0 (2025-02-17)

Full Changelog

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

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.

b77f1fc

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

  • resolve docs.rs build failure (#848)

0.49.4 - 2025-12-25

Added

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

0.49.3 - 2025-12-21

Added

  • Http caching & Conditional requests (#831)

0.49.2 - 2025-12-20

Added

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

0.49.1 - 2025-12-20

Added

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

Fixed

  • Send body for retried requests (#842)

0.49.0 - 2025-12-19

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)

0.48.1 - 2025-12-02

... (truncated)

Commits

Updates self_update from 0.41.0 to 0.42.0

Changelog

Sourced from self_update's changelog.

[0.42.0]

Added

  • Improved release search/lookup capability to support filtering assets by identifier
  • Improved version specifications to support prerelease tags and parallel supported versions

Changed

  • Update reqwest features to allow http2 negotiation
  • Update quick-xml (0.37) and zipsign (0.1)
  • Specify per_page=100 when fetching github releases

Removed

Commits

Updates ic-transport-types from 0.39.3 to 0.40.1

Release notes

Sourced from ic-transport-types's releases.

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.

b77f1fc

No release notes provided.

... (truncated)

Changelog

Sourced from ic-transport-types'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 ic-utils from 0.39.3 to 0.44.3

Release notes

Sourced from ic-utils's releases.

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.

b77f1fc

No release notes provided.

... (truncated)

Changelog

Sourced from ic-utils's changelog.

[0.44.3] - 2025-10-31

  • Fix Agent::wait_signed to execute the read_state request on every retry iteration.

[0.44.2] - 2025-10-07

  • Fix HttpService call retry behavior such that only network errors are retried.

[0.44.1] - 2025-09-15

  • Added read_state_subnet_canister_ranges which can query the canister id ranges for a given subnet.

[0.44.0] - 2025-08-25

  • BREAKING: Bump ic-management-canister-types to v0.4.0.
    • The CanisterSettings types contains a new field environment_variables.

[0.43.0] - 2025-08-25

  • BREAKING: Change HttpService trait to use normal http crate Request and Response types with Bytes as a body instead of reqwest ones and add size_limit argument.
  • BREAKING: Change AgentError::TransportError enum variant to hold a generic string instead of reqwest::Error.
  • ic-utils: Bump ic-management-canister-types to v0.3.3 which changes snapshot upload/download types.

[0.42.0] - 2025-08-04

  • Use ic-management-canister-types in ic-utils.

    • This change introduces some breaking changes in ic-utils due to the type-inconsistency. For example, the StatusCallResult defined in ic-utils is not consistent to the CanisterStatusResult defined in ic-management-canister-types.
    • The legacy types defined in ic-utils are marked as deprecated with messages.
    • Some APIs are updated to use the types defined in ic-management-canister-types, e.g. upload_canister_snapshot_metadata, upload_canister_snapshot_data.
  • Bump MSRV from 1.78.0 to 1.85.0.

[0.41.0] - 2025-07-10

  • Add canister snapshot download and upload methods to ManagementCanister.

[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 itertools from 0.13.0 to 0.14.0

Changelog

Sourced from itertools's changelog.

0.14.0

Breaking

  • Increased MSRV to 1.63.0 (#960)
  • Removed generic parameter from cons_tuples (#988)

Added

  • Added array_combinations (#991)
  • Added k_smallest_relaxed and variants (#925)
  • Added next_array and collect_array (#560)
  • Implemented DoubleEndedIterator for FilterOk (#948)
  • Implemented DoubleEndedIterator for FilterMapOk (#950)

Changed

  • Allow Q: ?Sized in Itertools::contains (#971)
  • Improved hygiene of chain! (#943)
  • Improved into_group_map_by documentation (#1000)
  • Improved tree_reduce documentation (#955)
  • Improved discoverability of merge_join_by (#966)
  • Improved discoverability of take_while_inclusive (#972)
  • Improved documentation of find_or_last and find_or_first (#984)
  • Prevented exponentially large type sizes in tuple_combinations (#945)
  • Added track_caller attr for asser_equal (#976)

Notable Internal Changes

  • Fixed clippy lints (#956, #987, #1008)
  • Addressed warnings within doctests (#964)
  • CI: Run most tests with miri (#961)
  • CI: Speed up "cargo-semver-checks" action (#938)
  • Changed an instance of default_features in Cargo.toml to default-features (#985)
Commits
  • a015a68 Add next_array and collect_array
  • a1213e1 Prepare v0.14.0 release
  • ff0c942 fix clippy lints
  • f80883b Fix into_group_map_by documentation errors
  • b793238 Add track_caller for asser_equal
  • 5d4056b default_features is deprecated - switch it to default-features
  • a447b68 doc for added trait
  • d0479b0 "nitpicks"
  • 35c78ce IndexMut -> BorrowMut<slice>
  • deb53ba refactored to share code
  • Additional commits viewable in compare view

Updates log from 0.4.28 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

…h 36 updates

Bumps the cargo-dependencies group with 36 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` |
| [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.64` |
| [colored](https://github.com/mackwic/colored) | `2.2.0` | `3.0.0` |
| [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` |
| [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.1` |
| [rand_seeder](https://github.com/rust-random/seeder) | `0.3.0` | `0.4.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.148` |
| [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` |
| [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` |
| [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` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.12.0` | `2.12.1` |
| [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 `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.64
- [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.64)

Updates `colored` from 2.2.0 to 3.0.0
- [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.0.0)

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

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 `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 `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 `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 `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 `indexmap` from 2.12.0 to 2.12.1
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.12.0...2.12.1)

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: 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.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: colored
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: 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.1
  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: serde_json
  dependency-version: 1.0.148
  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: 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: 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: indexmap
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 5, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 5, 2026 07:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 5, 2026
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