Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
build(deps): bump apalis-core from 0.4.4 to 0.4.5
Browse files Browse the repository at this point in the history
Bumps apalis-core from 0.4.4 to 0.4.5.

---
updated-dependencies:
- dependency-name: apalis-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 33433c3 commit 9030371
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ chrono.workspace = true
thiserror.workspace = true
futures-util = "0.3.28"

apalis-core = { version = "0.4.4", features = ["tokio-comp"] }
apalis-core = { version = "0.4.5", features = ["tokio-comp"] }
opentelemetry = "0.20.0"
rand_core = "0.6.4"
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/tasks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository.workspace = true

[dependencies]
anyhow.workspace = true
apalis-core = { version = "0.4.4", features = ["extensions", "tokio-comp", "storage"] }
apalis-core = { version = "0.4.5", features = ["extensions", "tokio-comp", "storage"] }
apalis-cron = "0.4.4"
async-stream = "0.3.5"
async-trait = "0.1.74"
Expand Down

0 comments on commit 9030371

Please sign in to comment.