chore: bump actix to 0.12.0

This commit is contained in:
gbaranski 2021-06-22 13:41:38 +02:00
parent 7faeffc5ab
commit c34c1105a7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ name = "actix_web_actors"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
actix = { version = "0.11.0-beta.3", default-features = false } actix = { version = "0.12.0", default-features = false }
actix-codec = "0.4.0" actix-codec = "0.4.0"
actix-http = "3.0.0-beta.7" actix-http = "3.0.0-beta.7"
actix-web = { version = "4.0.0-beta.7", default-features = false } actix-web = { version = "4.0.0-beta.7", default-features = false }