From f8841921ec82c97eb9a353400c60ab4a6efaa1de Mon Sep 17 00:00:00 2001 From: Bastian Gruber Date: Mon, 1 May 2023 07:48:03 +0200 Subject: [PATCH] Cleanup dependencies --- problem_03/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/problem_03/Cargo.toml b/problem_03/Cargo.toml index 7d9c26b..86c5858 100644 --- a/problem_03/Cargo.toml +++ b/problem_03/Cargo.toml @@ -12,7 +12,6 @@ name = "client" path = "bin/client.rs" [dependencies] -anyhow = "1.0.70" futures = "0.3.28" tokio = { version = "1.14.0", features = ["full"] } tokio-util = { version = "0.7.4", features = ["codec"] }