11[package ]
22name = " apalis-redis"
3- version = " 1.0.0-rc.4 "
3+ version = " 1.0.0-rc.6 "
44authors = [" Njuguna Mureithi <mureithinjuguna@gmail.com>" ]
55edition = " 2024"
66repository = " https://github.com/apalis-dev/apalis-redis"
@@ -16,8 +16,8 @@ include = ["src/**", "lua/**", "Cargo.toml", "README.md", "LICENSE"]
1616# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717
1818[dependencies ]
19- apalis-codec = " 0.1.0-rc.4 "
20- apalis-core = { version = " 1.0.0-rc.4 " , default-features = false , features = [
19+ apalis-codec = " 0.1.0-rc.6 "
20+ apalis-core = { version = " 1.0.0-rc.6 " , default-features = false , features = [
2121 " sleep" ,
2222] }
2323redis = { version = " 1.0.4" , default-features = false , features = [
@@ -43,8 +43,8 @@ serde_json = "1"
4343
4444[dev-dependencies ]
4545tokio = { version = " 1" , features = [" full" ] }
46- apalis = { version = " 1.0.0-rc.4 " , features = [" tracing" , " limit" ] }
47- apalis-workflow = { version = " 0.1.0-rc.4 " }
46+ apalis = { version = " 1.0.0-rc.6 " , features = [" tracing" , " limit" ] }
47+ apalis-workflow = { version = " 0.1.0-rc.6 " }
4848bincode = { version = " 2.0.1" , features = [" serde" ] }
4949apalis-board = { version = " 1.0.0-rc.4" , features = [" axum" ] }
5050axum = { version = " 0.8" , features = [" macros" , " json" ] }
0 commit comments