From 9313ab8ff5969757c1a2624d33f6b9820112c0ac Mon Sep 17 00:00:00 2001 From: Heliozoa Date: Mon, 9 Sep 2024 12:17:30 +0300 Subject: [PATCH] Removed unused dependency --- Cargo.lock | 22 +--------------------- crates/tmc-langs-plugins/Cargo.toml | 1 - crates/tmc-langs/Cargo.toml | 1 - 3 files changed, 1 insertion(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4698fa3734..9530a5425a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" dependencies = [ - "heck 0.5.0", + "heck", "proc-macro2", "quote", "syn 2.0.77", @@ -878,12 +878,6 @@ version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" -[[package]] -name = "heck" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" - [[package]] name = "heck" version = "0.5.0" @@ -1101,18 +1095,6 @@ dependencies = [ "unicode-normalization", ] -[[package]] -name = "impl-enum" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fd48df611bdfc457ea8c24c8c26e5c9d64857454fa8221da7db463d134371f3" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "syn 2.0.77", -] - [[package]] name = "indexmap" version = "2.5.0" @@ -2337,7 +2319,6 @@ dependencies = [ "chrono", "dirs", "hmac", - "impl-enum", "jwt", "log", "md5", @@ -2514,7 +2495,6 @@ dependencies = [ name = "tmc-langs-plugins" version = "0.36.3" dependencies = [ - "impl-enum", "log", "simple_logger", "tar", diff --git a/crates/tmc-langs-plugins/Cargo.toml b/crates/tmc-langs-plugins/Cargo.toml index 2af818fa8e1..85551db1a8c 100644 --- a/crates/tmc-langs-plugins/Cargo.toml +++ b/crates/tmc-langs-plugins/Cargo.toml @@ -16,7 +16,6 @@ tmc-langs-notests.workspace = true tmc-langs-python3.workspace = true tmc-langs-r.workspace = true -impl-enum = "0.3.0" log = "0.4.14" tar = "0.4.38" thiserror = "1.0.30" diff --git a/crates/tmc-langs/Cargo.toml b/crates/tmc-langs/Cargo.toml index 6524d53a181..ec2918c1335 100644 --- a/crates/tmc-langs/Cargo.toml +++ b/crates/tmc-langs/Cargo.toml @@ -22,7 +22,6 @@ blake3 = "1.4.0" chrono = { version = "0.4.26", features = ["serde"] } dirs = "5.0.1" hmac = { version = "0.12.0", features = ["std"] } -impl-enum = "0.3.0" jwt = "0.16.0" log = "0.4.14" md5 = "0.7.0"