From 505d134ce2a1725250b56f24a8649f35694f859b Mon Sep 17 00:00:00 2001 From: Emmanuel Bosquet Date: Mon, 4 Dec 2023 09:57:56 +0100 Subject: [PATCH] remove unused dependencies --- Cargo.lock | 4 ---- bin/Cargo.toml | 2 -- e2e/Cargo.toml | 1 - lib/Cargo.toml | 1 - 4 files changed, 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc443ac8c..6c555e694 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1904,11 +1904,9 @@ dependencies = [ "num_cpus", "paw", "prettytable-rs", - "rand", "regex", "serde", "serde_json", - "slab", "smol", "sozu-command-lib", "sozu-lib", @@ -1954,7 +1952,6 @@ dependencies = [ "libc", "mio", "rustls", - "slab", "sozu-command-lib", "sozu-lib", "time", @@ -1992,7 +1989,6 @@ dependencies = [ "thiserror", "time", "tiny_http", - "x509-parser", ] [[package]] diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 489c09b9f..eafd4c348 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -42,9 +42,7 @@ prettytable-rs = { version = "^0.10.0", default-features = false } serde = { version = "^1.0.188", features = ["derive"] } serde_json = "^1.0.107" time = "^0.3.29" -rand = "^0.8.5" regex = "^1.10.0" -slab = "^0.4.9" smol = "^1.3.0" tempfile = "^3.8.0" termion = "^2.0.1" diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index e590a2678..ec8bbf223 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -11,7 +11,6 @@ hyper-rustls = { version = "^0.24.1", default-features = false, features = ["web libc = "^0.2.149" mio = "^0.8.8" rustls = { version = "^0.21.7", features = ["dangerous_configuration"] } -slab = "^0.4.9" time = "^0.3.29" tokio = { version = "1.33.0", features = ["net", "rt-multi-thread"] } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 09eb639d5..e4cd94ede 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -51,7 +51,6 @@ slab = "^0.4.9" socket2 = { version = "^0.5.4", features = ["all"] } thiserror = "^1.0.49" time = "^0.3.29" -x509-parser = "^0.15.1" once_cell = "1.18.0" sozu-command-lib = { path = "../command", version = "^0.15.17" }