Remove the unused `quote` crate.

I found this using `cargo-udeps`.
This commit is contained in:
Nicholas Nethercote 2020-06-17 09:56:52 +10:00 коммит произвёл Nathan Froyd
Родитель 0639dc2f5a
Коммит e71f302ae0
2 изменённых файлов: 0 добавлений и 2 удалений

1
Cargo.lock сгенерированный
Просмотреть файл

@ -2233,7 +2233,6 @@ dependencies = [
"number_prefix",
"openssl",
"predicates",
"quote 1.0.7",
"rand 0.5.6",
"redis",
"regex",

Просмотреть файл

@ -94,7 +94,6 @@ rouille = { version = "2.2", optional = true, default-features = false, features
syslog = { version = "5", optional = true }
void = { version = "1", optional = true }
version-compare = { version = "0.0.10", optional = true }
quote = "1.0.2"
[patch.crates-io]
# Waiting for #151 to make it into a release