From 6dbafe57700b39a6099578349f693e6f19125e33 Mon Sep 17 00:00:00 2001 From: MOZGIII Date: Wed, 7 Aug 2024 00:26:07 -0300 Subject: [PATCH] Drop unused serde --- Cargo.lock | 2 -- crates/cli/Cargo.toml | 1 - crates/installer/Cargo.toml | 1 - 3 files changed, 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be7e63b..ffcb5a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -509,7 +509,6 @@ dependencies = [ "humanode-distribution-resolver", "humanode-distribution-schema", "reqwest", - "serde", "serde_json", "serde_yaml", "thiserror", @@ -549,7 +548,6 @@ dependencies = [ "hex", "humanode-distribution-schema", "reqwest", - "serde", "sha2", "thiserror", "tokio", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index dd5d96e..1c9a28f 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -17,7 +17,6 @@ color-eyre = "0.6" eyre = "0.6" futures = "0.3" reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "socks"] } -serde = "1.0" serde_json = "1" serde_yaml = "0.9" thiserror = "1" diff --git a/crates/installer/Cargo.toml b/crates/installer/Cargo.toml index 4781d17..22a7ec1 100644 --- a/crates/installer/Cargo.toml +++ b/crates/installer/Cargo.toml @@ -12,7 +12,6 @@ digest = "0.10" futures = "0.3" hex = "0.4" reqwest = { version = "0.12", default-features = false } -serde = "1.0" sha2 = "0.10" thiserror = "1" tokio = { version = "1", features = ["fs"] }