mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
refactor: use confik instead of config
This commit is contained in:
@ -8,8 +8,5 @@ actix-web.workspace = true
|
||||
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
redis = { version = "0.24", default-features = false, features = [
|
||||
"tokio-comp",
|
||||
"connection-manager",
|
||||
] }
|
||||
redis = { version = "0.25", features = ["tokio-comp", "connection-manager"] }
|
||||
serde.workspace = true
|
||||
|
Reference in New Issue
Block a user