examples: update jobs dep

This commit is contained in:
asonix 2024-07-09 16:06:37 -05:00
parent b933fa2ef2
commit b20c3718ee
8 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
actix-rt = "2.0.0"
background-jobs = { version = "0.18.0", path = "../..", features = [ "error-logging", "sled" ] }
background-jobs = { version = "0.19.0", path = "../..", features = [ "error-logging", "sled" ] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
serde = { version = "1.0", features = ["derive"] }

View file

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
actix-rt = "2.0.0"
background-jobs = { version = "0.18.0", path = "../..", features = [
background-jobs = { version = "0.19.0", path = "../..", features = [
"error-logging",
"sled",
] }

View file

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
actix-rt = "2.0.0"
background-jobs = { version = "0.18.0", path = "../..", features = [ "error-logging", "sled" ] }
background-jobs = { version = "0.19.0", path = "../..", features = [ "error-logging", "sled" ] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
serde = { version = "1.0", features = ["derive"] }

View file

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
actix-rt = "2.0.0"
background-jobs = { version = "0.18.0", path = "../..", features = [ "error-logging", "sled"] }
background-jobs = { version = "0.19.0", path = "../..", features = [ "error-logging", "sled"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
serde = { version = "1.0", features = ["derive"] }

View file

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
actix-rt = "2.0.0"
background-jobs = { version = "0.18.0", path = "../..", features = [ "error-logging", "sled" ] }
background-jobs = { version = "0.19.0", path = "../..", features = [ "error-logging", "sled" ] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
serde = { version = "1.0", features = ["derive"] }

View file

@ -7,7 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
background-jobs = { version = "0.18.0", path = "../..", default-features = false, features = [ "error-logging", "sled", "tokio" ] }
background-jobs = { version = "0.19.0", path = "../..", default-features = false, features = [ "error-logging", "sled", "tokio" ] }
time = "0.3"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"

View file

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
actix-rt = "2.9.0"
background-jobs = { version = "0.18.0", features = ["postgres"], path = "../.." }
background-jobs = { version = "0.19.0", features = ["postgres"], path = "../.." }
serde = { version = "1.0.195", features = ["derive"] }
tokio = { version = "1.35.1", features = ["full"] }
tracing = "0.1.40"

View file

@ -7,7 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
background-jobs = { version = "0.18.0", path = "../..", default-features = false, features = [ "error-logging", "sled", "tokio"] }
background-jobs = { version = "0.19.0", path = "../..", default-features = false, features = [ "error-logging", "sled", "tokio"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }