chore(deps): bump the cargo-major group across 1 directory with 29 updates - #26445
dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 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".
| 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 } |
There was a problem hiding this comment.
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 👍 / 👎.
| ] | ||
|
|
||
| [[package]] | ||
| name = "arrow-cmp" |
There was a problem hiding this comment.
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 👍 / 👎.
23778ce to
504bb18
Compare
…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>
504bb18 to
0050f1c
Compare
Bumps the cargo-major group with 29 updates in the / directory:
0.4.10.5.00.58.20.59.20.58.20.59.20.16.00.17.00.8.00.9.00.17.00.19.059.2.060.0.059.2.060.0.00.20.20.21.10.28.30.34.210.0.211.0.00.27.30.31.00.10.60.11.00.49.10.50.00.1.60.2.10.6.10.8.00.32.71.6.00.24.00.25.10.8.60.9.06.1.17.0.00.37.20.39.60.52.00.61.00.58.00.61.30.26.10.27.0300.6.1+3.6.3400.0.1+4.0.20.2.80.3.00.13.20.14.00.38.10.46.80.23.90.25.15+spec-1.1.0Updates
console-subscriberfrom 0.4.1 to 0.5.0Release notes
Sourced from console-subscriber's releases.
Commits
d8fba13chore: release console-api-v0.9.0, console-subscriber-v0.5.0, tokio-console-v...5839f99chore: update release-plz workflow (#646)51b9010chore: update dist (cargo-dist) to 0.30.1 (#647)44e2281Bump various dependencies (#643)dca4748Bump tonic to 0.14 (#642)d3848d7Fix Nix builds and update the lock file (#641)4238e73Fix some clippy warnings and building with--all-features(#640)71e7f1dchore(deps-dev): bump vite in /console-subscriber/examples/grpc_web/app (#627)63c70eefeat: add support for vsock connections (#623)1aa5185chore(deps): bump crossbeam-channel from 0.5.13 to 0.5.15 (#624)Updates
opendalfrom 0.58.2 to 0.59.2Release notes
Sourced from opendal's releases.
... (truncated)
Changelog
Sourced from opendal's changelog.
... (truncated)
Commits
c70d33aPrepare 0.59.2-rc.20c360d1fix(services/goosefs): return metadata from read streams (#8283)781dd6cfix(services/hf): make resolve cache opt-in (#8282)01e50c8fix(release): ship root CHANGELOG in source archives (#8281)43d8727feat(services/hf): reuse resolved downloads across readers (#8280)af11b6efeat(services/goosefs): bump goosefs-sdk to 0.2.1 and expose cache features (...afc3cf1feat(release): automate version planning and ATR publication (#8279)6f79bb8fix(release): repair weekly signing, dispatch and RC numbering (#8276)2207c4bfix(website): reuse Rust LLM documentation artifacts (#8275)5be2a60fix(core): skip pointer-width-dependent layout tests on 32-bit targets (#8274)Updates
opendal-http-transport-reqwestfrom 0.58.2 to 0.59.2Release notes
Sourced from opendal-http-transport-reqwest's releases.
... (truncated)
Changelog
Sourced from opendal-http-transport-reqwest's changelog.
... (truncated)
Commits
c70d33aPrepare 0.59.2-rc.20c360d1fix(services/goosefs): return metadata from read streams (#8283)781dd6cfix(services/hf): make resolve cache opt-in (#8282)01e50c8fix(release): ship root CHANGELOG in source archives (#8281)43d8727feat(services/hf): reuse resolved downloads across readers (#8280)af11b6efeat(services/goosefs): bump goosefs-sdk to 0.2.1 and expose cache features (...afc3cf1feat(release): automate version planning and ATR publication (#8279)6f79bb8fix(release): repair weekly signing, dispatch and RC numbering (#8276)2207c4bfix(website): reuse Rust LLM documentation artifacts (#8275)5be2a60fix(core): skip pointer-width-dependent layout tests on 32-bit targets (#8274)Updates
goauthfrom 0.16.0 to 0.17.0Commits
Updates
smpl_jwtfrom 0.8.0 to 0.9.0Commits
Updates
greptimedb-ingesterfrom 0.17.0 to 0.19.0Release notes
Sourced from greptimedb-ingester's releases.
Commits
8e1af41chore: bump version to 0.19.0 (#61)74ea2c5feat(bulk): attach auto-create table metadata to Arrow schema (#59)928a260feat: support JSON2 ingestion from JSON strings (#60)bd47b7afeat!: make rustls-backed TLS an opt-in feature (#58)86aaa15chore: bump version 0.18.0 (#57)5fa393efeat: add start_timestamp/end_timestamp to DoPutMetadata to facilitate fast i...Updates
arrowfrom 59.2.0 to 60.0.0Release notes
Sourced from arrow's releases.
... (truncated)
Changelog
Sourced from arrow's changelog.
... (truncated)
Commits
ef1fa15Update version to60.0.0and add CHANGELOG (#11036)f9e02baperf(variant): resolve borrowed field names without searching the metadata di...a4963a9minor : batches_to_flight_data() should not require ownership of arguments ...44141e6fix(parquet): skip miniblocks wider than 64 values instead of erroring (#11021)2078680Prettify 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...b06b9c1fix(arrow-ipc): return an error for a DictionaryBatch without its data (#11020)8f00fb4Fix interleave on zero-width FixedSizeListArray (#11026)2e3a243chore(deps): bump zstd from 0.13.3 to 0.14.0 (#11024)Updates
parquetfrom 59.2.0 to 60.0.0Release notes
Sourced from parquet's releases.
... (truncated)
Changelog
Sourced from parquet's changelog.