chore: remove duplicate mcp-types declaration in Cargo.toml

This commit is contained in:
Michael Bolin
2026-02-01 08:59:43 -08:00
parent 700a29e157
commit d11ca91487
2 changed files with 73 additions and 10 deletions

80
MODULE.bazel.lock generated

File diff suppressed because one or more lines are too long

View File

@@ -31,9 +31,9 @@ codex-rmcp-client = { workspace = true }
codex-utils-absolute-path = { workspace = true }
codex-utils-json-to-toml = { workspace = true }
chrono = { workspace = true }
mcp-types = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
mcp-types = { workspace = true }
tempfile = { workspace = true }
time = { workspace = true }
toml = { workspace = true }
@@ -57,7 +57,6 @@ axum = { workspace = true, default-features = false, features = [
] }
base64 = { workspace = true }
core_test_support = { workspace = true }
mcp-types = { workspace = true }
os_info = { workspace = true }
pretty_assertions = { workspace = true }
rmcp = { workspace = true, default-features = false, features = [