mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-21 19:40:59 +00:00
Remove futures 0.1 dep, update sled
This commit is contained in:
parent
f75c6b8eb5
commit
248af5c783
2 changed files with 1 additions and 2 deletions
|
@ -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"] }
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue