From 2574784ad37ab1fcc7115ebf2b67e269429affec Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Thu, 30 Jul 2026 02:37:10 +0900 Subject: [PATCH] remove smol-hyper --- Cargo.lock | 35 ----------------------------------- dash-frontend/Cargo.toml | 1 - 2 files changed, 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee28ae54..772d3f32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1434,7 +1434,6 @@ dependencies = [ "serde", "serde_json", "smol", - "smol-hyper", "strum", "ureq", "uuid", @@ -2371,18 +2370,6 @@ version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15" -[[package]] -name = "hyper" -version = "1.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" -dependencies = [ - "bytes", - "http", - "http-body", - "tokio", -] - [[package]] name = "iana-time-zone" version = "0.1.65" @@ -5475,19 +5462,6 @@ dependencies = [ "futures-lite", ] -[[package]] -name = "smol-hyper" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7428a49d323867702cd12b97b08a6b0104f39ec13b49117911f101271321bc1a" -dependencies = [ - "async-executor", - "async-io", - "futures-io", - "hyper", - "pin-project-lite", -] - [[package]] name = "smol_str" version = "0.2.2" @@ -5907,15 +5881,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" -[[package]] -name = "tokio" -version = "1.52.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" -dependencies = [ - "pin-project-lite", -] - [[package]] name = "toml" version = "1.1.2+spec-1.1.0" diff --git a/dash-frontend/Cargo.toml b/dash-frontend/Cargo.toml index bfe5064b..075ba9ab 100644 --- a/dash-frontend/Cargo.toml +++ b/dash-frontend/Cargo.toml @@ -31,7 +31,6 @@ keyvalues-parser = { rev = "fc6dcbea9eb13cacb98dea40063f6f56cde6e145" } lz4_flex = { version = "0.13.1", features = ["frame"] } -smol-hyper = "0.1.1" ureq = "3.3.0" [features]