Skip to content

Commit 7545afe

Browse files
committed
[dependencies] removed unused dependencies
ran cargo +nightly udeps to find then remove unused dependencies Signed-off-by: danbugs <[email protected]>
1 parent 558915f commit 7545afe

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/hyperlight_host/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ once_cell = { version = "1.18.0" }
3838
tracing = { version = "0.1.37", features = ["log"] }
3939
tracing-log = "0.2.0"
4040
tracing-core = "0.1.31"
41-
uuid = { version = "1.4.1", features = ["v4"] }
4241
hyperlight-common = { workspace = true, default-features = true }
43-
rust-embed = { version = "8.3.0", features = ["debug-embed", "include-exclude", "interpolate-folder-path"] }
44-
sha256 = "1.4.0"
4542
vmm-sys-util = "0.12.1"
4643
crossbeam = "0.8.0"
4744
crossbeam-channel = "0.5.8"

src/hyperlight_testing/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ edition = "2021"
44

55
[dependencies]
66
anyhow = "1.0.72"
7-
hex-literal = "0.4"
87
log = "0.4"
98
once_cell = "1.19"
109
tracing = { version = "0.1.37", features = ["log"] }
1110
tracing-log = "0.2.0"
12-
tracing-subscriber = {version = "0.3.3", features = ["std", "env-filter"]}
1311
tracing-core = "0.1.17"
1412
tracing-serde = "0.1"
1513
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)