diff --git a/Cargo.toml b/Cargo.toml index 98a4e5e..3314644 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,9 +38,6 @@ async-trait = "0.1" # fs/network kxio = { version = "1.2" } -# fs -tempfile = "3.10" - # TOML parsing serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index d97d9d7..17b41f2 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -24,9 +24,6 @@ github = [] # # # fs/network # kxio = { workspace = true } -# -# # fs -# tempfile = { workspace = true } # TOML parsing serde = { workspace = true } diff --git a/crates/git/Cargo.toml b/crates/git/Cargo.toml index da09dec..65cbb65 100644 --- a/crates/git/Cargo.toml +++ b/crates/git/Cargo.toml @@ -26,9 +26,6 @@ gix = { workspace = true } # # # fs/network # kxio = { workspace = true } -# -# # fs -# tempfile = { workspace = true } # # TOML parsing # serde = { workspace = true } diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 43b80e3..5368bb3 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -28,9 +28,6 @@ async-trait = { workspace = true } # fs/network kxio = { workspace = true } -# fs -tempfile = { workspace = true } - # TOML parsing serde = { workspace = true } serde_json = { workspace = true }