Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2025

Bumps the rust-dependencies group with 53 updates in the /quickwit directory:

Package From To
bytesize 1.3.3 2.1.0
bytestring 1.4.0 1.5.0
colored 2.2.0 3.0.0
console-subscriber 0.1.10 0.4.1
criterion 0.5.1 0.7.0
cron 0.12.1 0.15.0
dialoguer 0.10.4 0.12.0
enum-iterator 1.5.0 2.3.0
env_logger 0.10.2 0.11.8
google-cloud-auth 0.12.0 1.0.0
google-cloud-gax 0.15.0 1.1.0
google-cloud-googleapis 0.10.0 0.16.1
google-cloud-pubsub 0.18.0 0.30.0
hostname 0.3.1 0.4.1
humantime 2.2.0 2.3.0
indicatif 0.17.11 0.18.0
lindera-core 0.27.2 0.33.0
lindera-dictionary 0.27.2 1.2.0
lindera-tokenizer 0.27.2 0.29.0
lru 0.13.0 0.16.2
md5 0.7.0 0.8.0
mockall 0.11.4 0.13.1
nom 7.1.3 8.0.0
opentelemetry 0.27.1 0.31.0
opentelemetry_sdk 0.27.1 0.31.0
opentelemetry-otlp 0.27.0 0.31.0
pnet 0.33.0 0.35.0
pprof 0.13.0 0.15.0
prometheus 0.13.4 0.14.0
proptest 1.7.0 1.8.0
prost-build 0.13.5 0.14.1
prost-types 0.13.5 0.14.1
pulsar 6.3.1 6.4.1
rand 0.8.5 0.9.2
rand_distr 0.4.3 0.5.1
rust-embed 6.8.1 8.7.2
serde_json_borrow 0.5.1 0.9.0
serde_qs 0.12.0 0.15.0
serde_with 3.14.0 3.15.0
sysinfo 0.33.1 0.37.2
tempfile 3.22.0 3.23.0
tokio 1.47.1 1.48.0
tokio-metrics 0.3.1 0.4.5
toml 0.7.8 0.9.6
tonic 0.13.1 0.14.2
tonic-build 0.13.1 0.14.2
tonic-health 0.13.1 0.14.2
tonic-reflection 0.13.1 0.14.2
tracing-opentelemetry 0.28.0 0.32.0
utoipa 4.2.3 5.4.0
aws-sdk-s3 1.62.0 1.105.0
azure_identity 0.21.0 0.29.0
opendal 0.53.3 0.54.1

Updates bytesize from 1.3.3 to 2.1.0

Release notes

Sourced from bytesize's releases.

bytesize: v2.1.0

  • Support parsing and formatting exabytes (EB) & exbibytes (EiB).
  • Migrate serde dependency to serde_core.

bytesize: v2.0.1

  • Add support for precision in Display implementations.

bytesize: v2.0.0

  • Add support for no_std targets.
  • Use IEC (binary) format by default with Display.
  • Use "kB" for SI unit.
  • Add Display type for customizing printed format.
  • Add ByteSize::display() method.
  • Implement Sub<ByteSize> for ByteSize.
  • Implement Sub<impl Into<u64>> for ByteSize.
  • Implement SubAssign<ByteSize> for ByteSize.
  • Implement SubAssign<impl Into<u64>> for ByteSize.
  • Reject parsing non-unit characters after whitespace.
  • Remove ByteSize::to_string_as() method.
  • Remove top-level to_string() method.
  • Remove top-level B constant.
Changelog

Sourced from bytesize's changelog.

2.1.0

  • Support parsing and formatting exabytes (EB) & exbibytes (EiB).
  • Migrate serde dependency to serde_core.

2.0.1

  • Add support for precision in Display implementations.

v2.0.0

  • Add support for no_std targets.
  • Use IEC (binary) format by default with Display.
  • Use "kB" for SI unit.
  • Add Display type for customizing printed format.
  • Add ByteSize::display() method.
  • Implement Sub<ByteSize> for ByteSize.
  • Implement Sub<impl Into<u64>> for ByteSize.
  • Implement SubAssign<ByteSize> for ByteSize.
  • Implement SubAssign<impl Into<u64>> for ByteSize.
  • Reject parsing non-unit characters after whitespace.
  • Remove ByteSize::to_string_as() method.
  • Remove top-level to_string() method.
  • Remove top-level B constant.
Commits
  • ac756bb chore(bytesize): prepare release 2.1.0
  • 3a0de52 chore: migrate to serde_core
  • e816797 feat: add exabyte and exbibyte support (#101)
  • 3b89d01 chore(deps): bump actions/checkout from 4 to 5 (#105)
  • 62e38cb chore(deps): bump actions-rust-lang/setup-rust-toolchain (#104)
  • 4beb271 chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 (#106)
  • 731c44c chore(deps): bump taiki-e/install-action from 2.57.8 to 2.58.29 (#107)
  • 6613704 chore(deps): bump arbitrary from 1.4.1 to 1.4.2 (#108)
  • 1463664 chore(deps): bump serde_json from 1.0.142 to 1.0.143 (#109)
  • 8476c8a fix(ci): use variables directly in formatting for clippy (#103)
  • Additional commits viewable in compare view

Updates bytestring from 1.4.0 to 1.5.0

Release notes

Sourced from bytestring's releases.

bytestring: v1.5.0

  • Migrate serde dependency to serde_core.
  • Minimum supported Rust version (MSRV) is now 1.75.
Commits
  • d22774f chore(bytestring): prepare release 1.5.0
  • da9db22 Switch serde dependency to serde_core (#728)
  • a9d98ca build(deps): bump bitflags from 2.9.3 to 2.9.4 (#725)
  • 23d19cf build(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 (#726)
  • b3406dc build(deps): bump taiki-e/install-action from 2.59.1 to 2.60.0 (#727)
  • 0e1604e build(deps): bump taiki-e/install-action from 2.58.21 to 2.58.30 (#723)
  • 63f8e96 build(deps): bump actions-rust-lang/setup-rust-toolchain (#724)
  • d1d45f1 ci: pin time crate in msrv
  • 5267bc2 chore(rt): include correct tokio features
  • 3c0702c chore(actix-rt): prepare release 2.11.0
  • 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 console-subscriber from 0.1.10 to 0.4.1

Release notes

Sourced from console-subscriber's releases.

console-subscriber-v0.4.1

Added

console-subscriber-v0.4.0

Breaking Changes

  • Upgrade tonic to 0.12 (#571) (5f6faa2)This is a breaking change for users of console-api and console-subscriber, as it changes the public tonic, prost and prost-types dependency to a semver-incompatible version. This breaks compatibility with tonic 0.11.x as well as prost/prost-types 0.12.x.

Added

  • Add TOKIO_CONSOLE_BUFFER_CAPACITY env variable (#568) (a6cf14b)

Fixed

  • Remove unused AggregatorHandle and fix other lints (#578) (c442063)

Updated

console-subscriber-v0.3.0 - (2024-06-10)

Breaking Changes

  • Bump tonic to 0.11 (#547) (ef6816c)This is a breaking change for users of console-api and console-subscriber, as it changes the public tonic dependency to a semver-incompatible version. This breaks compatibility with tonic 0.10.x.

Added

  • Replace target column with kind column in tasks view (#478) (903d9fa)
  • Reduce retention period to fit in max message size (#503) (bd3dd71)
  • Support grpc-web and add grpc-web feature (#498) (4150253)

Documented

Fixed

  • Don't save poll_ops if no-one is receiving them (#501) (1656c79)
  • Ignore metadata that is not a span or event (#554) (852a977)

Updated

... (truncated)

Commits
  • 2dd6a0d chore: release console-api-v0.8.1, console-subscriber-v0.4.1, tokio-console-v...
  • eff20bd chore: update tokio-console screenshots for v0.1.13 (#591)
  • f4ee0df chore: update dependencies (#590)
  • ae17230 feat(console): add large future lints (#587)
  • d2a9441 chore(deps): bump tonic from 0.12.0 to 0.12.3 (#588)
  • e00097b chore(deps-dev): bump vite from 5.1.7 to 5.4.8 in /console-subscriber/example...
  • cbe5993 chore(deps): bump rollup in /console-subscriber/examples/grpc_web/app (#585)
  • f8e1bee fix(console): correct the grammar issue (#579)
  • ca39033 chore: release console-api-v0.8.0, console-subscriber-v0.4.0, tokio-console-v...
  • c442063 fix(subscriber): remove unused AggregatorHandle and fix other lints (#578)
  • Additional commits viewable in compare view

Updates criterion from 0.5.1 to 0.7.0

Changelog

Sourced from criterion's changelog.

[0.7.0] - 2025-07-25

  • Bump version of criterion-plot to align dependencies.

[0.6.0] - 2025-05-17

Changed

  • MSRV bumped to 1.80
  • The real_blackbox feature no longer has any impact. Criterion always uses std::hint::black_box() now. Users of criterion::black_box() should switch to std::hint::black_box().
  • clap dependency unpinned.

Fixed

  • gnuplot version is now correctly detected when using certain Windows binaries/configurations that used to fail

Added

  • Async benchmarking with Tokio may be done via a tokio::runtime::Handle, not only a tokio::runtime::Runtime
Commits

Updates cron from 0.12.1 to 0.15.0

Release notes

Sourced from cron's releases.

v0.15.0

What's Changed

New Contributors

Full Changelog: zslayton/cron@v0.14.0...v0.15.0

v0.14.0

What's Changed

New Contributors

Full Changelog: zslayton/cron@v0.13.0...v0.14.0

v0.13.0

What's Changed

New Contributors

Full Changelog: zslayton/cron@v0.12.1...v0.13.0

Commits
  • 956beaf Version bump to 0.15.0
  • ba64b92 feat(parsing): give serviceable parsing error details to users (#135)
  • 8667ec3 Version bump to v0.14.0
  • ff948a8 chore: Add cargo fmt and clippy checks to GitHub action (#133)
  • c9a1230 Extend #112 to support nanoseconds (#132)
  • 6267780 refactor(parser): Port to winnow (#134)
  • 2936553 version bump to 0.13.0
  • b29460f Iterate over rather than skipping ambigous times (#115)
  • cabee0f fix: Don't accept invalid step for Period (#122)
  • c5d5589 feat: implement optimized Serialize and Deserialize for Schedule (#129)
  • Additional commits viewable in compare view

Updates dialoguer from 0.10.4 to 0.12.0

Release notes

Sourced from dialoguer's releases.

0.12.0

What's Changed

0.11.0

What's Changed

Changelog

Sourced from dialoguer's changelog.

Changelog

For newer releases, please see releases.

0.11.0

Enhancements

  • Added dialoguer::Result and dialoguer::Error
  • Added a BasicHistory implementation for History
  • Added vim mode for FuzzySelect
  • All prompts implement Clone
  • Add handling of Delete key for FuzzySelect

Bug fixes

  • Resolve some issues on Windows where pressing shift keys sometimes aborted dialogs
  • Resolve MultiSelect checked and unchecked variants looking the same on Windows
  • Input values that are invalid are now also stored in History
  • Resolve some issues with cursor positioning in Input when using utf-8 characters
  • Correct page is shown when default selected option is not on the first page for Select
  • Fix panic in FuzzySelect when using non-ASCII characters

Breaking

  • Updated MSRV to 1.63.0 due to multiple dependencies on different platforms: rustix, tempfile,linux-raw-sys
  • Removed deprecated Confirm::with_text
  • Removed deprecated ColorfulTheme::inline_selections
  • Prompt builder functions now take mut self instead of &mut self
  • Prompt builder functions now return Self instead of &mut Self
  • Prompt interaction functions now take self instead of &self
  • Prompt interaction functions and other operations now return dialoguer::Result instead of std::io::Result
  • Rename Validator to InputValidator
  • The trait method Theme::format_fuzzy_select_prompt() now takes a byte position instead of a cursor position in order to support UTF-8.
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 enum-iterator from 1.5.0 to 2.3.0

Commits

Updates env_logger from 0.10.2 to 0.11.8

Release notes

Sourced from env_logger's releases.

v0.11.8

[0.11.8] - 2025-04-01

Compatibility

  • (kv) Deprecate the unstable-kv feature which may be removed in a future patch release

Features

  • (kv) Stabilize key-value support behind the kv feature
  • Expose ConfigurableFormat to build custom [Builder::format]s that leverage this

v0.11.7

[0.11.7] - 2025-03-10

Internal

  • Replaced humantime with jiff

v0.11.6

[0.11.6] - 2024-12-20

Features

  • Opt-in file and line rendering

v0.11.5

[0.11.5] - 2024-07-25

v0.11.4

[0.11.4] - 2024-07-23

v0.11.3

[0.11.3] - 2024-03-05

Features

  • Experimental support for key-value logging behind unstable-kv

v0.11.2

[0.11.2] - 2024-02-13

v0.11.1

What's Changed

New Contributors

Full Changelog: rust-cli/env_logger@v0.11.0...v0.11.1

... (truncated)

Changelog

Sourced from env_logger's changelog.

[0.11.8] - 2025-04-01

Compatibility

  • (kv) Deprecate the unstable-kv feature which may be removed in a future patch release

Features

  • (kv) Stabilize key-value support behind the kv feature
  • Expose ConfigurableFormat to build custom [Builder::format]s that leverage this

[0.11.7] - 2025-03-10

Internal

  • Replaced humantime with jiff

[0.11.6] - 2024-12-20

Features

  • Opt-in file and line rendering

[0.11.5] - 2024-07-25

[0.11.4] - 2024-07-23

[0.11.3] - 2024-03-05

Features

  • Experimental support for key-value logging behind unstable-kv

[0.11.2] - 2024-02-13

[0.11.1] - 2024-01-27

Fixes

  • Allow styling with Target::Pipe

[0.11.0] - 2024-01-19

Migration Guide

env_logger::fmt::Style: The bespoke styling API, behind color, was removed, in favor of accepting any ANSI styled string and adapting it to the target stream's capabilities.

Possible styling libraries include:

... (truncated)

Commits
  • f0443b2 chore: Release
  • d8b5e1e docs: Update changelog
  • 3ca671f Merge pull request #360 from epage/format
  • bc02d61 feat(fmt): Expose ConfigurableFormat
  • c567fde refactor(fmt): Pull out format logic
  • ce25c73 refactor(fmt): Make DefaultFormats name more specific
  • 739ebb1 refactor(fmt): Pull out logger's builder methods
  • 3acb571 refactor(fmt): Delegate formatting to DefaultFormat
  • e351bcb refactor(fmt): Reduce duplication in DefaultFormatWriter
  • 3c9e6ff Merge pull request #359 from epage/kv
  • Additional commits viewable in compare view

Updates google-cloud-auth from 0.12.0 to 1.0.0

Release notes

Sourced from google-cloud-auth's releases.

v1.0.0

First GA release

We are proud to announce the 1.0 release of the Google Cloud client libraries for Rust. This is the first GA version of the client libraries.

What's Included

  • Fully asynchronous clients for over 140 services, including Cloud Storage, Vertex AI, Secret Manager, and Key Management Service.
  • Fully asynchronous auth library, with support for application default credentials, service account credentials, user credentials, compute engine metadata service, and OIDC-based external credentials[^1].
  • Idiomatic abstractions for long-running operations and pagination APIs.
  • Automatic retries for requests that fail due to transient errors.
  • Automatic demarshalling of error details into idiomatic types.
  • Automatic resumes for uploads to and downloads from Cloud Storage.
  • Support for streaming uploads to Cloud Storage, with retries on errors.
  • Automatic checksumming of data uploaded to or downloaded from Cloud Storage.

What's changed

Compared to the previous release (v0.12.0) this release bumps the version numbers to 1.0.0 and updates README files.

Full Changelog: googleapis/google-cloud-rust@v0.12.0...v1.0.0

Footnotes

[^1]: Also known as workload identify federation or "bring your own id".

Commits

Updates google-cloud-gax from 0.15.0 to 1.1.0

Release notes

Sourced from google-cloud-gax's releases.

v1.0.0

First GA release

We are proud to announce the 1.0 release of the Google Cloud client libraries for Rust. This is the first GA version of the client libraries.

What's Included

  • Fully asynchronous clients for over 140 services, including Cloud Storage, Vertex AI, Secret Manager, and Key Management Service.
  • Fully asynchronous auth library, with support for application default credentials, service account credentials, user credentials, compute engine metadata service, and OIDC-based external credentials[^1].
  • Idiomatic abstractions for long-running operations and pagination APIs.
  • Automatic retries for requests that fail due to transient errors.
  • Automatic demarshalling of error details into idiomatic types.
  • Automatic resumes for uploads to and downloads from Cloud Storage.
  • Support for streaming uploads to Cloud Storage, with retries on errors.
  • Automatic checksumming of data uploaded to or downloaded from Cloud Storage.

What's changed

Compared to the previous release (v0.12.0) this release bumps the version numbers to 1.0.0 and updates README files.

Full Changelog: googleapis/google-cloud-rust@v0.12.0...v1.0.0

Footnotes

[^1]: Also known as workload identify federation or "bring your own id".

Commits

Updates google-cloud-googleapis from 0.10.0 to 0.16.1

Commits

Updates google-cloud-pubsub from 0.18.0 to 0.30.0

Commits

Updates hostname from 0.3.1 to 0.4.1

Changelog

Sourced from hostname's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.0] - 2024-04-01

Added

  • CI setup now covers almost all supported Tier 1 and Tier 2 platform targets

Changed

  • Minimum Supported Rust version set to 1.67.0
  • Rust edition set to "2021"

Fixed

  • Handle edge cases for POSIX systems (#14)
  • docs.rs documentation build
Commits

Updates humantime from 2.2.0 to 2.3.0

Release notes

Sourced from humantime's releases.

2.3.0

What's Changed

Commits
  • 7994b71 ci: disable for non-main pushes
  • 1b59068 Bump version to 2.3.0
  • cacdb93 ci: add audit job
  • 5cc8dc5 ci: add job to check semver compatibility
  • 0d5fe2d Bump version to 2.2.1
  • fc0e7ea duration: move current value out of Parser
  • 1febd52 duration: track current value as Duration
  • 0adba12 duration: track current nanoseconds as u32
  • 786218f Extract unit parsing
  • 9ff48bf Re-order duration parser methods in top-down order
  • Additional commits viewable in compare view

Updates indicatif from 0.17.11 to 0.18.0

Release notes

Sourced from indicatif's releases.

0.18.0

Unfortunately 0.17.12 had to be yanked because the console upgrade was a semver-incompatible change. Rerelease as 0.18.0 instead.

What's Changed

0.17.12

What's Changed

Commits

Bumps the rust-dependencies group with 53 updates in the /quickwit directory:

| Package | From | To |
| --- | --- | --- |
| [bytesize](https://github.com/bytesize-rs/bytesize) | `1.3.3` | `2.1.0` |
| [bytestring](https://github.com/actix/actix-net) | `1.4.0` | `1.5.0` |
| [colored](https://github.com/mackwic/colored) | `2.2.0` | `3.0.0` |
| [console-subscriber](https://github.com/tokio-rs/console) | `0.1.10` | `0.4.1` |
| [criterion](https://github.com/bheisler/criterion.rs) | `0.5.1` | `0.7.0` |
| [cron](https://github.com/zslayton/cron) | `0.12.1` | `0.15.0` |
| [dialoguer](https://github.com/console-rs/dialoguer) | `0.10.4` | `0.12.0` |
| [enum-iterator](https://github.com/stephaneyfx/enum-iterator) | `1.5.0` | `2.3.0` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.10.2` | `0.11.8` |
| [google-cloud-auth](https://github.com/googleapis/google-cloud-rust) | `0.12.0` | `1.0.0` |
| [google-cloud-gax](https://github.com/googleapis/google-cloud-rust) | `0.15.0` | `1.1.0` |
| [google-cloud-googleapis](https://github.com/yoshidan/google-cloud-rust) | `0.10.0` | `0.16.1` |
| [google-cloud-pubsub](https://github.com/yoshidan/google-cloud-rust) | `0.18.0` | `0.30.0` |
| [hostname](https://github.com/svartalf/hostname) | `0.3.1` | `0.4.1` |
| [humantime](https://github.com/chronotope/humantime) | `2.2.0` | `2.3.0` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.11` | `0.18.0` |
| [lindera-core](https://github.com/lindera-morphology/lindera) | `0.27.2` | `0.33.0` |
| [lindera-dictionary](https://github.com/lindera/lindera) | `0.27.2` | `1.2.0` |
| [lindera-tokenizer](https://github.com/lindera-morphology/lindera) | `0.27.2` | `0.29.0` |
| [lru](https://github.com/jeromefroe/lru-rs) | `0.13.0` | `0.16.2` |
| [md5](https://github.com/stainless-steel/md5) | `0.7.0` | `0.8.0` |
| [mockall](https://github.com/asomers/mockall) | `0.11.4` | `0.13.1` |
| [nom](https://github.com/rust-bakery/nom) | `7.1.3` | `8.0.0` |
| [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.27.1` | `0.31.0` |
| [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) | `0.27.1` | `0.31.0` |
| [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.27.0` | `0.31.0` |
| [pnet](https://github.com/libpnet/libpnet) | `0.33.0` | `0.35.0` |
| [pprof](https://github.com/tikv/pprof-rs) | `0.13.0` | `0.15.0` |
| [prometheus](https://github.com/tikv/rust-prometheus) | `0.13.4` | `0.14.0` |
| [proptest](https://github.com/proptest-rs/proptest) | `1.7.0` | `1.8.0` |
| [prost-build](https://github.com/tokio-rs/prost) | `0.13.5` | `0.14.1` |
| [prost-types](https://github.com/tokio-rs/prost) | `0.13.5` | `0.14.1` |
| [pulsar](https://github.com/streamnative/pulsar-rs) | `6.3.1` | `6.4.1` |
| [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.2` |
| [rand_distr](https://github.com/rust-random/rand_distr) | `0.4.3` | `0.5.1` |
| rust-embed | `6.8.1` | `8.7.2` |
| [serde_json_borrow](https://github.com/PSeitz/serde_json_borrow) | `0.5.1` | `0.9.0` |
| [serde_qs](https://github.com/samscott89/serde_qs) | `0.12.0` | `0.15.0` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.14.0` | `3.15.0` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.33.1` | `0.37.2` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.22.0` | `3.23.0` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.47.1` | `1.48.0` |
| [tokio-metrics](https://github.com/tokio-rs/tokio-metrics) | `0.3.1` | `0.4.5` |
| [toml](https://github.com/toml-rs/toml) | `0.7.8` | `0.9.6` |
| [tonic](https://github.com/hyperium/tonic) | `0.13.1` | `0.14.2` |
| [tonic-build](https://github.com/hyperium/tonic) | `0.13.1` | `0.14.2` |
| [tonic-health](https://github.com/hyperium/tonic) | `0.13.1` | `0.14.2` |
| [tonic-reflection](https://github.com/hyperium/tonic) | `0.13.1` | `0.14.2` |
| [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) | `0.28.0` | `0.32.0` |
| [utoipa](https://github.com/juhaku/utoipa) | `4.2.3` | `5.4.0` |
| [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) | `1.62.0` | `1.105.0` |
| [azure_identity](https://github.com/azure/azure-sdk-for-rust) | `0.21.0` | `0.29.0` |
| [opendal](https://github.com/apache/opendal) | `0.53.3` | `0.54.1` |



Updates `bytesize` from 1.3.3 to 2.1.0
- [Release notes](https://github.com/bytesize-rs/bytesize/releases)
- [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md)
- [Commits](bytesize-rs/bytesize@v1.3.3...bytesize-v2.1.0)

Updates `bytestring` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/actix/actix-net/releases)
- [Commits](actix/actix-net@bytestring-v1.4.0...bytestring-v1.5.0)

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 `console-subscriber` from 0.1.10 to 0.4.1
- [Release notes](https://github.com/tokio-rs/console/releases)
- [Changelog](https://github.com/tokio-rs/console/blob/main/release-plz.toml)
- [Commits](tokio-rs/console@console-subscriber-v0.1.10...console-subscriber-v0.4.1)

Updates `criterion` from 0.5.1 to 0.7.0
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.5.1...0.7.0)

Updates `cron` from 0.12.1 to 0.15.0
- [Release notes](https://github.com/zslayton/cron/releases)
- [Commits](zslayton/cron@v0.12.1...v0.15.0)

Updates `dialoguer` from 0.10.4 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.10.4...v0.12.0)

Updates `enum-iterator` from 1.5.0 to 2.3.0
- [Commits](stephaneyfx/enum-iterator@1.5.0...2.3.0)

Updates `env_logger` from 0.10.2 to 0.11.8
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.10.2...v0.11.8)

Updates `google-cloud-auth` from 0.12.0 to 1.0.0
- [Release notes](https://github.com/googleapis/google-cloud-rust/releases)
- [Commits](googleapis/google-cloud-rust@v0.12.0...v1.0.0)

Updates `google-cloud-gax` from 0.15.0 to 1.1.0
- [Release notes](https://github.com/googleapis/google-cloud-rust/releases)
- [Commits](https://github.com/googleapis/google-cloud-rust/commits)

Updates `google-cloud-googleapis` from 0.10.0 to 0.16.1
- [Release notes](https://github.com/yoshidan/google-cloud-rust/releases)
- [Commits](https://github.com/yoshidan/google-cloud-rust/commits)

Updates `google-cloud-pubsub` from 0.18.0 to 0.30.0
- [Release notes](https://github.com/yoshidan/google-cloud-rust/releases)
- [Commits](https://github.com/yoshidan/google-cloud-rust/commits)

Updates `hostname` from 0.3.1 to 0.4.1
- [Release notes](https://github.com/svartalf/hostname/releases)
- [Changelog](https://github.com/djc/hostname/blob/main/CHANGELOG.md)
- [Commits](https://github.com/svartalf/hostname/commits)

Updates `humantime` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/chronotope/humantime/releases)
- [Commits](chronotope/humantime@v2.2.0...v2.3.0)

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

Updates `lindera-core` from 0.27.2 to 0.33.0
- [Release notes](https://github.com/lindera-morphology/lindera/releases)
- [Commits](lindera/lindera@v0.27.2...v0.33.0)

Updates `lindera-dictionary` from 0.27.2 to 1.2.0
- [Release notes](https://github.com/lindera/lindera/releases)
- [Commits](lindera/lindera@v0.27.2...v1.2.0)

Updates `lindera-tokenizer` from 0.27.2 to 0.29.0
- [Release notes](https://github.com/lindera-morphology/lindera/releases)
- [Changelog](https://github.com/lindera/lindera/blob/v0.29.0/CHANGES.md)
- [Commits](lindera/lindera@v0.27.2...v0.29.0)

Updates `lru` from 0.13.0 to 0.16.2
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.13.0...0.16.2)

Updates `md5` from 0.7.0 to 0.8.0
- [Commits](https://github.com/stainless-steel/md5/commits)

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

Updates `nom` from 7.1.3 to 8.0.0
- [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md)
- [Commits](rust-bakery/nom@7.1.3...8.0.0)

Updates `opentelemetry` from 0.27.1 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-0.27.1...v0.31.0)

Updates `opentelemetry_sdk` from 0.27.1 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_sdk-0.27.1...v0.31.0)

Updates `opentelemetry-otlp` from 0.27.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-otlp-0.27.0...v0.31.0)

Updates `pnet` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/libpnet/libpnet/releases)
- [Commits](libpnet/libpnet@v0.33.0...v0.35.0)

Updates `pprof` from 0.13.0 to 0.15.0
- [Changelog](https://github.com/tikv/pprof-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tikv/pprof-rs/commits)

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 `proptest` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v1.7.0...v1.8.0)

Updates `prost-build` 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 `prost-types` 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 `pulsar` from 6.3.1 to 6.4.1
- [Release notes](https://github.com/streamnative/pulsar-rs/releases)
- [Commits](streamnative/pulsar-rs@v6.3.1...v6.4.1)

Updates `rand` from 0.8.5 to 0.9.2
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...rand_core-0.9.2)

Updates `rand_distr` from 0.4.3 to 0.5.1
- [Release notes](https://github.com/rust-random/rand_distr/releases)
- [Changelog](https://github.com/rust-random/rand_distr/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand_distr@0.4.3...0.5.1)

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

Updates `rust-embed` from 6.8.1 to 8.7.2

Updates `serde` from 1.0.219 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.219...v1.0.228)

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

Updates `serde_json_borrow` from 0.5.1 to 0.9.0
- [Release notes](https://github.com/PSeitz/serde_json_borrow/releases)
- [Changelog](https://github.com/PSeitz/serde_json_borrow/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PSeitz/serde_json_borrow/commits)

Updates `serde_qs` from 0.12.0 to 0.15.0
- [Release notes](https://github.com/samscott89/serde_qs/releases)
- [Changelog](https://github.com/samscott89/serde_qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/samscott89/serde_qs/commits/v0.15.0)

Updates `serde_with` from 3.14.0 to 3.15.0
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.14.0...v3.15.0)

Updates `sysinfo` from 0.33.1 to 0.37.2
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.33.1...v0.37.2)

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

Updates `thiserror` from 2.0.16 to 2.0.17
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.16...2.0.17)

Updates `time` from 0.3.43 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.43...v0.3.44)

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

Updates `tokio-metrics` from 0.3.1 to 0.4.5
- [Release notes](https://github.com/tokio-rs/tokio-metrics/releases)
- [Changelog](https://github.com/tokio-rs/tokio-metrics/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/tokio-metrics@v0.3.1...v0.4.5)

Updates `toml` from 0.7.8 to 0.9.6
- [Commits](toml-rs/toml@toml-v0.7.8...toml-v0.9.6)

Updates `tonic` from 0.13.1 to 0.14.2
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.13.1...v0.14.2)

Updates `tonic-build` from 0.13.1 to 0.14.2
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.13.1...v0.14.2)

Updates `tonic-health` from 0.13.1 to 0.14.2
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.13.1...v0.14.2)

Updates `tonic-reflection` from 0.13.1 to 0.14.2
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.13.1...v0.14.2)

Updates `tracing-opentelemetry` from 0.28.0 to 0.32.0
- [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases)
- [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md)
- [Commits](tokio-rs/tracing-opentelemetry@v0.28.0...v0.32.0)

Updates `utoipa` from 4.2.3 to 5.4.0
- [Release notes](https://github.com/juhaku/utoipa/releases)
- [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md)
- [Commits](juhaku/utoipa@utoipa-4.2.3...utoipa-5.4.0)

Updates `aws-sdk-s3` from 1.62.0 to 1.105.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `azure_identity` from 0.21.0 to 0.29.0
- [Release notes](https://github.com/azure/azure-sdk-for-rust/releases)
- [Commits](https://github.com/azure/azure-sdk-for-rust/compare/azure_identity-0.21.0...azure_identity@0.29.0)

Updates `opendal` from 0.53.3 to 0.54.1
- [Release notes](https://github.com/apache/opendal/releases)
- [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md)
- [Commits](apache/opendal@v0.53.3...v0.54.1)

---
updated-dependencies:
- dependency-name: bytesize
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: bytestring
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: colored
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: console-subscriber
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: criterion
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: cron
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: dialoguer
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: enum-iterator
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: env_logger
  dependency-version: 0.11.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: google-cloud-auth
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: google-cloud-gax
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: google-cloud-googleapis
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: google-cloud-pubsub
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: hostname
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: humantime
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: indicatif
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: lindera-core
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: lindera-dictionary
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: lindera-tokenizer
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: lru
  dependency-version: 0.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: md5
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: mockall
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: nom
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: opentelemetry
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: opentelemetry_sdk
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: opentelemetry-otlp
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: pnet
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: pprof
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: prometheus
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: proptest
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: prost-build
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: prost-types
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: pulsar
  dependency-version: 6.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: rand
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: rand_distr
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: regex
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: rust-embed
  dependency-version: 8.7.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-version: 1.0.228
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.145
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json_borrow
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: serde_qs
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: serde_with
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: sysinfo
  dependency-version: 0.37.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tempfile
  dependency-version: 3.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: thiserror
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: time
  dependency-version: 0.3.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tokio
  dependency-version: 1.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tokio-metrics
  dependency-version: 0.4.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: toml
  dependency-version: 0.9.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tonic
  dependency-version: 0.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tonic-build
  dependency-version: 0.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tonic-health
  dependency-version: 0.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tonic-reflection
  dependency-version: 0.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tracing-opentelemetry
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: utoipa
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: aws-sdk-s3
  dependency-version: 1.105.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: azure_identity
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: opendal
  dependency-version: 0.54.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 17, 2025
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