Skip to content

build(deps): minimize out-of-the-box dependencies - #902

Merged
0x676e67 merged 2 commits into
mainfrom
deps
Aug 17, 2025
Merged

build(deps): minimize out-of-the-box dependencies#902
0x676e67 merged 2 commits into
mainfrom
deps

Conversation

@0x676e67

Copy link
Copy Markdown
Owner

close: #901

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR reduces the default dependencies by removing charset and system-proxy from the default feature set, keeping only webpki-roots enabled by default. This change minimizes out-of-the-box dependencies while still maintaining essential TLS certificate functionality.

  • Removed charset and system-proxy from default features in Cargo.toml
  • Updated documentation to reflect that these features are no longer enabled by default

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Cargo.toml Removes charset and system-proxy from the default feature list
src/lib.rs Updates feature documentation to remove "enabled by default" annotations for affected features

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@0x676e67
0x676e67 marked this pull request as ready for review August 16, 2025 13:53
@0x676e67
0x676e67 merged commit 5b68106 into main Aug 17, 2025
50 of 54 checks passed
@0x676e67
0x676e67 deleted the deps branch August 17, 2025 03:31
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.

Use minimal out-of-the-box dependencies

2 participants