Skip to content

Commit a498127

Browse files
committed
remove unused dependencies
# Conflicts: # Cargo.lock
1 parent 16cb4e4 commit a498127

3 files changed

Lines changed: 1 addition & 23 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fspy/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ tokio = { workspace = true, features = ["bytes"] }
2929
[target.'cfg(unix)'.dependencies]
3030
fspy_preload_unix = { workspace = true }
3131
fspy_shared_unix = { workspace = true }
32-
memmap2 = { workspace = true }
3332
nix = { workspace = true, features = ["fs", "process", "socket", "feature"] }
34-
passfd = { git = "https://github.com/polachok/passfd", features = ["async"] }
35-
36-
[target.'cfg(target_os = "macos")'.dependencies]
37-
phf = { workspace = true }
3833

3934
[target.'cfg(target_os = "windows")'.dependencies]
4035
fspy_detours_sys = { workspace = true }

crates/fspy_preload_unix/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ publish = false
77
crate-type = ["cdylib"]
88

99
[target.'cfg(target_os = "linux")'.dependencies]
10-
const_format = { workspace = true }
1110
fspy_seccomp_unotify = { workspace = true, features = ["target"] }
1211
syscalls = { workspace = true }
1312

@@ -22,6 +21,5 @@ fspy_shared_unix = { workspace = true }
2221
libc = { workspace = true }
2322
memmap2 = { workspace = true }
2423
nix = { workspace = true, features = ["signal", "fs", "socket", "mman", "time"] }
25-
passfd = { workspace = true }
2624
ref-cast = { workspace = true }
2725
which = { workspace = true }

0 commit comments

Comments
 (0)