Skip to content

Commit cfe8257

Browse files
deps(deps): Bump apalis-core from 1.0.0-alpha.1 to 1.0.0-alpha.5
Bumps [apalis-core](https://github.com/geofmureithi/apalis) from 1.0.0-alpha.1 to 1.0.0-alpha.5. - [Release notes](https://github.com/geofmureithi/apalis/releases) - [Changelog](https://github.com/geofmureithi/apalis/blob/main/CHANGELOG.md) - [Commits](https://github.com/geofmureithi/apalis/commits) --- updated-dependencies: - dependency-name: apalis-core dependency-version: 1.0.0-alpha.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fcfcfc9 commit cfe8257

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tokio-comp = ["tokio", "sqlx/runtime-tokio-rustls"]
1616
tokio-comp-native-tls = ["tokio", "sqlx/runtime-tokio-native-tls"]
1717

1818
[dependencies]
19-
apalis-core = { version = "1.0.0-alpha.1", default-features = false, features = [
19+
apalis-core = { version = "1.0.0-alpha.5", default-features = false, features = [
2020
"sleep",
2121
"json",
2222
] }
@@ -38,4 +38,4 @@ features = ["chrono", "postgres", "json"]
3838
[dev-dependencies]
3939
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
4040
once_cell = "1.19.0"
41-
apalis-core = { version = "1.0.0-alpha.1", features = ["test-utils"] }
41+
apalis-core = { version = "1.0.0-alpha.5", features = ["test-utils"] }

0 commit comments

Comments
 (0)