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

Commit f1570de

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump the apalis group with 2 updates
Bumps the apalis group with 2 updates: apalis-core and apalis-cron. Updates `apalis-core` from 0.4.5 to 0.4.6 Updates `apalis-cron` from 0.4.5 to 0.4.6 --- updated-dependencies: - dependency-name: apalis-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: apalis - dependency-name: apalis-cron dependency-type: direct:production update-type: version-update:semver-patch dependency-group: apalis ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6532925 commit f1570de

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ chrono.workspace = true
1313
thiserror.workspace = true
1414
futures-util = "0.3.28"
1515

16-
apalis-core = { version = "0.4.5", features = ["tokio-comp"] }
16+
apalis-core = { version = "0.4.6", features = ["tokio-comp"] }
1717
opentelemetry.workspace = true
1818
rand_core = "0.6.4"
1919
serde.workspace = true

crates/tasks/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ repository.workspace = true
99

1010
[dependencies]
1111
anyhow.workspace = true
12-
apalis-core = { version = "0.4.5", features = ["extensions", "tokio-comp", "storage"] }
13-
apalis-cron = "0.4.5"
12+
apalis-core = { version = "0.4.6", features = ["extensions", "tokio-comp", "storage"] }
13+
apalis-cron = "0.4.6"
1414
async-stream = "0.3.5"
1515
async-trait = "0.1.74"
1616
chrono.workspace = true

0 commit comments

Comments
 (0)