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"