@@ -26,11 +26,11 @@ features = ["chrono", "sqlite"]
2626[dependencies ]
2727serde = { version = " 1" , features = [" derive" ] }
2828serde_json = { version = " 1" }
29- apalis-core = { version = " 1.0.0-alpha.4 " , default-features = false , features = [
29+ apalis-core = { version = " 1.0.0-alpha.6 " , default-features = false , features = [
3030 " sleep" ,
3131 " json" ,
32- ], git = " https://github.com/geofmureithi/apalis.git " , branch = " chore/traits-expansion " }
33- apalis-workflow = { version = " 0.1.0-alpha.3 " , git = " https://github.com/geofmureithi/apalis.git " , branch = " chore/traits-expansion " }
32+ ] }
33+ apalis-workflow = { version = " 0.1.0-alpha.4 " }
3434log = " 0.4.21"
3535futures = " 0.3.30"
3636tokio = { version = " 1" , features = [" rt" , " net" ], optional = true }
@@ -46,10 +46,8 @@ bytes = "1.1.0"
4646
4747[dev-dependencies ]
4848tokio = { version = " 1" , features = [" macros" , " rt-multi-thread" ] }
49- apalis-core = { version = " 1.0.0-alpha.4" , features = [
50- " test-utils" ,
51- ], git = " https://github.com/geofmureithi/apalis.git" , branch = " chore/traits-expansion" }
52- apalis-workflow = { version = " 0.1.0-alpha.2" , git = " https://github.com/geofmureithi/apalis.git" , branch = " chore/traits-expansion" }
49+ apalis-core = { version = " 1.0.0-alpha.6" , features = [" test-utils" ] }
50+ apalis-workflow = { version = " 0.1.0-alpha.4" }
5351apalis-sqlite = { path = " ." , features = [" migrate" , " tokio-comp" ] }
5452
5553[package .metadata .docs .rs ]
0 commit comments