Skip to content

Commit 450ec03

Browse files
committed
update dependencies
1 parent c3ea0e7 commit 450ec03

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ tokio-comp = ["tokio", "sqlx/runtime-tokio-rustls"]
2222
tokio-comp-native-tls = ["tokio", "sqlx/runtime-tokio-native-tls"]
2323

2424
[dependencies]
25-
apalis-core = { version = "1.0.0-alpha.6", default-features = false, features = [
25+
apalis-core = { version = "1.0.0-alpha.7", default-features = false, features = [
2626
"sleep",
2727
"json",
28-
], path = "../apalis/packages/apalis-core" }
29-
apalis-sql = { version = "1.0.0-alpha.6", default-features = false, path = "../apalis/packages/apalis-sql" }
28+
] }
29+
apalis-sql = { version = "1.0.0-alpha.7", default-features = false }
3030
serde = { version = "1", features = ["derive"] }
3131
chrono = { version = "0.4", features = ["serde"] }
3232
pin-project = "1.1.10"
@@ -36,7 +36,7 @@ thiserror = "2"
3636
tokio = { version = "1", features = ["rt", "net"], optional = true }
3737
async-std = { version = "1.13.0", optional = true }
3838
ulid = { version = "1", features = ["serde"] }
39-
apalis-workflow = { version = "0.1.0-alpha.4", path = "../apalis/packages/apalis-workflow" }
39+
4040

4141
[dependencies.sqlx]
4242
version = "0.8.1"
@@ -46,6 +46,5 @@ features = ["chrono", "postgres", "json"]
4646
[dev-dependencies]
4747
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
4848
once_cell = "1.19.0"
49-
apalis-core = { version = "1.0.0-alpha.6", features = [
50-
"test-utils",
51-
], path = "../apalis/packages/apalis-core" }
49+
apalis-core = { version = "1.0.0-alpha.7", features = ["test-utils"] }
50+
apalis-workflow = { version = "0.1.0-alpha.5" }

0 commit comments

Comments
 (0)