upgrade version

This commit is contained in:
houseme
2025-06-06 13:49:31 +08:00
parent 6ea770b6c8
commit a394a3163f
4 changed files with 35 additions and 25 deletions
+10 -1
View File
@@ -38,7 +38,16 @@ tracing-error = { workspace = true }
tracing-opentelemetry = { workspace = true }
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"] }
reqwest = { workspace = true, optional = true, default-features = false }
reqwest = { workspace = true, optional = true, default-features = false, features = [
"rustls-tls",
"charset",
"http2",
"macos-system-configuration",
"stream",
"json",
"blocking",
"hickory-dns"
] }
serde_json = { workspace = true }
sysinfo = { workspace = true }
thiserror = { workspace = true }