Skip to content

Bump duckdb from 1.10501.0 to 1.10502.0 in the rust-dependencies group#30

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-dependencies-2c09f7b724
Open

Bump duckdb from 1.10501.0 to 1.10502.0 in the rust-dependencies group#30
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-dependencies-2c09f7b724

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 26, 2026

Bumps the rust-dependencies group with 1 update: duckdb.

Updates duckdb from 1.10501.0 to 1.10502.0

Release notes

Sourced from duckdb's releases.

v1.10502.0

Highlights

  • Lifetime-safe vectors: FlatVector, ListVector, ArrayVector, and StructVector now carry a lifetime parameter tied to DataChunkHandle, preventing use-after-free bugs. Breaking: these types must be written as FlatVector<'_>, etc.
  • Static DuckDB extensions (experimental): new bundled-cmake feature builds DuckDB through upstream CMake, enabling static extensions like icu. Checkout-only for now.
  • Upgraded to bundled DuckDB v1.5.2.

What's Changed

Full Changelog: duckdb/duckdb-rs@v1.10501.0...v1.10502.0

Commits
  • 8aa176a Update DuckDB to v1.5.2 (#741)
  • 328343d cargo update
  • 8537ec1 Update DuckDB to v1.5.2
  • 56c5269 Enable static DuckDB extensions via Cargo in checkouts (#732)
  • 0a1d578 Fix link order and error on unsupported DUCKDB_EXTENSION_CONFIGS
  • 872c6d3 Finish-line fixes
  • fce31a0 Simplify extension validation
  • f53bf79 Simplify missing-library error reporting
  • c47904e Restrict candidate library dirs
  • d158ba5 Restrict Linux support to the gnu target env
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-dependencies group with 1 update: [duckdb](https://github.com/duckdb/duckdb-rs).


Updates `duckdb` from 1.10501.0 to 1.10502.0
- [Release notes](https://github.com/duckdb/duckdb-rs/releases)
- [Commits](duckdb/duckdb-rs@v1.10501.0...v1.10502.0)

---
updated-dependencies:
- dependency-name: duckdb
  dependency-version: 1.10502.0
  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 Apr 26, 2026
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