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

Updated basics/docker_sample to v4. (#504)

This commit is contained in:
PrivateDave
2022-01-30 16:21:43 +00:00
committed by GitHub
parent 3e2b0832fa
commit 25066b754f
3 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@ -2331,7 +2331,7 @@ checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
name = "docker_sample"
version = "0.1.0"
dependencies = [
"actix-web 3.3.3",
"actix-web 4.0.0-beta.21",
"env_logger 0.9.0",
"log",
]