[PR #255] [MERGED] test: remove dependency on native tls #538

Closed
opened 2026-04-08 16:53:20 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/255
Author: @figsoda
Created: 8/15/2023
Status: Merged
Merged: 8/15/2023
Merged by: @sigoden

Base: mainHead: test


📝 Commits (1)

  • 1ff6a0b test: remove dependency on native tls

📊 Changes

2 files changed (+2 additions, -159 deletions)

View changed files

📝 Cargo.lock (+0 -157)
📝 Cargo.toml (+2 -2)

📄 Description

We are already using rustls for everything else, so we might as well use rustls too for diqwest, so we don't depend on pkg-config and openssl on linux.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/255 **Author:** [@figsoda](https://github.com/figsoda) **Created:** 8/15/2023 **Status:** ✅ Merged **Merged:** 8/15/2023 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `test` --- ### 📝 Commits (1) - [`1ff6a0b`](https://github.com/sigoden/dufs/commit/1ff6a0b95ea3b763e655276ed1d9c53f11cf7b2f) test: remove dependency on native tls ### 📊 Changes **2 files changed** (+2 additions, -159 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+0 -157) 📝 `Cargo.toml` (+2 -2) </details> ### 📄 Description We are already using rustls for everything else, so we might as well use rustls too for diqwest, so we don't depend on pkg-config and openssl on linux. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:20 +03:00
zhus closed this issue 2026-04-08 16:53:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#538