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

Update basics/run-in-thread to v4 (#485)

This commit is contained in:
Luca Palmieri
2022-02-02 02:04:37 +00:00
committed by GitHub
parent ffb20a1b20
commit ca703d9cec
3 changed files with 22 additions and 22 deletions

5
Cargo.lock generated
View File

@ -4883,8 +4883,9 @@ dependencies = [
name = "run-in-thread"
version = "1.0.0"
dependencies = [
"actix-web 3.3.3",
"env_logger 0.8.4",
"actix-web 4.0.0-beta.21",
"env_logger 0.9.0",
"log",
]
[[package]]