Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Updates the requirements on oneio to permit the latest version.

Release notes

Sourced from oneio's releases.

v0.20.0

Added

  • New crypto module with ensure_default_provider() helper function to initialize rustls crypto providers
    • Automatically tries AWS-LC first, then falls back to ring
    • Called automatically from all HTTPS/S3/FTP code paths
    • Can be called explicitly at startup for better control over initialization
    • Fully thread-safe and idempotent
    • Prevents "Could not automatically determine the process-level CryptoProvider" panic
  • GitHub Copilot custom instructions file (.github/copilot-instructions.md) documenting development practices

Changed

  • All HTTPS, S3, and FTP operations now automatically initialize the rustls crypto provider on first use
  • Added comprehensive documentation and examples for crypto provider initialization
  • rustls feature now explicitly includes dep:rustls_sys dependency
  • Simplified redundant feature flag checks (since httpsrustls, only check rustls)
  • Split CI workflow: formatting check now runs as separate independent job for faster feedback
  • Updated remote_file_exists() to use ensure_default_provider() helper
Changelog

Sourced from oneio's changelog.

v0.20.0 -- 2025-10-29

Added

  • New crypto module with ensure_default_provider() helper function to initialize rustls crypto providers
    • Automatically tries AWS-LC first, then falls back to ring
    • Called automatically from all HTTPS/S3/FTP code paths
    • Can be called explicitly at startup for better control over initialization
    • Fully thread-safe and idempotent
    • Prevents "Could not automatically determine the process-level CryptoProvider" panic
  • GitHub Copilot custom instructions file (.github/copilot-instructions.md) documenting development practices

Changed

  • All HTTPS, S3, and FTP operations now automatically initialize the rustls crypto provider on first use
  • Added comprehensive documentation and examples for crypto provider initialization
  • rustls feature now explicitly includes dep:rustls_sys dependency
  • Simplified redundant feature flag checks (since httpsrustls, only check rustls)
  • Split CI workflow: formatting check now runs as separate independent job for faster feedback
  • Updated remote_file_exists() to use ensure_default_provider() helper

v0.19.2 -- 2025-10-17

Changed

  • Updated flate2 dependency minimum version to 1.1.0 to include more recent fixes for zlib-rs backend.
  • Add more backends for flate2:
    • gz-zlib-ng feature for flate2/zlib-rs-ng
    • gz-zlib-cloudflare feature for flate2/cloudflare_zlib

v0.19.1 -- 2025-10-15

Changed

  • Gzip backend selection via feature flags:
    • Default feature gz switched to use flate2 with the gz-zlib-rs backend for improved performance.
    • New selectors and aliases:
      • gz-zlib-rs — enables flate2/zlib-rs (Rust, fast)
      • gz-miniz — enables flate2/miniz_oxide (pure Rust, most portable)
    • Disabled flate2 default-features to allow explicit backend choice.

Added

  • Criterion benchmark benches/gzip_decompress.rs to measure gzip decompression throughput across backends.

Usage

  • Default (zlib-rs):
    • cargo build
    • cargo bench --bench gzip_decompress --features gz
  • zlib-rs:
    • cargo build --no-default-features --features gz-zlib-rs
    • cargo bench --bench gzip_decompress --no-default-features --features gz-zlib-rs
  • miniz_oxide (explicit):
    • cargo build --no-default-features --features gz-miniz

... (truncated)

Commits
  • 0940121 prepare v0.20.0
  • f27bfcd Merge pull request #65 from bgpkit/feature/crypto-provider-init
  • 1586491 Update CHANGELOG and add changelog rules to Copilot instructions
  • af0fbb4 Simplify redundant feature flag checks
  • c21dfa1 Fix rustls crypto provider initialization and add Copilot instructions
  • 067d81e Split CI formatting check and run cargo fmt
  • 76be0da Add automatic rustls crypto provider initialization
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [oneio](https://github.com/bgpkit/oneio) to permit the latest version.
- [Release notes](https://github.com/bgpkit/oneio/releases)
- [Changelog](https://github.com/bgpkit/oneio/blob/main/CHANGELOG.md)
- [Commits](bgpkit/oneio@v0.19.2...v0.20.0)

---
updated-dependencies:
- dependency-name: oneio
  dependency-version: 0.20.0
  dependency-type: direct:production
...

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 Nov 3, 2025
@digizeph digizeph merged commit 0453969 into main Nov 4, 2025
3 of 4 checks passed
@digizeph digizeph deleted the dependabot/cargo/oneio-0.20.0 branch November 4, 2025 02:51
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.

2 participants