diff --git a/Cargo.lock b/Cargo.lock index 519069a..b6b039f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,6 @@ dependencies = [ "crossterm", "libc", "notify", - "once_cell", "parking_lot", "ropey", "syntect", diff --git a/Cargo.toml b/Cargo.toml index 8993d1d..f22bc5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ parking_lot = "0.12" ropey = "1.6" toml = "0.7" yacexits = "0.1.5" -once_cell = "1.17.1" [dependencies.syntect] version = "5"