Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/non-arrow-8d91b3c22c
Open

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps the non-arrow group with 3 updates in the / directory: openssl, pyo3-object_store and tokio.

Updates openssl from 0.10.79 to 0.10.80

Release notes

Sourced from openssl's releases.

openssl-v0.10.80

What's Changed

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.79...openssl-v0.10.80

Commits
  • 35be7ae Release openssl 0.10.80 and openssl-sys 0.9.116 (#2639)
  • 19eceb2 Fix output buffer overflow in cipher_update_inplace for AES key-wrap-with-pad...
  • b460eb3 Prefer Homebrew openssl@4 and stop looking for openssl@1.1 (#2633)
  • See full diff in compare view

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.

Changelog

Unreleased

[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

New Contributors

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

[0.9.2] - 2026-03-11

What's Changed

Full Changelog: developmentseed/obstore@py-v0.9.1...py-v0.9.2

[0.9.1] - 2026-02-26

  • fix: Include prefix in delete_stream #629
Commits

Updates tokio from 1.52.2 to 1.52.3

Release notes

Sourced from tokio's releases.

Tokio v1.52.3

1.52.3 (May 8th, 2026)

Fixed

  • sync: fix underflow in mpsc channel len() (#8062)
  • sync: notify receivers in mpsc OwnedPermit::release() method (#8075)
  • sync: require that an RwLock has max_readers != 0 (#8076)
  • sync: return Empty from try_recv() when mpsc is closed with outstanding permits (#8074)

#8062: tokio-rs/tokio#8062 #8074: tokio-rs/tokio#8074 #8075: tokio-rs/tokio#8075 #8076: tokio-rs/tokio#8076

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 3 updates in the / directory: [openssl](https://github.com/rust-openssl/rust-openssl), [pyo3-object_store](https://github.com/developmentseed/obstore) and [tokio](https://github.com/tokio-rs/tokio).


Updates `openssl` from 0.10.79 to 0.10.80
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.79...openssl-v0.10.80)

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 `tokio` from 1.52.2 to 1.52.3
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.52.2...tokio-1.52.3)

---
updated-dependencies:
- dependency-name: openssl
  dependency-version: 0.10.80
  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: tokio
  dependency-version: 1.52.3
  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 May 19, 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