]> Untitled Git - lemmy.git/commitdiff
Upgrade background_jobs to 0.9.1 #1820 (#1875)
authorDessalines <dessalines@users.noreply.github.com>
Tue, 2 Nov 2021 20:27:24 +0000 (16:27 -0400)
committerGitHub <noreply@github.com>
Tue, 2 Nov 2021 20:27:24 +0000 (20:27 +0000)
Cargo.lock
crates/api/Cargo.toml
crates/api_crud/Cargo.toml
crates/apub/Cargo.toml
crates/apub_lib/Cargo.toml
crates/db_schema/Cargo.toml
crates/websocket/Cargo.toml

index 9931aef1364f7a5570cfa3dee224f74f197d5bdd..2a9c5e8d14caeaa7e12dd41af03f8096380f2a87 100644 (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",
index 57a9406fbb6d827281d37f0837304ac243607729..8db08a013d082154e907ab33e328fc2da851a45c 100644 (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"] }
index c54e78eaa4b16fb98b61ae80c06bba4070d91340..266d1d90b284dd98633a05b399d31fc699348e12 100644 (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"
index 4b54c87d87a762c8af43067375ad7a03851a16fa..a70d143150b27e658d7d1feb77495c038aa58b5a 100644 (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"
\ No newline at end of file
+assert-json-diff = "2.0.1"
index 222660fe4d6a74ff736f6293885ea30a5c035877..c3835a12e8f86ed4475b83893dcf95cee0561603 100644 (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"
index 23c0fce90552d79f3a57fff66383ebbe56ce1535..21212835f957fd8fccdb8a89bac06773316b39bb 100644 (file)
@@ -28,4 +28,4 @@ sha2 = "0.9.8"
 bcrypt = "0.10.1"
 
 [dev-dependencies]
-serial_test = "0.5.1"
\ No newline at end of file
+serial_test = "0.5.1"
index edf09a55257344706262014b3fb1e7f685465454..3ea51b87e74968310b42063d37aed6c805c9adcf 100644 (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"