From 76abcf0a34d19a1564a2da6c16c0f89e2bc1195f Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sat, 14 Dec 2024 03:17:34 -0800 Subject: [PATCH] validation: fs unneeded --- validation/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 6edf1ca..d3cbcc8 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -16,5 +16,5 @@ rust-grpc = { version = "1.0.3", registry = "strafesnet" } serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" siphasher = "1.0.1" -tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "fs", "signal"] } +tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "signal"] } tonic = "0.12.3"