diff --git a/guide/src/qs_2.md b/guide/src/qs_2.md index ac53d8707..01cb98499 100644 --- a/guide/src/qs_2.md +++ b/guide/src/qs_2.md @@ -20,8 +20,8 @@ contains the following: ```toml [dependencies] -actix = "0.4" -actix-web = "0.3" +actix = "0.5" +actix-web = "0.4" ``` In order to implement a web server, first we need to create a request handler.