From 8010aff44bb8e551988755b8174e870c61dc655f Mon Sep 17 00:00:00 2001 From: konstin Date: Wed, 30 Oct 2024 11:05:45 +0100 Subject: [PATCH] Remove unused dependencies --- Cargo.lock | 19 ------------------- Cargo.toml | 4 ---- 2 files changed, 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b2fd45..cbd29ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,12 +94,6 @@ dependencies = [ "hashbrown", ] -[[package]] -name = "indoc" -version = "2.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" - [[package]] name = "insta" version = "1.41.0" @@ -207,11 +201,8 @@ version = "0.9.1" dependencies = [ "boxcar", "indexmap", - "indoc", "insta", "itertools", - "log", - "once_cell", "pep440_rs", "regex", "rustc-hash", @@ -219,7 +210,6 @@ dependencies = [ "serde", "serde_json", "smallvec", - "testing_logger", "thiserror", "tracing", "tracing-test", @@ -414,15 +404,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "testing_logger" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d92b727cb45d33ae956f7f46b966b25f1bc712092aeef9dba5ac798fc89f720" -dependencies = [ - "log", -] - [[package]] name = "thiserror" version = "1.0.65" diff --git a/Cargo.toml b/Cargo.toml index a4ac001..8a02ad2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,6 @@ collapsible_if = "allow" boxcar = "0.2.6" indexmap = "2.6.0" itertools = "0.13.0" -once_cell = "1.19.0" pep440_rs = { version = "0.7.2", features = ["version-ranges"] } regex = "1.10.4" rustc-hash = "2.0.0" @@ -35,11 +34,8 @@ urlencoding = "2.1.3" version-ranges = "0.1.0" [dev-dependencies] -indoc = "2.0.5" insta = "1.41.0" -log = "0.4.22" serde_json = "1.0.116" -testing_logger = "0.1.1" tracing-test = "0.2.5" [features]