Upgrade background_jobs to 0.9.1 #1820 (#1875)

This commit is contained in:
Dessalines 2021-11-02 16:27:24 -04:00 committed by GitHub
parent 87bc2763ce
commit d4753049d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 13 deletions

12
Cargo.lock generated
View file

@ -408,9 +408,9 @@ dependencies = [
[[package]]
name = "background-jobs"
version = "0.9.0"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8953ce13a4bc359900fca168b64e47d5f0af1c02f2d45527221babbb73a27"
checksum = "bb7df0fd6abf9d55139d4c9e569c0a8cd271ec265862c41bd215b46b36c52397"
dependencies = [
"background-jobs-actix",
"background-jobs-core",
@ -418,9 +418,9 @@ dependencies = [
[[package]]
name = "background-jobs-actix"
version = "0.9.3"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "709bf5f9fc7ac9d99166a519170bbc0a8f72bb37673c15172c09b4a12e339684"
checksum = "01ab01d8b4bdf0610ed50a51884c19d33d9c3e2c375085d7277b0a7865900d16"
dependencies = [
"actix-rt",
"anyhow",
@ -439,9 +439,9 @@ dependencies = [
[[package]]
name = "background-jobs-core"
version = "0.9.3"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19183dba9542792f7abd93c9078a93db49eb7b035d733bc135c2fac9ec822926"
checksum = "7afe8e2a2f2ceaf0d8d57d6d108a8a4d8c00510561ae103a4f395aa5dcec450c"
dependencies = [
"actix-rt",
"anyhow",

View file

@ -49,5 +49,5 @@ async-trait = "0.1.51"
captcha = "0.0.8"
anyhow = "1.0.44"
thiserror = "1.0.29"
background-jobs = "0.9.0"
background-jobs = "0.9.1"
reqwest = { version = "0.11.4", features = ["json"] }

View file

@ -44,6 +44,6 @@ sha2 = "0.9.8"
async-trait = "0.1.51"
anyhow = "1.0.44"
thiserror = "1.0.29"
background-jobs = "0.9.0"
background-jobs = "0.9.1"
reqwest = { version = "0.11.4", features = ["json"] }
webmention = "0.4.0"

View file

@ -47,11 +47,11 @@ sha2 = "0.9.8"
async-trait = "0.1.51"
anyhow = "1.0.44"
thiserror = "1.0.29"
background-jobs = "0.9.0"
background-jobs = "0.9.1"
reqwest = { version = "0.11.4", features = ["json"] }
html2md = "0.2.13"
lazy_static = "1.4.0"
[dev-dependencies]
serial_test = "0.5.1"
assert-json-diff = "2.0.1"
assert-json-diff = "2.0.1"

View file

@ -26,4 +26,4 @@ sha2 = "0.9.8"
actix-web = { version = "4.0.0-beta.9", default-features = false }
http-signature-normalization-actix = { version = "0.5.0-beta.10", default-features = false, features = ["server", "sha-2"] }
http-signature-normalization-reqwest = { version = "0.2.0", default-features = false, features = ["sha-2"] }
background-jobs = "0.9.0"
background-jobs = "0.9.1"

View file

@ -28,4 +28,4 @@ sha2 = "0.9.8"
bcrypt = "0.10.1"
[dev-dependencies]
serial_test = "0.5.1"
serial_test = "0.5.1"

View file

@ -26,7 +26,7 @@ serde_json = { version = "1.0.68", features = ["preserve_order"] }
actix = "0.12.0"
anyhow = "1.0.44"
diesel = "1.4.8"
background-jobs = "0.9.0"
background-jobs = "0.9.1"
tokio = "1.12.0"
strum = "0.21.0"
strum_macros = "0.21.1"