Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
bytesize 1.3.3 2.3.1
google-cloud-auth 0.17.2 1.3.0
google-cloud-gax 0.19.2 1.4.0
lindera-core 0.27.2 0.33.0
lindera-dictionary 0.27.2 1.4.2
lindera-tokenizer 0.27.2 0.29.0
nom 7.1.3 8.0.0
openssl-probe 0.1.6 0.2.0
serde_json_borrow 0.5.1 0.9.0
serde_qs 0.12.0 0.15.0
utoipa 4.2.3 5.4.0
aws-sdk-s3 1.62.0 1.119.0
azure_identity 0.21.0 0.30.0

Updates bytesize from 1.3.3 to 2.3.1

Release notes

Sourced from bytesize's releases.

bytesize: v2.3.1

  • Fix unit truncation in error strings.

bytesize: v2.3.0

  • Add Unit enum.
  • Add UnitParseError type.

bytesize: v2.2.0

  • Add ByteSize::as_*() methods to return equivalent sizes in KB, GiB, etc.

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

  • Fix unit truncation in error strings.

2.3.0

  • Add Unit enum.
  • Add UnitParseError type.

2.2.0

  • Add ByteSize::as_*() methods to return equivalent sizes in KB, GiB, etc.

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

Updates google-cloud-auth from 0.17.2 to 1.3.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.19.2 to 1.4.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 lindera-core from 0.27.2 to 0.33.0

Release notes

Sourced from lindera-core's releases.

Release v0.33.0

What's Changed

New Contributors

Full Changelog: lindera/lindera@v0.32.2...v0.33.0

v0.32.3

No release notes provided.

v0.32.2

No release notes provided.

v0.32.1

No release notes provided.

v0.31.0

0.31.0 (2024-05-28)

v0.30.0

0.30.0 (2024-04-13)

v0.29.0

0.29.0 (2024-03-17)

v0.28.0

0.28.0 (2024-02-23)

... (truncated)

Commits

Updates lindera-dictionary from 0.27.2 to 1.4.2

Release notes

Sourced from lindera-dictionary's releases.

Release v1.4.2

What's Changed

Full Changelog: lindera/lindera@v1.4.1...v1.4.2

Release v1.4.1

What's Changed

Full Changelog: lindera/lindera@v1.4.0...v1.4.1

Release v1.4.0

What's Changed

Breaking Changes

⚠️ This is a breaking change The default behavior has changed. Previous versions included whitespace as tokens in the output, but this version ignores whitespace by default to match MeCab behavior. To preserve the old behavior:

  • CLI: Use the --keep-whitespace flag
  • API: Call builder.set_segmenter_keep_whitespace(true)
  • Config: Set "keep_whitespace": true in configuration

Full Changelog: lindera/lindera@v1.3.2...v1.4.0

Release v1.3.2

What's Changed

Full Changelog: lindera/lindera@v1.3.1...v1.3.2

Release v1.3.1

What's Changed

Full Changelog: lindera/lindera@v1.3.0...v1.3.1

Release v1.3.0

What's Changed

... (truncated)

Commits

Updates lindera-tokenizer from 0.27.2 to 0.29.0

Release notes

Sourced from lindera-tokenizer's releases.

v0.29.0

0.29.0 (2024-03-17)

v0.28.0

0.28.0 (2024-02-23)

Changelog

Sourced from lindera-tokenizer's changelog.

0.29.0 (2024-03-17)

0.28.0 (2024-02-23)

Commits

Updates nom from 7.1.3 to 8.0.0

Changelog

Sourced from nom's changelog.

8.0.0 2025-01-25

This version represents a significant refactoring of nom to reduce the amount of code generated by parsers, and reduce the API surface. As such, it comes with some breaking changes, mostly around the move from closure based combinators to trait based ones. In practice, it means that instead of writing combinator(arg)(input), we now write combinator(arg).parse(input).

This release also marks the introduction of the nom-language crate, which will hold tools more focused on language parsing than the rest of nom, like the VerboseError type and the newly added precedence parsing combinators.

Thanks

... (truncated)

Commits

Updates openssl-probe from 0.1.6 to 0.2.0

Release notes

Sourced from openssl-probe's releases.

0.2.0 is the first release after openssl-probe maintenance has been handed over to the rustls team. Thanks to @​alexcrichton for creating and maintaining it for the past 9 years. We're happy to address any feedback you have for this crate.

Breaking changes

  • ProbeResult::cert_dir is now a Vec<PathBuf> rather than an Option<PathBuf>, allowing the library to yield multiple suggestions for directories which may contain certificate files.
  • Rather than using a single list of locations for certificate files and certificate directories, openssl-probe now uses much shorter per-platform lists. This should make the API faster and make it less likely to accidentally pick up locations that are unidiomatic for the platform.
  • Removed deprecated API

What's Changed

Commits
  • a03745e Yield multiple certificate directories
  • 994e183 Use platform-specific directories
  • 0e10789 Use per-platform definitions of CERTIFICATE_FILE_NAMES
  • a0ae1a2 Use full paths for CERTIFICATE_FILE_NAMES
  • c1c80e6 Extract consts for file and directory lists
  • 96e19a8 Move probe_from_env() to ProbeResult::from_env()
  • f2d158e Use top-down item ordering
  • d4c29ef Remove trivial wrapper function
  • 4645a45 Bump version to 0.2.0
  • 3fcf47a Remove deprecated functions
  • See full diff in compare view

Updates serde_json_borrow from 0.5.1 to 0.9.0

Release notes

Sourced from serde_json_borrow's releases.

0.8.

What's Changed

New Contributors

Full Changelog: PSeitz/serde_json_borrow@0.7.0...0.8.0

0.7.0

What's Changed

New Contributors

Full Changelog: PSeitz/serde_json_borrow@0.3...0.7.0

Changelog

Sourced from serde_json_borrow's changelog.

0.9.0 (2025-09-30)

reexport Number Add a fmt::Display impl for Number PSeitz/serde_json_borrow#39 (Thanks @​quodlibetor) feat: Add get_key_value_at method for O(1) lookup in ObjectAsVec PSeitz/serde_json_borrow#40 (Thanks @​quodlibetor)

0.8.0 (2025-06-15)

perf: add CowStr type to be able to use Cow::Borrowed on keys PSeitz/serde_json_borrow#32 (Thanks @​jszwec)

0.7.1 (2024-11-02)

strip extra iteration when initialising ObjectAsVec PSeitz/serde_json_borrow#29 (Thanks @​meskill)

0.7.0 (2024-10-28)

impl Deserializer for Value. This enables deserialization into other types.

0.6.0 (2024-08-28)

improve returned lifetimes PSeitz/serde_json_borrow#19 (Thanks @​meskill)

0.5.0 (2024-05-24)

add cowkeys featureflag cowkeys uses Cow<str> instead of &str as keys in objects. This enables support for escaped data in keys.

0.4.7 (2024-05-23)

add From methods for type like u64 to easily convert into Value<'a>

0.4.6 (2024-05-23)

add Clone, Debug, Eq, PartialEq, Hash to OwnedValue add Hash to Value implement numeric visitor, visit_u8, i8 etc.

0.4.5 (2024-05-22)

add get_mut, insert to serde_json_borrow::Map add insert_or_get_mut to serde_json_borrow::Map as entry() alternative add From<&Value> for serde_json::Value add From<serde_json_borrow::Map> for serde_json::Map

0.4.4 (2024-05-22)

Export ObjectAsVec as serde_json_borrow::Map to easy migration from serde_json::Map Impl Default for serde_json_borrow::Map

0.4.3 (2024-05-22)

... (truncated)

Commits

Updates serde_qs from 0.12.0 to 0.15.0

Release notes

Sourced from serde_qs's releases.

v0.15.0

Other

  • Support preserving order of parameters when serializing to a Map. (#106)
  • Fix clippy. (#129)
  • reorder struct fields to avoid serde buffering (#128)

v0.14.0

Other

  • Add release plz CI (#125)
  • Update CI config (#124)
  • update axum to v0.8 (#118)
  • :multiple_bound_locations (#103)
  • Add axum::OptionalQsQuery (#102)
  • generate docs for axum support as well (#100)
  • Update README.md

v0.13.0

First GitHub-tagged release

Changelog

Sourced from serde_qs's changelog.

0.15.0 - 2025-04-22

Other

  • Support preserving order of parameters when serializing to a Map. (#106)
  • Fix clippy. (#129)
  • reorder struct fields to avoid serde buffering (#128)

0.14.0 - 2025-03-04

Other

  • Add release plz CI (#125)
  • Update CI config (#124)
  • update axum to v0.8 (#118)
  • :multiple_bound_locations (#103)
  • Add axum::OptionalQsQuery (#102)
  • generate docs for axum support as well (#100)
  • Update README.md

Version 0.13.0

  • Bump axum support to 0.7
  • Remove support for actix-web 2.0
  • Add support for extracting form data in actix via QsForm
Commits

Updates utoipa from 4.2.3 to 5.4.0

Release notes

Sourced from utoipa's releases.

utoipa-5.4.0

What's New 💎 🆕 🎉

Full change log

utoipa-gen-5.4.0

What's New 💎 🆕 🎉

Full change log

utoipa-5.3.1

What's New 💎 🆕 🎉

Full change log

utoipa-gen-5.3.1

What's New 💎 🆕 🎉

Full change log

utoipa-5.3.0

What's New 💎 🆕 🎉

Thanks to the remarkable community members of their hard work and hours spend on changes to the utoipa. This release would not have been possible without you 🎉

... (truncated)

Changelog

Sourced from utoipa's changelog.

Changelog - utoipa-rapidoc

6.0.0 - Thu 16 2025

Changed

5.0.1 - Jan 6 2025

Changed

5.0.0 - Oct 14 2024

Added

Fixed

Changed

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

| Package | From | To |
| --- | --- | --- |
| [bytesize](https://github.com/bytesize-rs/bytesize) | `1.3.3` | `2.3.1` |
| [google-cloud-auth](https://github.com/googleapis/google-cloud-rust) | `0.17.2` | `1.3.0` |
| [google-cloud-gax](https://github.com/googleapis/google-cloud-rust) | `0.19.2` | `1.4.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.4.2` |
| [lindera-tokenizer](https://github.com/lindera-morphology/lindera) | `0.27.2` | `0.29.0` |
| [nom](https://github.com/rust-bakery/nom) | `7.1.3` | `8.0.0` |
| [openssl-probe](https://github.com/alexcrichton/openssl-probe) | `0.1.6` | `0.2.0` |
| [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` |
| [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.119.0` |
| [azure_identity](https://github.com/azure/azure-sdk-for-rust) | `0.21.0` | `0.30.0` |



Updates `bytesize` from 1.3.3 to 2.3.1
- [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.3.1)

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

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

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.4.2
- [Release notes](https://github.com/lindera/lindera/releases)
- [Commits](lindera/lindera@v0.27.2...v1.4.2)

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 `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 `openssl-probe` from 0.1.6 to 0.2.0
- [Release notes](https://github.com/alexcrichton/openssl-probe/releases)
- [Commits](rustls/openssl-probe@0.1.6...0.2.0)

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 `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.119.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.30.0
- [Release notes](https://github.com/azure/azure-sdk-for-rust/releases)
- [Commits](https://github.com/azure/azure-sdk-for-rust/compare/[email protected])

---
updated-dependencies:
- dependency-name: bytesize
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: google-cloud-auth
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: google-cloud-gax
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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.4.2
  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: nom
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-dependencies
- dependency-name: openssl-probe
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: 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.119.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: azure_identity
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-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 Dec 29, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2025

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

@dependabot dependabot bot closed this Dec 30, 2025
@dependabot dependabot bot deleted the dependabot/cargo/quickwit/rust-dependencies-49bfe8a1a1 branch December 30, 2025 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant