From 8513a24dd8ce96eb179825a8d9ae8ec7a612ed94 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:56:29 +0200 Subject: [PATCH] chore: Revert accidental pushes to main (#10769) This reverts two commits that I've just pushed to main instead of `move-repository-trait-into-git`. Mea culpa. Release Notes: - N/A --- Cargo.lock | 3 --- crates/git/Cargo.toml | 3 --- 2 files changed, 6 deletions(-) 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]