Remove futures 0.1 dep, update sled

This commit is contained in:
asonix 2020-03-21 12:18:15 -05:00
parent f75c6b8eb5
commit 248af5c783
2 changed files with 1 additions and 2 deletions

View file

@ -14,5 +14,5 @@ async-trait = "0.1.24"
background-jobs = { version = "0.8.0-alpha.0", path = "../.." }
env_logger = "0.7"
futures = "0.3"
sled-extensions = "0.2.0"
sled-extensions = { version = "0.3.0-alpha.0", git = "https://git.asonix.dog/Aardwolf/sled-extensions" }
serde = { version = "1.0", features = ["derive"] }

View file

@ -16,7 +16,6 @@ anyhow = "1.0"
async-trait = "0.1.24"
background-jobs-core = { version = "0.7", path = "../jobs-core" }
chrono = "0.4"
futures = "0.1"
log = "0.4"
num_cpus = "1.10.0"
rand = "0.7.0"