Skip to content

Commit dfc2e8f

Browse files
committed
cargo shear --fix
1 parent 6d2481d commit dfc2e8f

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Cargo.toml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ anyhow = "1.0.98"
3737
assert2 = "0.3.16"
3838
assertables = "9.8.1"
3939
attohttpc = { version = "0.30.1", features = ["tls-native", "tls-native-vendored"], default-features = false }
40-
backon = "1.3.0"
4140
base64 = "0.22.1"
4241
bincode = "2.0.1"
4342
bindgen = "0.72.1"
@@ -46,12 +45,10 @@ bstr = { version = "1.12.0", default-features = false, features = ["alloc", "std
4645
bumpalo = { version = "3.17.0", features = ["allocator-api2"] }
4746
bytemuck = { version = "1.23.0", features = ["extern_crate_alloc", "must_cast"] }
4847
cc = "1.2.39"
49-
clap = "4.5.40"
5048
color-eyre = "0.6.5"
5149
compact_str = "0.9.0"
5250
const_format = "0.2.34"
5351
constcat = "0.6.1"
54-
criterion = { version = "0.7", features = ["html_reports"] }
5552
crossterm = { version = "0.29.0", features = ["event-stream"] }
5653
csv-async = { version = "1.3.1", features = ["tokio"] }
5754
ctor = "0.6"
@@ -71,9 +68,6 @@ fspy_test_utils = { path = "crates/fspy_test_utils" }
7168
futures = "0.3.31"
7269
futures-core = "0.3.31"
7370
futures-util = "0.3.31"
74-
hex = "0.4.3"
75-
httpmock = "0.7"
76-
indoc = "2.0.5"
7771
itertools = "0.14.0"
7872
libc = "0.2.172"
7973
memmap2 = "0.9.7"
@@ -83,24 +77,19 @@ os_str_bytes = "7.1.1"
8377
ouroboros = "0.18.5"
8478
owo-colors = "4.1.0"
8579
passfd = { git = "https://github.com/polachok/passfd", rev = "d55881752c16aced1a49a75f9c428d38d3767213", default-features = false }
86-
pathdiff = "0.2.3"
8780
petgraph = "0.8.2"
8881
phf = { version = "0.11.3", features = ["macros"] }
8982
portable-pty = "0.9.0"
9083
rand = "0.9.1"
9184
ratatui = "0.29.0"
9285
rayon = "1.10.0"
9386
ref-cast = "1.0.24"
94-
reqwest = { version = "0.12", default-features = false }
9587
rusqlite = "0.37.0"
9688
rustc-hash = "2.1.1"
9789
seccompiler = { git = "https://github.com/branchseer/seccompiler", branch = "seccomp-action-raw" }
98-
semver = "1.0.26"
9990
serde = "1.0.219"
10091
serde_json = "1.0.140"
10192
serde_yml = "0.0.12"
102-
serial_test = "3.2.0"
103-
sha1 = "0.10.6"
10493
sha2 = "0.10.9"
10594
shared_memory = "0.12.4"
10695
shell-escape = "0.1.5"
@@ -121,12 +110,9 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter", "serde"] }
121110
tui-term = "0.2.0"
122111
twox-hash = "2.1.1"
123112
uuid = "1.18.1"
124-
vite_error = { path = "crates/vite_error" }
125113
vite_glob = { path = "crates/vite_glob" }
126-
vite_install = { path = "crates/vite_install" }
127114
vite_path = { path = "crates/vite_path" }
128115
vite_str = { path = "crates/vite_str" }
129-
vite_task = { path = "crates/vite_task" }
130116
vite_workspace = { path = "crates/vite_workspace" }
131117
wax = "0.6.0"
132118
which = "7.0.3"
@@ -135,10 +121,6 @@ winapi = "0.3.9"
135121
winsafe = { version = "0.0.24", features = ["kernel"] }
136122
xxhash-rust = { version = "0.8.15", features = ["const_xxh3"] }
137123

138-
napi = { version = "3.0.0", default-features = false, features = ["async", "error_anyhow"] }
139-
napi-build = "2"
140-
napi-derive = { version = "3.0.0", default-features = false, features = ["type-def", "strict"] }
141-
142124
[workspace.metadata.cargo-shear]
143125
# These are artifact dependencies. They are not directly `use`d in Rust code.
144126
ignored = ["fspy_preload_unix", "fspy_preload_windows", "fspy_test_bin"]

0 commit comments

Comments
 (0)