aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 0 insertions, 20 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a2d5db6..e45116d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -844,8 +844,6 @@ dependencies = [
"native-tls",
"opus",
"serde",
- "strum",
- "strum_macros",
"tokio",
"tokio-native-tls",
"tokio-util",
@@ -1472,24 +1470,6 @@ dependencies = [
]
[[package]]
-name = "strum"
-version = "0.20.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"
-
-[[package]]
-name = "strum_macros"
-version = "0.20.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"
-dependencies = [
- "heck",
- "proc-macro2",
- "quote",
- "syn",
-]
-
-[[package]]
name = "syn"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"