Skip to content

Commit c36f5c8

Browse files
committed
build(dist): replace native-tls with rustls
1 parent 48aab5e commit c36f5c8

File tree

2 files changed

+106
-116
lines changed

2 files changed

+106
-116
lines changed

Cargo.lock

Lines changed: 97 additions & 114 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netmito/Cargo.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,20 @@ path-clean = "1.0.1"
4242
priority-queue = "2.5.0"
4343
rand = "0.9.2"
4444
redis = { workspace = true }
45-
reqwest = { version = "0.12.23", features = ["json", "stream"] }
45+
reqwest = { version = "0.12.23", default-features = false, features = [
46+
"json",
47+
"stream",
48+
"http2",
49+
"charset",
50+
"rustls-tls",
51+
"system-proxy",
52+
] }
4653
roxmltree = "0.20.0"
4754
rpassword = "7.4.0"
4855
sea-orm = { version = "1.1.14", default-features = false, features = [
4956
"sqlx-postgres",
5057
"macros",
51-
"runtime-tokio-native-tls",
58+
"runtime-tokio-rustls",
5259
"with-json",
5360
"with-time",
5461
"with-uuid",

0 commit comments

Comments
 (0)