Skip to content

Commit 96552f2

Browse files
committed
Removing unusued dependencies
1 parent 5984c15 commit 96552f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

common/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ regex = "1"
2929
serde = { workspace = true, features = ["rc"] }
3030
serde_json = { workspace = true }
3131
serde_with = { workspace = true, features = ["base64"] }
32-
tempfile = "3"
3332
tokio = { workspace = true }
3433
tracing = { workspace = true }
3534
futures = "0.3.31"
@@ -40,8 +39,6 @@ rayon = "1.11.0"
4039
cryptoxide = "0.5.1"
4140
thiserror = "2.0.17"
4241
sha2 = "0.10.8"
43-
caryatid_process = { workspace = true }
44-
config = { workspace = true }
4542

4643
[lib]
4744
crate-type = ["rlib"]

0 commit comments

Comments
 (0)