Remove unused deps

This commit is contained in:
asonix 2021-02-09 22:24:40 -06:00
parent eb21d411b3
commit af570c6581
2 changed files with 0 additions and 13 deletions

11
Cargo.lock generated
View file

@ -1944,7 +1944,6 @@ dependencies = [
"anyhow", "anyhow",
"async-mutex", "async-mutex",
"async-rwlock", "async-rwlock",
"async-trait",
"background-jobs", "background-jobs",
"base64 0.13.0", "base64 0.13.0",
"chrono", "chrono",
@ -1969,7 +1968,6 @@ dependencies = [
"sled", "sled",
"structopt", "structopt",
"thiserror", "thiserror",
"ttl_cache",
"uuid", "uuid",
] ]
@ -2731,15 +2729,6 @@ dependencies = [
"trust-dns-proto", "trust-dns-proto",
] ]
[[package]]
name = "ttl_cache"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4189890526f0168710b6ee65ceaedf1460c48a14318ceec933cb26baa492096a"
dependencies = [
"linked-hash-map 0.5.4",
]
[[package]] [[package]]
name = "typenum" name = "typenum"
version = "1.12.0" version = "1.12.0"

View file

@ -22,7 +22,6 @@ activitystreams-ext = "0.1.0-alpha.2"
ammonia = "3.1.0" ammonia = "3.1.0"
async-mutex = "1.0.1" async-mutex = "1.0.1"
async-rwlock = "1.3.0" async-rwlock = "1.3.0"
async-trait = "0.1.24"
background-jobs = "0.8.0" background-jobs = "0.8.0"
base64 = "0.13" base64 = "0.13"
chrono = "0.4.19" chrono = "0.4.19"
@ -46,7 +45,6 @@ sha2 = "0.9"
sled = "0.34.6" sled = "0.34.6"
structopt = "0.3.12" structopt = "0.3.12"
thiserror = "1.0" thiserror = "1.0"
ttl_cache = "0.5.1"
uuid = { version = "0.8", features = ["v4", "serde"] } uuid = { version = "0.8", features = ["v4", "serde"] }
[build-dependencies] [build-dependencies]