mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
update more stable crates
This commit is contained in:
parent
4dc9199781
commit
84f1578f8d
@ -5,7 +5,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
actix-multipart = "0.4.0-beta.12"
|
||||
actix-multipart = "0.4"
|
||||
|
||||
dotenv = "0.15.0"
|
||||
env_logger = "0.9"
|
||||
|
@ -9,7 +9,7 @@ repository = "https://github.com/actix/examples"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
actix-multipart = "0.4.0-beta.12"
|
||||
actix-multipart = "0.4"
|
||||
actix-web = "4"
|
||||
|
||||
futures-util = "0.3"
|
||||
|
@ -10,7 +10,7 @@ path = "src/main.rs"
|
||||
[dependencies]
|
||||
actix = "0.12"
|
||||
actix-web = "4"
|
||||
actix-web-actors = "4.0.0-beta.12"
|
||||
actix-web-actors = "4"
|
||||
|
||||
env_logger = "0.9"
|
||||
log = "0.4"
|
||||
|
@ -12,7 +12,7 @@ actix = "0.12"
|
||||
actix-broker = "0.4"
|
||||
actix-files = "0.6"
|
||||
actix-web = "4"
|
||||
actix-web-actors = "4.0.0-beta.12"
|
||||
actix-web-actors = "4"
|
||||
|
||||
env_logger = "0.9"
|
||||
log = "0.4"
|
||||
|
@ -16,7 +16,7 @@ actix = "0.12"
|
||||
actix-codec = "0.4.1"
|
||||
actix-files = "0.6"
|
||||
actix-web = "4"
|
||||
actix-web-actors = "4.0.0-beta.11"
|
||||
actix-web-actors = "4"
|
||||
|
||||
byteorder = "1.2"
|
||||
bytes = "1"
|
||||
|
@ -11,7 +11,7 @@ path = "src/main.rs"
|
||||
actix = "0.12"
|
||||
actix-files = "0.6"
|
||||
actix-web = "4"
|
||||
actix-web-actors = "4.0.0-beta.12"
|
||||
actix-web-actors = "4"
|
||||
|
||||
env_logger = "0.9"
|
||||
log = "0.4"
|
||||
|
@ -17,7 +17,7 @@ actix-codec = "0.5"
|
||||
actix-files = "0.6"
|
||||
actix-rt = "2"
|
||||
actix-web = "4"
|
||||
actix-web-actors = "4.0.0-beta.12"
|
||||
actix-web-actors = "4"
|
||||
awc = "3.0.0-beta.21"
|
||||
|
||||
env_logger = "0.9"
|
||||
|
Loading…
Reference in New Issue
Block a user