From b822d30c1ef6ea616c4898bc856f212d59ae2d2b Mon Sep 17 00:00:00 2001 From: Titouan Rigoudy Date: Mon, 15 Nov 2021 09:06:50 +0100 Subject: [PATCH] Remove useless dependency from proto crate. --- Cargo.lock | 1 - proto/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa9f4d9..a8370a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -760,7 +760,6 @@ dependencies = [ name = "solstice-proto" version = "0.1.0" dependencies = [ - "anyhow", "async-stream", "bytes", "encoding_rs", diff --git a/proto/Cargo.toml b/proto/Cargo.toml index 278b477..4844b04 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -5,7 +5,6 @@ authors = ["letitz"] edition = "2021" [dependencies] -anyhow = "^1.0" async-stream = "^0.3" bytes = "^1.0" encoding_rs = "^0.8"