mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +01:00
update deps
This commit is contained in:
parent
ba3cf13c72
commit
66cbf644b9
2763
Cargo.lock
generated
2763
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ workspace = "../"
|
||||
actix = "0.7"
|
||||
actix-web = "0.7"
|
||||
|
||||
cookie = { version="0.10", features=["percent-encode", "secure"] }
|
||||
cookie = { version="0.11", features=["percent-encode", "secure"] }
|
||||
futures = "0.1"
|
||||
time = "0.1"
|
||||
env_logger = "0.5"
|
||||
|
@ -7,5 +7,5 @@ workspace = "../"
|
||||
[dependencies]
|
||||
env_logger = "0.5"
|
||||
actix = "0.7"
|
||||
actix-web = "0.7"
|
||||
actix-redis = { version = "0.5", features = ["web"] }
|
||||
actix-web = "0.7.3"
|
||||
actix-redis = { version = "0.5.1", features = ["web"] }
|
||||
|
Loading…
Reference in New Issue
Block a user