mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-21 19:40:59 +00:00
Bump env-logger in example
This commit is contained in:
parent
7b071278bc
commit
a2c149e406
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ async-trait = "0.1.24"
|
|||
background-jobs = { version = "0.9.0", path = "../.." }
|
||||
background-jobs-sled-storage = { version = "0.9.0", path = "../../jobs-sled" }
|
||||
chrono = "0.4"
|
||||
env_logger = "0.7"
|
||||
env_logger = "0.8"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
sled = "0.34"
|
||||
|
|
Loading…
Reference in a new issue