From b1b1d83659b679d7fa545b3c4db0aaa04a96a4bf Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Wed, 21 Sep 2022 10:45:04 +0000 Subject: [PATCH] Removes chunked-transfer from deps chunked-transfer was used in an old version of the test suite for a custom HTTP server. The test server was removed in bbd3857c70e321f1a563036c11deb184d439fb3e, hence the dependency was never used from that point on. --- teos/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/teos/Cargo.toml b/teos/Cargo.toml index 2e380984..4f25c94b 100644 --- a/teos/Cargo.toml +++ b/teos/Cargo.toml @@ -47,7 +47,6 @@ teos-common = { path = "../teos-common" } tonic-build = "0.6" [dev-dependencies] -chunked_transfer = "1.4" jsonrpc-http-server = "17.1.0" rand = "0.8.4" tempdir = "0.3.7"