1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-30 19:10:20 +02:00

Update actix-redis to current state (beta) of actix (#210)

This commit is contained in:
Sergey Pashinin
2021-12-06 04:03:18 +03:00
committed by GitHub
parent 64acd3229f
commit e636af039a
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ web = [
actix = { version = "0.12.0", default-features = false }
actix-rt = { version = "2.1", default-features = false }
actix-service = "2.0.0"
actix-tls = { version = "3.0.0-beta.7", default-features = false, features = ["connect"] }
actix-tls = { version = "3.0.0-rc.1", default-features = false, features = ["connect"] }
log = "0.4.6"
backoff = "0.2.1"