From c1062fd5e22d9039d8add5c6421b767763fa1dba Mon Sep 17 00:00:00 2001 From: hozan23 Date: Thu, 9 Nov 2023 11:46:31 +0300 Subject: delete unused dependencies from net crate --- net/Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'net/Cargo.toml') diff --git a/net/Cargo.toml b/net/Cargo.toml index b2cab58..de9b33b 100644 --- a/net/Cargo.toml +++ b/net/Cargo.toml @@ -9,13 +9,8 @@ edition.workspace = true karyons_core.workspace = true smol = "1.3.0" -async-trait = "0.1.74" -pin-project-lite = "0.2.13" +async-trait = "0.1.73" log = "0.4.20" bincode = { version="2.0.0-rc.3", features = ["derive"]} -chrono = "0.4.30" -rand = "0.8.5" thiserror = "1.0.47" -dirs = "5.0.1" url = "2.4.1" - -- cgit v1.2.3