Skip to content

chore(deps): bump the cargo-major group across 1 directory with 29 updates - #26445

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/cargo-major-382e10f955
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/cargo-major-382e10f955

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-major group with 29 updates in the / directory:

Package From To
console-subscriber 0.4.1 0.5.0
opendal 0.58.2 0.59.2
opendal-http-transport-reqwest 0.58.2 0.59.2
goauth 0.16.0 0.17.0
smpl_jwt 0.8.0 0.9.0
greptimedb-ingester 0.17.0 0.19.0
arrow 59.2.0 60.0.0
parquet 59.2.0 60.0.0
bollard 0.20.2 0.21.1
databend-client 0.28.3 0.34.2
evmap 10.0.2 11.0.0
maxminddb 0.27.3 0.31.0
md-5 0.10.6 0.11.0
async-nats 0.49.1 0.50.0
openssl-probe 0.1.6 0.2.1
quick-junit 0.6.1 0.8.0
redis 0.32.7 1.6.0
rumqttc 0.24.0 0.25.1
sqlx 0.8.6 0.9.0
syslog 6.1.1 7.0.0
sysinfo 0.37.2 0.39.6
windows-sys 0.52.0 0.61.0
windows 0.58.0 0.61.3
rstest 0.26.1 0.27.0
openssl-src 300.6.1+3.6.3 400.0.1+4.0.2
antithesis_sdk 0.2.8 0.3.0
zstd 0.13.2 0.14.0
jsonschema 0.38.1 0.46.8
toml_edit 0.23.9 0.25.15+spec-1.1.0

Updates console-subscriber from 0.4.1 to 0.5.0

Release notes

Sourced from console-subscriber's releases.

console-subscriber-v0.5.0

Breaking Changes

  • Upgrade tonic to 0.13 (#615) (2bd1afd)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.12.x.
  • Upgrade tonic to 0.14 (#642)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.13.x.

Added

Documented

  • Fix typo in doc comment (3dbca7a)

Updated

  • breaking Upgrade tonic to 0.13 (#615) (2bd1afd)
  • breaking Upgrade tonic to 0.14 (#645)
Commits
  • d8fba13 chore: release console-api-v0.9.0, console-subscriber-v0.5.0, tokio-console-v...
  • 5839f99 chore: update release-plz workflow (#646)
  • 51b9010 chore: update dist (cargo-dist) to 0.30.1 (#647)
  • 44e2281 Bump various dependencies (#643)
  • dca4748 Bump tonic to 0.14 (#642)
  • d3848d7 Fix Nix builds and update the lock file (#641)
  • 4238e73 Fix some clippy warnings and building with --all-features (#640)
  • 71e7f1d chore(deps-dev): bump vite in /console-subscriber/examples/grpc_web/app (#627)
  • 63c70ee feat: add support for vsock connections (#623)
  • 1aa5185 chore(deps): bump crossbeam-channel from 0.5.13 to 0.5.15 (#624)
  • Additional commits viewable in compare view

Updates opendal from 0.58.2 to 0.59.2

Release notes

Sourced from opendal's releases.

v0.59.2

Hi everyone,

Apache OpenDAL 0.59.2 is now available.

OpenDAL is an Open Data Access Layer that provides unified access to storage services.

Thanks to everyone who contributed and verified this release.

The Apache OpenDAL community

Package versions

Package Previous Target Reason
core 0.59.1 0.59.2 Weekly patch
integrations/dav-server 0.7.7 0.7.8 Weekly patch
integrations/object_store 0.60.1 0.60.2 Weekly patch
integrations/parquet 0.10.1 0.10.2 Weekly patch
integrations/unftp-sbe 0.4.7 0.4.8 Weekly patch
bindings/c 0.47.4 0.47.5 Weekly patch
bindings/cpp 0.45.31 0.45.32 Weekly patch
bindings/java 0.50.4 0.50.5 Weekly patch
bindings/nodejs 0.49.9 0.49.10 Weekly patch
bindings/python 0.47.8 0.47.9 Weekly patch
bindings/ruby 0.1.12 0.1.13 Weekly patch
bindings/dotnet 0.2.1 0.2.2 Weekly patch

Breaking changes and migration

No breaking changes declared in this release range.

What's Changed

Added

Fixed

Other Changes

... (truncated)

Changelog

Sourced from opendal's changelog.

v0.59.2

Change Log

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.

[v0.59.1] - 2026-09-05

Fixed

  • Include the changelog in the opendal-core crate so packages downloaded from crates.io compile. apache/opendal#8223
  • Resolve GooseFS master addresses from goosefs-site.properties. apache/opendal#8216

Added

Docs

CI

Full Changelog: apache/opendal@v0.59.0...v0.59.1

[v0.59.0] - 2026-08-31

Breaking Changes

  • core: Metadata and raw operation arguments now use immutable compact representations. Construct metadata with MetadataBuilder, use into_builder() to modify existing metadata, and convert public options into finalized raw arguments. DeleteInput has been removed.
  • core: OpCopier has been removed. Raw Service::copy implementations now receive copy execution settings through OpCopy.
  • integrations/object_store: object_store_opendal 0.60 uses opendal 0.59. Update direct OpenDAL dependencies together.
  • integrations/parquet: parquet_opendal 0.10 uses opendal 0.59. Update direct OpenDAL dependencies together.
  • bindings/dotnet: Operator.DeleteAsync now accepts DeleteOptions before the cancellation token. Pass the token as cancellationToken: token, or pass null for options before a positional token.

Added

... (truncated)

Commits
  • c70d33a Prepare 0.59.2-rc.2
  • 0c360d1 fix(services/goosefs): return metadata from read streams (#8283)
  • 781dd6c fix(services/hf): make resolve cache opt-in (#8282)
  • 01e50c8 fix(release): ship root CHANGELOG in source archives (#8281)
  • 43d8727 feat(services/hf): reuse resolved downloads across readers (#8280)
  • af11b6e feat(services/goosefs): bump goosefs-sdk to 0.2.1 and expose cache features (...
  • afc3cf1 feat(release): automate version planning and ATR publication (#8279)
  • 6f79bb8 fix(release): repair weekly signing, dispatch and RC numbering (#8276)
  • 2207c4b fix(website): reuse Rust LLM documentation artifacts (#8275)
  • 5be2a60 fix(core): skip pointer-width-dependent layout tests on 32-bit targets (#8274)
  • Additional commits viewable in compare view

Updates opendal-http-transport-reqwest from 0.58.2 to 0.59.2

Release notes

Sourced from opendal-http-transport-reqwest's releases.

v0.59.2

Hi everyone,

Apache OpenDAL 0.59.2 is now available.

OpenDAL is an Open Data Access Layer that provides unified access to storage services.

Thanks to everyone who contributed and verified this release.

The Apache OpenDAL community

Package versions

Package Previous Target Reason
core 0.59.1 0.59.2 Weekly patch
integrations/dav-server 0.7.7 0.7.8 Weekly patch
integrations/object_store 0.60.1 0.60.2 Weekly patch
integrations/parquet 0.10.1 0.10.2 Weekly patch
integrations/unftp-sbe 0.4.7 0.4.8 Weekly patch
bindings/c 0.47.4 0.47.5 Weekly patch
bindings/cpp 0.45.31 0.45.32 Weekly patch
bindings/java 0.50.4 0.50.5 Weekly patch
bindings/nodejs 0.49.9 0.49.10 Weekly patch
bindings/python 0.47.8 0.47.9 Weekly patch
bindings/ruby 0.1.12 0.1.13 Weekly patch
bindings/dotnet 0.2.1 0.2.2 Weekly patch

Breaking changes and migration

No breaking changes declared in this release range.

What's Changed

Added

Fixed

Other Changes

... (truncated)

Changelog

Sourced from opendal-http-transport-reqwest's changelog.

v0.59.2

Change Log

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.

[v0.59.1] - 2026-09-05

Fixed

  • Include the changelog in the opendal-core crate so packages downloaded from crates.io compile. apache/opendal#8223
  • Resolve GooseFS master addresses from goosefs-site.properties. apache/opendal#8216

Added

Docs

CI

Full Changelog: apache/opendal@v0.59.0...v0.59.1

[v0.59.0] - 2026-08-31

Breaking Changes

  • core: Metadata and raw operation arguments now use immutable compact representations. Construct metadata with MetadataBuilder, use into_builder() to modify existing metadata, and convert public options into finalized raw arguments. DeleteInput has been removed.
  • core: OpCopier has been removed. Raw Service::copy implementations now receive copy execution settings through OpCopy.
  • integrations/object_store: object_store_opendal 0.60 uses opendal 0.59. Update direct OpenDAL dependencies together.
  • integrations/parquet: parquet_opendal 0.10 uses opendal 0.59. Update direct OpenDAL dependencies together.
  • bindings/dotnet: Operator.DeleteAsync now accepts DeleteOptions before the cancellation token. Pass the token as cancellationToken: token, or pass null for options before a positional token.

Added

... (truncated)

Commits
  • c70d33a Prepare 0.59.2-rc.2
  • 0c360d1 fix(services/goosefs): return metadata from read streams (#8283)
  • 781dd6c fix(services/hf): make resolve cache opt-in (#8282)
  • 01e50c8 fix(release): ship root CHANGELOG in source archives (#8281)
  • 43d8727 feat(services/hf): reuse resolved downloads across readers (#8280)
  • af11b6e feat(services/goosefs): bump goosefs-sdk to 0.2.1 and expose cache features (...
  • afc3cf1 feat(release): automate version planning and ATR publication (#8279)
  • 6f79bb8 fix(release): repair weekly signing, dispatch and RC numbering (#8276)
  • 2207c4b fix(website): reuse Rust LLM documentation artifacts (#8275)
  • 5be2a60 fix(core): skip pointer-width-dependent layout tests on 32-bit targets (#8274)
  • Additional commits viewable in compare view

Updates goauth from 0.16.0 to 0.17.0

Commits

Updates smpl_jwt from 0.8.0 to 0.9.0

Commits

Updates greptimedb-ingester from 0.17.0 to 0.19.0

Release notes

Sourced from greptimedb-ingester's releases.

v0.19.0

What's Changed

Breaking Change

TLS is now opt-in. If your application uses TLS, explicitly enable the tls-ring feature when upgrading:

greptimedb-ingester = { version = "0.19.0", features = ["tls-ring"] }

Without this feature, the client supports plaintext connections only.

New Contributors

Full Changelog: [v0.18.0...v0.19.0](GreptimeTeam/greptimedb-ingester-rust@v0.18.0...v0.19.0)

v0.18.0

What's Changed

New Contributors

Full Changelog: GreptimeTeam/greptimedb-ingester-rust@v0.17.0...v0.18.0

Commits
  • 8e1af41 chore: bump version to 0.19.0 (#61)
  • 74ea2c5 feat(bulk): attach auto-create table metadata to Arrow schema (#59)
  • 928a260 feat: support JSON2 ingestion from JSON strings (#60)
  • bd47b7a feat!: make rustls-backed TLS an opt-in feature (#58)
  • 86aaa15 chore: bump version 0.18.0 (#57)
  • 5fa393e feat: add start_timestamp/end_timestamp to DoPutMetadata to facilitate fast i...
  • See full diff in compare view

Updates arrow from 59.2.0 to 60.0.0

Release notes

Sourced from arrow's releases.

arrow 60.0.0

Changelog

60.0.0 - (2026-09-10)

Full Changelog

Breaking changes

... (truncated)

Changelog

Sourced from arrow's changelog.

60.0.0 - (2026-09-10)

Full Changelog

Breaking changes

Enhancements

... (truncated)

Commits
  • ef1fa15 Update version to 60.0.0 and add CHANGELOG (#11036)
  • f9e02ba perf(variant): resolve borrowed field names without searching the metadata di...
  • a4963a9 minor : batches_to_flight_data() should not require ownership of arguments ...
  • 44141e6 fix(parquet): skip miniblocks wider than 64 values instead of erroring (#11021)
  • 2078680 Prettify RunEndEncoded datatype display (#10840)
  • b7e5977 [Parquet] Populate bloom filters from the dictionary while a column is dictio...
  • 5be0557 [Parquet] Add writer option to skip bloom filters for column chunks whose dat...
  • b06b9c1 fix(arrow-ipc): return an error for a DictionaryBatch without its data (#11020)
  • 8f00fb4 Fix interleave on zero-width FixedSizeListArray (#11026)
  • 2e3a243 chore(deps): bump zstd from 0.13.3 to 0.14.0 (#11024)
  • Additional commits viewable in compare view

Updates parquet from 59.2.0 to 60.0.0

Release notes

Sourced from parquet's releases.

arrow 60.0.0

Changelog

60.0.0 - (2026-09-10)

Full Changelog

Breaking changes

... (truncated)

Changelog

Sourced from parquet's changelog.

60.0.0 - (2026-09-10)

Full Changelog

Breaking changes

@dependabot dependabot Bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Sep 21, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 21, 2026 15:41
@dependabot dependabot Bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Sep 21, 2026
@github-actions github-actions Bot added the domain: vdev Anything related to the vdev tooling label Sep 21, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9b54c044ca

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread lib/codecs/Cargo.toml
apache-avro = { version = "0.22.0", default-features = false }
arrow = { version = "59.2.0", default-features = false, features = ["ipc", "json"], optional = true }
parquet = { version = "59.2.0", default-features = false, features = [
arrow = { version = "60.0.0", default-features = false, features = ["ipc", "json"], optional = true }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep Arrow versions aligned across workspace crates

When codecs-arrow is enabled (including the ClickHouse and Databricks Zerobus sinks), Cargo now resolves codecs against Arrow 60.0.0 while the root vector crate remains on Arrow 59.x. These crates exchange Arrow types directly: for example, ClickHouseSchemaProvider::get_schema returns the root crate's arrow::datatypes::Schema through the codec's SchemaProvider trait, and Zerobus passes that schema to ArrowStreamSerializerConfig::new. Since types from different major crate versions are distinct, these feature combinations no longer compile; update the root Arrow dependency in lockstep or keep codecs on 59.x.

Useful? React with 👍 / 👎.

Comment thread Cargo.lock
]

[[package]]
name = "arrow-cmp"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate the third-party license inventory

The updated lockfile introduces the new packages arrow-cmp and micromap, but neither appears in LICENSE-3rdparty.csv. Consequently the required make check-licenses validation will reject the dependency update, and release archives would otherwise ship an incomplete third-party license inventory; regenerate the license file with make build-licenses.

AGENTS.md reference: AGENTS.md:L133-L139

Useful? React with 👍 / 👎.

@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-major-382e10f955 branch 4 times, most recently from 23778ce to 504bb18 Compare September 23, 2026 17:56
…dates

Bumps the cargo-major group with 29 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [console-subscriber](https://github.com/tokio-rs/console) | `0.4.1` | `0.5.0` |
| [opendal](https://github.com/apache/opendal) | `0.58.2` | `0.59.2` |
| [opendal-http-transport-reqwest](https://github.com/apache/opendal) | `0.58.2` | `0.59.2` |
| [goauth](https://github.com/durch/rust-goauth) | `0.16.0` | `0.17.0` |
| [smpl_jwt](https://github.com/durch/rust-jwt) | `0.8.0` | `0.9.0` |
| [greptimedb-ingester](https://github.com/GreptimeTeam/greptimedb-ingester-rust) | `0.17.0` | `0.19.0` |
| [arrow](https://github.com/apache/arrow-rs) | `59.2.0` | `60.0.0` |
| [parquet](https://github.com/apache/arrow-rs) | `59.2.0` | `60.0.0` |
| [bollard](https://github.com/fussybeaver/bollard) | `0.20.2` | `0.21.1` |
| [databend-client](https://github.com/databendlabs/bendsql) | `0.28.3` | `0.34.2` |
| [evmap](https://github.com/jonhoo/evmap) | `10.0.2` | `11.0.0` |
| [maxminddb](https://github.com/oschwald/maxminddb-rust) | `0.27.3` | `0.31.0` |
| [md-5](https://github.com/RustCrypto/hashes) | `0.10.6` | `0.11.0` |
| [async-nats](https://github.com/nats-io/nats.rs) | `0.49.1` | `0.50.0` |
| [openssl-probe](https://github.com/rustls/openssl-probe) | `0.1.6` | `0.2.1` |
| [quick-junit](https://github.com/nextest-rs/quick-junit) | `0.6.1` | `0.8.0` |
| [redis](https://github.com/redis-rs/redis-rs) | `0.32.7` | `1.6.0` |
| [rumqttc](https://github.com/bytebeamio/rumqtt) | `0.24.0` | `0.25.1` |
| [sqlx](https://github.com/launchbadge/sqlx) | `0.8.6` | `0.9.0` |
| [syslog](https://github.com/Geal/rust-syslog) | `6.1.1` | `7.0.0` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.37.2` | `0.39.6` |
| [windows-sys](https://github.com/microsoft/windows-rs) | `0.52.0` | `0.61.0` |
| [windows](https://github.com/microsoft/windows-rs) | `0.58.0` | `0.61.3` |
| [rstest](https://github.com/la10736/rstest) | `0.26.1` | `0.27.0` |
| [openssl-src](https://github.com/alexcrichton/openssl-src-rs) | `300.6.1+3.6.3` | `400.0.1+4.0.2` |
| [antithesis_sdk](https://github.com/antithesishq/antithesis-sdk-rust) | `0.2.8` | `0.3.0` |
| [zstd](https://github.com/gyscos/zstd-rs) | `0.13.2` | `0.14.0` |
| [jsonschema](https://github.com/Stranger6667/jsonschema) | `0.38.1` | `0.46.8` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.23.9` | `0.25.15+spec-1.1.0` |



Updates `console-subscriber` from 0.4.1 to 0.5.0
- [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.4.1...console-subscriber-v0.5.0)

Updates `opendal` from 0.58.2 to 0.59.2
- [Release notes](https://github.com/apache/opendal/releases)
- [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md)
- [Commits](apache/opendal@v0.58.2...v0.59.2)

Updates `opendal-http-transport-reqwest` from 0.58.2 to 0.59.2
- [Release notes](https://github.com/apache/opendal/releases)
- [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md)
- [Commits](apache/opendal@v0.58.2...v0.59.2)

Updates `goauth` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/durch/rust-goauth/releases)
- [Commits](https://github.com/durch/rust-goauth/commits)

Updates `smpl_jwt` from 0.8.0 to 0.9.0
- [Commits](https://github.com/durch/rust-jwt/commits)

Updates `greptimedb-ingester` from 0.17.0 to 0.19.0
- [Release notes](https://github.com/GreptimeTeam/greptimedb-ingester-rust/releases)
- [Commits](GreptimeTeam/greptimedb-ingester-rust@v0.17.0...v0.19.0)

Updates `arrow` from 59.2.0 to 60.0.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@59.2.0...60.0.0)

Updates `parquet` from 59.2.0 to 60.0.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@59.2.0...60.0.0)

Updates `bollard` from 0.20.2 to 0.21.1
- [Release notes](https://github.com/fussybeaver/bollard/releases)
- [Changelog](https://github.com/fussybeaver/bollard/blob/master/RELEASE.md)
- [Commits](fussybeaver/bollard@v0.20.2...v0.21.1)

Updates `databend-client` from 0.28.3 to 0.34.2
- [Release notes](https://github.com/databendlabs/bendsql/releases)
- [Commits](databendlabs/bendsql@v0.28.3...v0.34.2)

Updates `evmap` from 10.0.2 to 11.0.0
- [Commits](jonhoo/evmap@v10.0.2...v11.0.0)

Updates `maxminddb` from 0.27.3 to 0.31.0
- [Release notes](https://github.com/oschwald/maxminddb-rust/releases)
- [Changelog](https://github.com/oschwald/maxminddb-rust/blob/main/CHANGELOG.md)
- [Commits](oschwald/maxminddb-rust@v0.27.3...v0.31.0)

Updates `md-5` from 0.10.6 to 0.11.0
- [Commits](RustCrypto/hashes@md-5-v0.10.6...md2-v0.11.0)

Updates `async-nats` from 0.49.1 to 0.50.0
- [Release notes](https://github.com/nats-io/nats.rs/releases)
- [Commits](nats-io/nats.rs@async-nats/v0.49.1...async-nats/v0.50.0)

Updates `openssl-probe` from 0.1.6 to 0.2.1
- [Release notes](https://github.com/rustls/openssl-probe/releases)
- [Commits](rustls/openssl-probe@0.1.6...0.2.1)

Updates `quick-junit` from 0.6.1 to 0.8.0
- [Release notes](https://github.com/nextest-rs/quick-junit/releases)
- [Changelog](https://github.com/nextest-rs/quick-junit/blob/main/CHANGELOG.md)
- [Commits](nextest-rs/quick-junit@quick-junit-0.6.1...quick-junit-0.8.0)

Updates `redis` from 0.32.7 to 1.6.0
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.32.7...redis-1.6.0)

Updates `rumqttc` from 0.24.0 to 0.25.1
- [Release notes](https://github.com/bytebeamio/rumqtt/releases)
- [Changelog](https://github.com/bytebeamio/rumqtt/blob/main/CHANGELOG.md)
- [Commits](bytebeamio/rumqtt@rumqttc-0.24.0...rumqttc-0.25.1)

Updates `sqlx` from 0.8.6 to 0.9.0
- [Changelog](https://github.com/transact-rs/sqlx/blob/main/CHANGELOG.md)
- [Commits](transact-rs/sqlx@v0.8.6...v0.9.0)

Updates `syslog` from 6.1.1 to 7.0.0
- [Commits](Geal/rust-syslog@6.1.1...7.0.0)

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

Updates `windows-sys` from 0.52.0 to 0.61.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.52.0...0.61.0)

Updates `windows` from 0.58.0 to 0.61.3
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `rstest` from 0.26.1 to 0.27.0
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.26.1...v0.27.0)

Updates `openssl-src` from 300.6.1+3.6.3 to 400.0.1+4.0.2
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases)
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits)

Updates `antithesis_sdk` from 0.2.8 to 0.3.0
- [Changelog](https://github.com/antithesishq/antithesis-sdk-rust/blob/main/CHANGELOG.md)
- [Commits](https://github.com/antithesishq/antithesis-sdk-rust/commits)

Updates `zstd` from 0.13.2 to 0.14.0
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](gyscos/zstd-rs@v0.13.2...v0.14.0)

Updates `jsonschema` from 0.38.1 to 0.46.8
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@cli-v0.38.1...cli-v0.46.8)

Updates `toml_edit` from 0.23.9 to 0.25.15+spec-1.1.0
- [Commits](toml-rs/toml@v0.23.9...v0.25.15)

---
updated-dependencies:
- dependency-name: antithesis_sdk
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: arrow
  dependency-version: 60.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-major
- dependency-name: async-nats
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: bollard
  dependency-version: 0.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: console-subscriber
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: databend-client
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: evmap
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-major
- dependency-name: goauth
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: greptimedb-ingester
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: jsonschema
  dependency-version: 0.46.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: maxminddb
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: md-5
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: opendal
  dependency-version: 0.59.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: opendal-http-transport-reqwest
  dependency-version: 0.59.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: openssl-probe
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: openssl-src
  dependency-version: 400.0.1+4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-major
- dependency-name: parquet
  dependency-version: 60.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-major
- dependency-name: quick-junit
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: redis
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-major
- dependency-name: rstest
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: rumqttc
  dependency-version: 0.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: smpl_jwt
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: sqlx
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: sysinfo
  dependency-version: 0.39.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: syslog
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-major
- dependency-name: toml_edit
  dependency-version: 0.25.15+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: windows
  dependency-version: 0.61.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: windows-sys
  dependency-version: 0.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
- dependency-name: zstd
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-major-382e10f955 branch from 504bb18 to 0050f1c Compare September 24, 2026 00:03

This branch has not been deployed

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

Labels

domain: deps Anything related to Vector's dependencies domain: vdev Anything related to the vdev tooling no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants