1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

update more stable crates

This commit is contained in:
Rob Ede 2022-02-25 21:25:21 +00:00
parent 4dc9199781
commit 84f1578f8d
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
7 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"