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"] }