From 39faf72f81ce13a36dab15e15aa8fcda8c1f4dd0 Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Thu, 29 Aug 2024 12:23:48 +0200 Subject: [PATCH] Remove unused dependencies Signed-off-by: Ryan Levick --- Cargo.lock | 9 --------- Cargo.toml | 2 -- crates/loader/Cargo.toml | 1 - supply-chain/config.toml | 4 ---- 4 files changed, 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf202e7a3..a4aa030ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2107,12 +2107,6 @@ version = "0.15.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" -[[package]] -name = "dunce" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" - [[package]] name = "dyn-clone" version = "1.0.17" @@ -7106,7 +7100,6 @@ dependencies = [ "ctrlc", "dialoguer 0.10.4", "dirs 4.0.0", - "dunce", "futures", "glob", "hex", @@ -7166,7 +7159,6 @@ dependencies = [ "watchexec", "watchexec-filterer-globset", "which", - "wit-component 0.19.1", ] [[package]] @@ -7694,7 +7686,6 @@ dependencies = [ "async-trait", "bytes", "dirs 4.0.0", - "dunce", "futures", "glob", "indexmap 1.9.3", diff --git a/Cargo.toml b/Cargo.toml index 171d57d3d..c656a3077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,6 @@ command-group = "2.1" ctrlc = { version = "3.2", features = ["termination"] } dialoguer = "0.10" dirs = "4.0" -dunce = "1.0" futures = "0.3" glob = "0.3.1" indicatif = "0.17.3" @@ -107,7 +106,6 @@ vergen = { version = "^8.2.1", default-features = false, features = [ "gitcl", "cargo", ] } -wit-component = "0.19.0" [features] default = ["llm"] diff --git a/crates/loader/Cargo.toml b/crates/loader/Cargo.toml index c56899882..c7d29dd08 100644 --- a/crates/loader/Cargo.toml +++ b/crates/loader/Cargo.toml @@ -9,7 +9,6 @@ anyhow = "1" async-trait = "0.1.52" bytes = "1.1.0" dirs = "4.0" -dunce = "1.0" futures = "0.3.17" glob = "0.3.0" indexmap = { version = "1" } diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 27eaaba2c..70874b73d 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -464,10 +464,6 @@ criteria = "safe-to-deploy" version = "0.15.6" criteria = "safe-to-deploy" -[[exemptions.dunce]] -version = "1.0.3" -criteria = "safe-to-deploy" - [[exemptions.ed25519]] version = "1.5.3" criteria = "safe-to-deploy"