Skip to content

Commit

Permalink
Upgrade background_jobs to 0.9.1 #1820
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Nov 2, 2021
1 parent b18ea3e commit 9bd3c95
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion crates/api_crud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions crates/apub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/apub_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/db_schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ sha2 = "0.9.8"
bcrypt = "0.10.1"

[dev-dependencies]
serial_test = "0.5.1"
serial_test = "0.5.1"
2 changes: 1 addition & 1 deletion crates/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9bd3c95

Please sign in to comment.