mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 00:06:28 +00:00
Bump redis crate to 0.25.2
This will enable TLS feature
This commit is contained in:
parent
6d2150b0b6
commit
e08c9d1871
@ -22,4 +22,4 @@ dotenv = "0.15"
|
||||
mime = "0.3"
|
||||
env_logger = "0.9"
|
||||
log = "0.4"
|
||||
redis = "0.23"
|
||||
redis = { version = "0.25.2", features = ["tls-native-tls"] }
|
||||
|
Loading…
Reference in New Issue
Block a user