chore: remove unused dependencies in cargo.toml (#6561)

Signed-off-by: lsytj0413 <511121939@qq.com>
This commit is contained in:
Songlin Yang
2026-01-19 13:05:18 +08:00
committed by GitHub
parent 73a878821d
commit 63bf8eb439
4 changed files with 0 additions and 27 deletions
-2
View File
@@ -14,7 +14,6 @@ workspace = true
goose = { path = "../goose" }
goose-mcp = { path = "../goose-mcp" }
rmcp = { workspace = true }
schemars = "1.0"
axum = { version = "0.8.1", features = ["ws", "macros"] }
tokio = { workspace = true }
chrono = "0.4"
@@ -37,7 +36,6 @@ serde_yaml = "0.9.34"
utoipa = { version = "4.1", features = ["axum_extras", "chrono"] }
reqwest = { version = "0.12.9", features = ["json", "rustls-tls", "blocking", "multipart"], default-features = false }
tokio-util = "0.7.15"
uuid = { version = "1.11", features = ["v4"] }
serde_path_to_error = "0.1.20"
tokio-tungstenite = { version = "0.28.0", features = ["rustls-tls-native-roots"] }
url = "2.5.7"