chore(deps): bump the cargo-major group across 1 directory with 29 updates - #26105
chore(deps): bump the cargo-major group across 1 directory with 29 updates#26105dependabot[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: 23aed8878b
ℹ️ 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".
|
|
||
| [dependencies] | ||
| apache-avro = { version = "0.21.0", default-features = false } | ||
| apache-avro = { version = "0.22.0", default-features = false } |
There was a problem hiding this comment.
Replace deprecated Avro datum helpers before bumping
With apache-avro 0.22, apache_avro::to_avro_datum and apache_avro::from_avro_datum are deprecated, but the codecs crate still calls them in src/encoding/format/avro.rs and src/decoding/format/avro.rs. Because this repo sets -D warnings in .cargo/config.toml, those deprecation warnings become hard build errors whenever the Avro codec is compiled; switch to GenericDatumWriter/GenericDatumReader as part of this bump.
Useful? React with 👍 / 👎.
| ] | ||
|
|
||
| [[package]] | ||
| name = "aliasable" |
There was a problem hiding this comment.
Regenerate the third-party license inventory
Adding the new transitive crates here (for example aliasable, plus ouroboros, proc-macro2-diagnostics, and yansi) leaves LICENSE-3rdparty.csv unchanged; I checked that inventory with rg and those components are absent. The generated license manifest will omit licenses for newly bundled code unless make build-licenses is run after this dependency update.
Useful? React with 👍 / 👎.
…dates Bumps the cargo-major group with 28 updates in the / directory: | Package | From | To | | --- | --- | --- | | [console-subscriber](https://github.com/tokio-rs/console) | `0.4.1` | `0.5.0` | | [aws-smithy-http](https://github.com/smithy-lang/smithy-rs) | `0.63.6` | `0.64.0` | | [opendal](https://github.com/apache/opendal) | `0.54.1` | `0.55.0` | | [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.18.0` | | [bollard](https://github.com/fussybeaver/bollard) | `0.20.2` | `0.21.0` | | [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.30.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` | | [redis](https://github.com/redis-rs/redis-rs) | `0.32.7` | `1.2.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` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.31.0` | `0.41.0` | | [similar-asserts](https://github.com/mitsuhiko/similar-asserts) | `1.7.0` | `2.0.0` | | [openssl-src](https://github.com/alexcrichton/openssl-src-rs) | `300.6.1+3.6.3` | `400.0.0+4.0.1` | | [convert_case](https://github.com/rutrum/convert-case) | `0.10.0` | `0.11.0` | | [darling](https://github.com/TedDriggs/darling) | `0.23.0` | `0.24.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.119` | `3.0.3` | | [apache-avro](https://github.com/apache/avro-rs) | `0.21.0` | `0.22.0` | | [serde_derive_internals](https://github.com/serde-rs/serde) | `0.29.1` | `0.30.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 `aws-smithy-http` from 0.63.6 to 0.64.0 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `opendal` from 0.54.1 to 0.55.0 - [Release notes](https://github.com/apache/opendal/releases) - [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md) - [Commits](apache/opendal@v0.54.1...v0.55.0) 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.18.0 - [Release notes](https://github.com/GreptimeTeam/greptimedb-ingester-rust/releases) - [Commits](GreptimeTeam/greptimedb-ingester-rust@v0.17.0...v0.18.0) Updates `bollard` from 0.20.2 to 0.21.0 - [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.0) 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.30.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.30.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 `redis` from 0.32.7 to 1.2.0 - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-0.32.7...redis-1.2.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 `quick-xml` from 0.31.0 to 0.41.0 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](tafia/quick-xml@v0.31.0...v0.41.0) Updates `similar-asserts` from 1.7.0 to 2.0.0 - [Changelog](https://github.com/mitsuhiko/similar-asserts/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/similar-asserts@1.7.0...2.0.0) Updates `openssl-src` from 300.6.1+3.6.3 to 400.0.0+4.0.1 - [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases) - [Commits](https://github.com/alexcrichton/openssl-src-rs/commits) Updates `convert_case` from 0.10.0 to 0.11.0 - [Commits](https://github.com/rutrum/convert-case/commits) Updates `darling` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/TedDriggs/darling/releases) - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md) - [Commits](TedDriggs/darling@v0.23.0...v0.24.0) Updates `syn` from 2.0.119 to 3.0.3 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.119...3.0.3) Updates `apache-avro` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/apache/avro-rs/releases) - [Changelog](https://github.com/apache/avro-rs/blob/main/RELEASE.md) - [Commits](apache/avro-rs@rel/release-0.21.0...rel/release-0.22.0) Updates `log` from 0.4.29 to 0.4.33 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.29...0.4.33) Updates `serde_derive_internals` from 0.29.1 to 0.30.0 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/commits) --- updated-dependencies: - dependency-name: apache-avro dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor 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: aws-smithy-http dependency-version: 0.64.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-major - dependency-name: bollard dependency-version: 0.21.0 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: convert_case dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-major - dependency-name: darling dependency-version: 0.24.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.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-major - dependency-name: log dependency-version: 0.4.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-major - dependency-name: maxminddb dependency-version: 0.30.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.55.0 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.0+4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-major - dependency-name: quick-xml dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-major - dependency-name: redis dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major 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: serde_derive_internals dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-major - dependency-name: similar-asserts dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major 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: syn dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major 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: 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 ... Signed-off-by: dependabot[bot] <support@github.com>
23aed88 to
3f871d8
Compare
Bumps the cargo-major group with 28 updates in the / directory:
0.4.10.5.00.63.60.64.00.54.10.55.00.16.00.17.00.8.00.9.00.17.00.18.00.20.20.21.00.28.30.34.210.0.211.0.00.27.30.30.00.10.60.11.00.49.10.50.00.1.60.2.10.32.71.2.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.31.00.41.01.7.02.0.0300.6.1+3.6.3400.0.0+4.0.10.10.00.11.00.23.00.24.02.0.1193.0.30.21.00.22.00.29.10.30.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
aws-smithy-httpfrom 0.63.6 to 0.64.0Commits
Updates
opendalfrom 0.54.1 to 0.55.0Release notes
Sourced from opendal's releases.
... (truncated)
Changelog
Sourced from opendal's changelog.
... (truncated)
Commits
48c48b1ci: Remove hdfs-native from arm platform (#6792)f9b6790chore: Don't introduce openssl for python binding (#6790)ec8d0cdchore: Fix build (#6789)fe8c14fBump to version 0.55.0 with rc.2 (#6788)d05602cfix(bindings/python): Update python/stubgen & core/hdfs-native (#6774)0c51354docs: Make it clear that bindings have different version with rust core. (#6780)e9494dcchore(services/fs): use NotADirectory directly (#6786)d0eddb2No need to copy the whole tree (#6783)fc5725afeat(binding/nodejs): add TimeoutLayer, LoggingLayer and ThrottleLayer in nod...147b1e1chore(services/s3)!: remove deprecatedS3::security_token(#6779)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.18.0Release notes
Sourced from greptimedb-ingester's releases.
Commits
86aaa15chore: bump version 0.18.0 (#57)5fa393efeat: add start_timestamp/end_timestamp to DoPutMetadata to facilitate fast i...Updates
bollardfrom 0.20.2 to 0.21.0Release notes
Sourced from bollard's releases.
Commits
f536c94chore: Release 0.21.0 (#721)24037edchore: podman state release 1.53.1 (#720)94f4e53build(deps): bump swagger-codegen.version in /codegen/swagger (#717)5ea2d69build(deps): bump rust from 1.94.1-slim to 1.95.0-slim (#716)1a49547build(deps): update rand requirement from 0.9 to 0.10 (#690)94cf615fix(codegen): add Podman "stopping" state to container state enums (#715)35c3968fix: Remove topology special case (#719)ce5f6e5Allow users to pass their own build reference (#687)64a73ddAlso set the messages limits for the client, file send and ssh (#718)b2699e7build(deps): update tokio-tungstenite requirement from 0.28 to 0.29 (#699)Updates
databend-clientfrom 0.28.3 to 0.34.2Release notes
Sourced from databend-client's releases.
... (truncated)
Commits
8bc5e01ci(bindings): restore nodejs windows builds (#789)5b953bfchore: bump version to 0.34.1 (#787)1d26df9fix(cli): do not split BEGIN...END script blocks on inner semicolons (#786)6a8a5bfdocs: add PR title format rule to AGENTS.md (#783)b206a8ddocs: clarify tenant param is only for Databend Cloud management mode (#781)9b70c81fix: ignore pyo3 security advisories RUSTSEC-2026-0176/0177 in cargo-deny (#782)9940680ci: retry docker compose image pulls (#780)f0c05c1feat(auth): add key-pair authentication support (#774)c685ec0feat: add Python 3.14 support for Python bindings (#779)b43d20achore: bump version to 0.34.0 (#778)Updates
evmapfrom 10.0.2 to 11.0.0Commits
cf84b30Update major versions and release v11 (#22)c608033Merge pull request #17 from jonhoo/ci62bb30dadopt lint rename394dcacnew msrv due to dependencies is 1.601c377bcbenchmark Cargo.lock no longer reflected workspacefbbe809benchmark should be lock-checked285ea41cache registry for old cargo git checkouta0660a4arghdb57e01Older lockfile version6c29ee9fix minimal versionsUpdates
maxminddbfrom 0.27.3 to 0.30.0Release notes
Sourced from maxminddb's releases.
... (truncated)
Changelog
Sourced from maxminddb's changelog.
... (truncated)
Commits
fceaa66Prepare v0.30.0 release770547aSet release date68f7876Merge pull request #118 from oschwald/greg/raw-string-deserialization64107cdClarify unsafe string decoding use case35ade52Clarify raw string adapter contract37b3b66Consolidate dynamic decoder dispatchf04108bExpand raw string decoder coverage93a7d3bExpose raw string bytes to Serde adapters9f194b4Merge pull request #117 from oschwald/greg/harden-readerf8cd8ebShare search tree node decodingUpdates
md-5from 0.10.6 to 0.11.0Commits
b5051e5Cut new releases (#812)451c446md5: replaceforce-softcrate feature withmd5_backendconfiguration flag...2f00175Release sha1 v0.11.0 (#810)07d370csha1: refactor backends selection (#808)7c7cb76Fix md5 project link in README (#809)ffe0939Release sha2 0.11.0 (#806)8991b65Use the standard order of the[package]section fields (#807)3d2bc57sha2: refactor backends (#802)faa55fbsha3: bumpkeccakto v0.2 (#803)d3e6489sha3 v0.11.0-rc.9 (#801)Updates
async-natsfrom 0.49.1 to 0.50.0Release notes
Sourced from async-nats's releases.
Commits
9b382a2Release v0.50.0834b129Apply linter fixesd00e6b5Fix account info deser failure on servers with tiered jetstreamafceb76Replace dead feature-powerset CI job with curated feature checka493d15Switch to tryhard for nats-server testsc27e773Use new start method for retry start in nats-server crate86ecbafUse time by default and cover chrono in CI15f9f63Add chrono as alternative to time.Updates
openssl-probefrom 0.1.6 to 0.2.1Release notes
Sourced from openssl-probe's releases.
Commits
9181752Prepare 0.2.12a23322docs: clarify lib description, update README5e18d53feat: add openharmony platform preset certs folderdf769f4Update repo URL in Cargo metadatacc52ac7ci: check cargo-deny (and fix up SPDX metadata)4cfa095ci: check semver compatibility04e7058ci: check clippyfbce324ci: check code formatting11fba1bci: setup duplicate workflow cancellationa44b6f1ci: restrict workflow permissionsDescription has been truncated