mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 07:57:01 +00:00
improve code for reqwest feature
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ reqwest = { version = "0.12.19", default-features = false, features = [
|
|||||||
"rustls-tls",
|
"rustls-tls",
|
||||||
"charset",
|
"charset",
|
||||||
"http2",
|
"http2",
|
||||||
"macos-system-configuration",
|
"system-proxy",
|
||||||
"stream",
|
"stream",
|
||||||
"json",
|
"json",
|
||||||
"blocking",
|
"blocking",
|
||||||
|
|||||||
+1
-10
@@ -38,16 +38,7 @@ tracing-error = { workspace = true }
|
|||||||
tracing-opentelemetry = { workspace = true }
|
tracing-opentelemetry = { workspace = true }
|
||||||
tracing-subscriber = { workspace = true, features = ["registry", "std", "fmt", "env-filter", "tracing-log", "time", "local-time", "json"] }
|
tracing-subscriber = { workspace = true, features = ["registry", "std", "fmt", "env-filter", "tracing-log", "time", "local-time", "json"] }
|
||||||
tokio = { workspace = true, features = ["sync", "fs", "rt-multi-thread", "rt", "time", "macros"] }
|
tokio = { workspace = true, features = ["sync", "fs", "rt-multi-thread", "rt", "time", "macros"] }
|
||||||
reqwest = { workspace = true, optional = true, default-features = false, features = [
|
reqwest = { workspace = true, optional = true }
|
||||||
"rustls-tls",
|
|
||||||
"charset",
|
|
||||||
"http2",
|
|
||||||
"macos-system-configuration",
|
|
||||||
"stream",
|
|
||||||
"json",
|
|
||||||
"blocking",
|
|
||||||
"hickory-dns"
|
|
||||||
] }
|
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
sysinfo = { workspace = true }
|
sysinfo = { workspace = true }
|
||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user