*/Cargo.toml: remove dead lines

This commit is contained in:
Astro 2023-10-12 21:04:19 +02:00
parent 33e6d64c65
commit d9363e63e2
2 changed files with 0 additions and 6 deletions

View File

@ -8,12 +8,9 @@ futures = "0.3"
tokio = { version = "1", features = ["full", "tracing"] }
reqwest = { version = "0.11", features = ["json", "deflate", "gzip", "trust-dns"] }
serde = { version = "1", features = ["derive"] }
# serde_yaml = "0.9"
serde_json = "1"
chrono = "0.4"
# redis = { version = "0.22", features = ["tokio-comp", "connection-manager"] }
tracing = "0.1"
# systemd = "0.10"
cave = { path = "../cave" }
rand = "0.8"
texting_robots = "0.2"

View File

@ -9,11 +9,8 @@ tokio = { version = "1", features = ["full", "tracing"] }
tokio-uring = "0.4"
reqwest = { version = "0.11", features = ["json", "deflate", "gzip", "trust-dns"] }
serde = { version = "1", features = ["derive"] }
# serde_yaml = "0.9"
chrono = "0.4"
# redis = { version = "0.22", features = ["tokio-comp", "connection-manager"] }
tracing = "0.1"
# systemd = "0.10"
cave = { path = "../cave" }
rand = "0.8"
texting_robots = "0.2"