1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

Update basics/hello-world to v4. (#477)

This commit is contained in:
Rafael Bachmann
2022-01-30 17:17:18 +01:00
committed by GitHub
parent a3726b0874
commit 1c7ea7154e
3 changed files with 11 additions and 17 deletions

6
Cargo.lock generated
View File

@ -2873,9 +2873,9 @@ dependencies = [
name = "hello-world"
version = "2.0.0"
dependencies = [
"actix-rt 1.1.1",
"actix-web 3.3.3",
"env_logger 0.8.4",
"actix-rt 2.6.0",
"actix-web 4.0.0-beta.21",
"env_logger 0.9.0",
]
[[package]]