From 0af38f0950979ac390b54af4b4b5d399327bee3e Mon Sep 17 00:00:00 2001 From: Vincent Lafeychine <vincent.lafeychine@proton.me> Date: Wed, 17 Apr 2024 09:27:36 +0200 Subject: [PATCH] chore(cargo): Remove unused fs_extra dependency --- rr_frontend/Cargo.toml | 3 +-- rr_frontend/refinedrust_frontend/Cargo.toml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/rr_frontend/Cargo.toml b/rr_frontend/Cargo.toml index 86af7818..2e0d345b 100644 --- a/rr_frontend/Cargo.toml +++ b/rr_frontend/Cargo.toml @@ -25,7 +25,6 @@ csv = "1" datafrog = "2" derive_more = { version = "1.0.0-beta.6", features = ["full"] } env_logger = "0.11" -fs_extra = "1" glob = "0.3" indent_write = "2" lazy_static = "1" @@ -35,12 +34,12 @@ regex = "1" rustc-hash = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" +shlex = "1.3" syn = { version = "2", features = ["full", "parsing"] } toml = "0.8" topological-sort = "0.2" typed-arena = "2" unicode-xid = "0.2" -shlex = "1.3.0" [workspace.package] edition = "2021" diff --git a/rr_frontend/refinedrust_frontend/Cargo.toml b/rr_frontend/refinedrust_frontend/Cargo.toml index cdaa95be..318d54dd 100644 --- a/rr_frontend/refinedrust_frontend/Cargo.toml +++ b/rr_frontend/refinedrust_frontend/Cargo.toml @@ -24,7 +24,6 @@ translation.workspace = true log.workspace = true env_logger.workspace = true -fs_extra.workspace = true shlex.workspace = true [package.metadata.rust-analyzer] -- GitLab