Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
rm reqwest's features of rustls-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeicanyue committed Nov 15, 2023
1 parent 524cc35 commit 9522b46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 114 deletions.
113 changes: 0 additions & 113 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/mobeicanyue/Campus-Network-Master-Rust"

[dependencies]
serde_json = { version = "1.0", features = ["alloc"], default-features = false }
reqwest = { version = "0.11", features = ["blocking", "rustls-tls"], default-features = false }
reqwest = { version = "0.11", features = ["blocking"], default-features = false }

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 9522b46

Please sign in to comment.