From 16f38519c7b29822a5579ec0e17acb6be91878d9 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Thu, 9 Sep 2021 18:30:47 -0700 Subject: [PATCH] typo: runtime->rt --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fa2e45..c42de45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ sdp-types = "0.1.3" smallvec = { version = "1.6.1", features = ["union"] } thiserror = "1.0.25" time = "0.1.43" -tokio = { version = "1.5.0", features = ["macros", "net", "runtime", "time"] } +tokio = { version = "1.5.0", features = ["macros", "net", "rt", "time"] } tokio-util = { version = "0.6.6", features = ["codec"] } url = "2.2.1"