Skip to content
Snippets Groups Projects
Verified Commit 0af38f09 authored by Vincent Lafeychine's avatar Vincent Lafeychine
Browse files

chore(cargo): Remove unused fs_extra dependency

parent 638e3315
No related branches found
No related tags found
1 merge request!39Update dependencies
...@@ -25,7 +25,6 @@ csv = "1" ...@@ -25,7 +25,6 @@ csv = "1"
datafrog = "2" datafrog = "2"
derive_more = { version = "1.0.0-beta.6", features = ["full"] } derive_more = { version = "1.0.0-beta.6", features = ["full"] }
env_logger = "0.11" env_logger = "0.11"
fs_extra = "1"
glob = "0.3" glob = "0.3"
indent_write = "2" indent_write = "2"
lazy_static = "1" lazy_static = "1"
...@@ -35,12 +34,12 @@ regex = "1" ...@@ -35,12 +34,12 @@ regex = "1"
rustc-hash = "1" rustc-hash = "1"
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
serde_json = "1" serde_json = "1"
shlex = "1.3"
syn = { version = "2", features = ["full", "parsing"] } syn = { version = "2", features = ["full", "parsing"] }
toml = "0.8" toml = "0.8"
topological-sort = "0.2" topological-sort = "0.2"
typed-arena = "2" typed-arena = "2"
unicode-xid = "0.2" unicode-xid = "0.2"
shlex = "1.3.0"
[workspace.package] [workspace.package]
edition = "2021" edition = "2021"
......
...@@ -24,7 +24,6 @@ translation.workspace = true ...@@ -24,7 +24,6 @@ translation.workspace = true
log.workspace = true log.workspace = true
env_logger.workspace = true env_logger.workspace = true
fs_extra.workspace = true
shlex.workspace = true shlex.workspace = true
[package.metadata.rust-analyzer] [package.metadata.rust-analyzer]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment