11[package ]
22name = " apalis-postgres"
3- version = " 1.0.0-alpha.2 "
3+ version = " 1.0.0-alpha.3 "
44authors = [" Njuguna Mureithi <mureithinjuguna@gmail.com>" ]
55edition = " 2024"
66repository = " https://github.com/apalis-dev/apalis-postgres"
@@ -22,11 +22,11 @@ tokio-comp = ["tokio", "sqlx/runtime-tokio-rustls"]
2222tokio-comp-native-tls = [" tokio" , " sqlx/runtime-tokio-native-tls" ]
2323
2424[dependencies ]
25- apalis-core = { version = " 1.0.0-alpha.7 " , default-features = false , features = [
25+ apalis-core = { version = " 1.0.0-alpha.8 " , default-features = false , features = [
2626 " sleep" ,
2727 " json" ,
2828] }
29- apalis-sql = { version = " 1.0.0-alpha.7 " , default-features = false }
29+ apalis-sql = { version = " 1.0.0-alpha.8 " , default-features = false }
3030serde = { version = " 1" , features = [" derive" ] }
3131chrono = { version = " 0.4" , features = [" serde" ] }
3232pin-project = " 1.1.10"
@@ -46,5 +46,5 @@ features = ["chrono", "postgres", "json"]
4646[dev-dependencies ]
4747tokio = { version = " 1" , features = [" macros" , " rt-multi-thread" ] }
4848once_cell = " 1.19.0"
49- apalis-core = { version = " 1.0.0-alpha.7 " , features = [" test-utils" ] }
50- apalis-workflow = { version = " 0.1.0-alpha.5 " }
49+ apalis-core = { version = " 1.0.0-alpha.8 " , features = [" test-utils" ] }
50+ apalis-workflow = { version = " 0.1.0-alpha.6 " }
0 commit comments