From 5dffe4d4f3371f2ac79559595493630cc320323a Mon Sep 17 00:00:00 2001 From: deedy5 <65482418+deedy5@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:15:25 +0300 Subject: [PATCH] build: remove unused dependencies --- Cargo.lock | 3 --- Cargo.toml | 3 --- 2 files changed, 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b228c80..8f78714 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1089,12 +1089,10 @@ name = "primp" version = "0.14.0" dependencies = [ "anyhow", - "bytes", "encoding_rs", "foldhash", "html2text", "http", - "http-body", "http-body-util", "indexmap", "mime", @@ -1106,7 +1104,6 @@ dependencies = [ "tokio", "tokio-util", "tracing", - "url", "webpki-root-certs", ] diff --git a/Cargo.toml b/Cargo.toml index 848a2a5..0eaabcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,15 +33,12 @@ indexmap = { version = "2.7.1", features = ["serde"] } tokio = { version = "1.43.0", features = ["full"] } tokio-util = { version = "0.7.13", features = ["codec"] } # for multipart html2text = "0.14.0" -bytes = "1.10.0" pythonize = "0.23.0" serde_json = "1.0.139" webpki-root-certs = "0.26.8" http-body-util = "0.1.2" -http-body = "1.0.1" http = "1.2.0" mime = "0.3.17" -url = "2.5.4" [profile.release] codegen-units = 1