Skip to content

Conversation

@tustvold
Copy link
Contributor

@tustvold tustvold commented Dec 13, 2025

Which issue does this PR close?

Relates to #576

Rationale for this change

Noticed whilst poking around on #576

Before

cargo tree -i openssl --all-features
openssl v0.10.73
└── native-tls v0.2.14
    ├── hyper-tls v0.6.0
    │   └── reqwest v0.12.15
    │       └── object_store v0.12.4 (/home/raphael/repos/external/arrow-rs-object-store)
    │       [dev-dependencies]
    │       └── object_store v0.12.4 (/home/raphael/repos/external/arrow-rs-object-store)
    ├── reqwest v0.12.15 (*)
    └── tokio-native-tls v0.3.1
        ├── hyper-tls v0.6.0 (*)
        └── reqwest v0.12.15 (*)

After

$ cargo tree -i openssl --all-features
error: package ID specification `openssl` did not match any package

What changes are included in this PR?

Are there any user-facing changes?

regex = "1.11.1"
# The "gzip" feature for reqwest is enabled for an integration test.
reqwest = { version = "0.12", features = ["gzip"] }
reqwest = { version = "0.12", default-features = false, features = ["gzip"] }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this it will bring in the default TLS setup

@tustvold tustvold merged commit 65ad88b into apache:main Dec 13, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants