examples: bump deps

This commit is contained in:
asonix 2022-11-19 14:41:31 -06:00
parent 8c09da73d6
commit 447aaf3092
4 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
actix-rt = "2.0.0"
anyhow = "1.0"
background-jobs = { version = "0.13.0", path = "../..", features = [
background-jobs = { version = "0.14.0", path = "../..", features = [
"error-logging",
] }
background-jobs-sled-storage = { version = "0.10.0", path = "../../jobs-sled" }

View file

@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
actix-rt = "2.0.0"
anyhow = "1.0"
background-jobs = { version = "0.13.0", path = "../..", features = [
background-jobs = { version = "0.14.0", path = "../..", features = [
"error-logging",
] }
background-jobs-sled-storage = { version = "0.10.0", path = "../../jobs-sled" }

View file

@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
actix-rt = "2.0.0"
anyhow = "1.0"
background-jobs = { version = "0.13.0", path = "../..", features = [
background-jobs = { version = "0.14.0", path = "../..", features = [
"error-logging",
] }
background-jobs-sled-storage = { version = "0.10.0", path = "../../jobs-sled" }

View file

@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
actix-rt = "2.0.0"
anyhow = "1.0"
background-jobs = { version = "0.13.0", path = "../..", features = [
background-jobs = { version = "0.14.0", path = "../..", features = [
"error-logging",
] }
background-jobs-sled-storage = { version = "0.10.0", path = "../../jobs-sled" }