Skip to content

chore(deps): bump the non-arrow group across 1 directory with 8 updates - #346

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/non-arrow-0373e3f479
Closed

chore(deps): bump the non-arrow group across 1 directory with 8 updates#346
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/non-arrow-0373e3f479

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the non-arrow group with 5 updates in the / directory:

Package From To
futures-core 0.3.33 0.3.34
futures-util 0.3.33 0.3.34
pyo3-object_store 0.9.0 0.10.0
rustac 0.2.14 0.2.15
thiserror 2.0.19 2.0.20

Updates futures-core from 0.3.33 to 0.3.34

Release notes

Sourced from futures-core's releases.

0.3.34

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Changelog

Sourced from futures-core's changelog.

0.3.34 - 2026-08-11

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Commits

Updates futures-util from 0.3.33 to 0.3.34

Release notes

Sourced from futures-util's releases.

0.3.34

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Changelog

Sourced from futures-util's changelog.

0.3.34 - 2026-08-11

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Commits

Updates pyo3-object_store from 0.9.0 to 0.10.0

Release notes

Sourced from pyo3-object_store's releases.

pyo3-object_store-v0.6.0

Breaking changes 🔧

  • Don't percent-encode paths. The implementation of FromPyObject for PyPath now uses Path::parse instead of Path::from under the hood. #524
  • Bump to pyo3 0.26.

Other

  • Configurable warning on PyExternalObjectStore creation #550

pyo3-object_store-v0.4.0

Compatibility release to use pyo3-object_store with object_store 0.11 and pyo3 0.24.

pyo3-object_store-v0.3.0

Compatibility release to use pyo3-object_store with object_store 0.11 and pyo3 0.23.

Breaking changes 🔧

Store constructors

  • In the AzureStore constructor, the container positional argument was renamed to container_name to match the container_name key in AzureConfig.

    This is a breaking change if you had been calling AzureStore(container="my container name"). This is not breaking if you had been using it as a positional argument AzureStore("my container name") or if you had already been using AzureStore(container_name="my container name").

pyo3-object_store-v0.2.0

What's Changed

Full Changelog: developmentseed/obstore@pyo3-object_store-v0.1.0...pyo3-object_store-v0.2.0

pyo3-object_store-v0.1.0

Initial release!

Changelog

Sourced from pyo3-object_store's changelog.

[0.10.0] - 2026-06-01

Full Changelog: developmentseed/obstore@py-v0.9.5...py-v0.10.0

[0.9.5] - 2026-05-20

What's Changed

Full Changelog: developmentseed/obstore@py-v0.9.4...py-v0.9.5

[0.9.4] - 2026-04-22

What's Changed

Full Changelog: developmentseed/obstore@py-v0.9.3...py-v0.9.4

[0.9.3] - 2026-04-15

What's Changed

... (truncated)

Commits

Updates rustac from 0.2.14 to 0.2.15

Release notes

Sourced from rustac's releases.

rustac-v0.2.15

Other

  • updated the following local packages: stac, stac-duckdb, stac-io, stac-server, stac-validate
Commits
  • ec8a279 chore: release (#1116)
  • aae9ec3 feat: add Iceberg read support via source_format (#1100)
  • dcc165f chore(deps-dev): update stac-geoparquet requirement from >=0.8.1 to >=0.8.2 i...
  • 0972f01 chore(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.1 in the github-actio...
  • 87823df chore(deps): update cql2 requirement from 0.5.0 to 0.6.0 (#1115)
  • 1c34bde chore(deps): bump Swatinem/rust-cache from e18b497796c12c097a38f9edb9d0641fb9...
  • 39defe9 chore(deps-dev): bump the python group with 2 updates (#1111)
  • cf6f716 chore(deps): bump the github-actions group with 2 updates (#1109)
  • 02ef0ab chore(deps): bump pymdown-extensions from 11.0 to 11.0.1 (#1108)
  • See full diff in compare view

Updates stac from 0.17.4 to 0.17.5

Release notes

Sourced from stac's releases.

stac-v0.17.5

Other

  • update Cargo.toml dependencies
Commits
  • ec8a279 chore: release (#1116)
  • aae9ec3 feat: add Iceberg read support via source_format (#1100)
  • dcc165f chore(deps-dev): update stac-geoparquet requirement from >=0.8.1 to >=0.8.2 i...
  • 0972f01 chore(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.1 in the github-actio...
  • 87823df chore(deps): update cql2 requirement from 0.5.0 to 0.6.0 (#1115)
  • 1c34bde chore(deps): bump Swatinem/rust-cache from e18b497796c12c097a38f9edb9d0641fb9...
  • 39defe9 chore(deps-dev): bump the python group with 2 updates (#1111)
  • cf6f716 chore(deps): bump the github-actions group with 2 updates (#1109)
  • 02ef0ab chore(deps): bump pymdown-extensions from 11.0 to 11.0.1 (#1108)
  • See full diff in compare view

Updates stac-duckdb from 0.3.11 to 0.3.12

Release notes

Sourced from stac-duckdb's releases.

stac-duckdb-v0.3.12

Added

  • add Iceberg read support via source_format (#1100)
Commits
  • ec8a279 chore: release (#1116)
  • aae9ec3 feat: add Iceberg read support via source_format (#1100)
  • dcc165f chore(deps-dev): update stac-geoparquet requirement from >=0.8.1 to >=0.8.2 i...
  • 0972f01 chore(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.1 in the github-actio...
  • 87823df chore(deps): update cql2 requirement from 0.5.0 to 0.6.0 (#1115)
  • 1c34bde chore(deps): bump Swatinem/rust-cache from e18b497796c12c097a38f9edb9d0641fb9...
  • 39defe9 chore(deps-dev): bump the python group with 2 updates (#1111)
  • cf6f716 chore(deps): bump the github-actions group with 2 updates (#1109)
  • 02ef0ab chore(deps): bump pymdown-extensions from 11.0 to 11.0.1 (#1108)
  • See full diff in compare view

Updates stac-io from 0.3.2 to 0.3.3

Release notes

Sourced from stac-io's releases.

stac-io-v0.3.3

Other

  • updated the following local packages: stac
Commits
  • ec8a279 chore: release (#1116)
  • aae9ec3 feat: add Iceberg read support via source_format (#1100)
  • dcc165f chore(deps-dev): update stac-geoparquet requirement from >=0.8.1 to >=0.8.2 i...
  • 0972f01 chore(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.1 in the github-actio...
  • 87823df chore(deps): update cql2 requirement from 0.5.0 to 0.6.0 (#1115)
  • 1c34bde chore(deps): bump Swatinem/rust-cache from e18b497796c12c097a38f9edb9d0641fb9...
  • 39defe9 chore(deps-dev): bump the python group with 2 updates (#1111)
  • cf6f716 chore(deps): bump the github-actions group with 2 updates (#1109)
  • 02ef0ab chore(deps): bump pymdown-extensions from 11.0 to 11.0.1 (#1108)
  • See full diff in compare view

Updates thiserror from 2.0.19 to 2.0.20

Release notes

Sourced from thiserror's releases.

2.0.20

  • Suppress redundant_field_names clippy lint in generated code (#454)
Commits

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 non-arrow group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [futures-core](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [pyo3-object_store](https://github.com/developmentseed/obstore) | `0.9.0` | `0.10.0` |
| [rustac](https://github.com/stac-utils/rustac) | `0.2.14` | `0.2.15` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.19` | `2.0.20` |



Updates `futures-core` from 0.3.33 to 0.3.34
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.33...0.3.34)

Updates `futures-util` from 0.3.33 to 0.3.34
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.33...0.3.34)

Updates `pyo3-object_store` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/developmentseed/obstore/releases)
- [Changelog](https://github.com/developmentseed/obstore/blob/main/CHANGELOG.md)
- [Commits](developmentseed/obstore@pyo3-object_store-v0.9.0...pyo3-object_store-v0.10.0)

Updates `rustac` from 0.2.14 to 0.2.15
- [Release notes](https://github.com/stac-utils/rustac/releases)
- [Changelog](https://github.com/stac-utils/rustac/blob/main/docs/history.md)
- [Commits](stac-utils/rustac@rustac-v0.2.14...rustac-v0.2.15)

Updates `stac` from 0.17.4 to 0.17.5
- [Release notes](https://github.com/stac-utils/rustac/releases)
- [Changelog](https://github.com/stac-utils/rustac/blob/main/docs/history.md)
- [Commits](stac-utils/rustac@stac-v0.17.4...stac-v0.17.5)

Updates `stac-duckdb` from 0.3.11 to 0.3.12
- [Release notes](https://github.com/stac-utils/rustac/releases)
- [Changelog](https://github.com/stac-utils/rustac/blob/main/docs/history.md)
- [Commits](stac-utils/rustac@stac-duckdb-v0.3.11...stac-duckdb-v0.3.12)

Updates `stac-io` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/stac-utils/rustac/releases)
- [Changelog](https://github.com/stac-utils/rustac/blob/main/docs/history.md)
- [Commits](stac-utils/rustac@stac-io-v0.3.2...stac-io-v0.3.3)

Updates `thiserror` from 2.0.19 to 2.0.20
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.19...2.0.20)

---
updated-dependencies:
- dependency-name: futures-core
  dependency-version: 0.3.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-arrow
- dependency-name: futures-util
  dependency-version: 0.3.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-arrow
- dependency-name: pyo3-object_store
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-arrow
- dependency-name: rustac
  dependency-version: 0.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-arrow
- dependency-name: stac
  dependency-version: 0.17.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-arrow
- dependency-name: stac-duckdb
  dependency-version: 0.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-arrow
- dependency-name: stac-io
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-arrow
- dependency-name: thiserror
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-arrow
...

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 Sep 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Sep 4, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/non-arrow-0373e3f479 branch September 4, 2026 07:18
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