diff --git a/Cargo.lock b/Cargo.lock index 7b73d6b5f6..7468b53741 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4318,9 +4318,7 @@ dependencies = [ "git2", "lazy_static", "log", - "parking_lot", "pretty_assertions", - "rope", "serde", "serde_json", "smol", @@ -4329,7 +4327,6 @@ dependencies = [ "time", "unindent", "url", - "util", "windows 0.53.0", ] diff --git a/crates/git/Cargo.toml b/crates/git/Cargo.toml index 26585e2c0e..c839ee069e 100644 --- a/crates/git/Cargo.toml +++ b/crates/git/Cargo.toml @@ -24,9 +24,6 @@ text.workspace = true time.workspace = true url.workspace = true serde.workspace = true -rope.workspace = true -util.workspace = true -parking_lot.workspace = true windows.workspace = true [dev-dependencies]