diff --git a/Cargo.toml b/Cargo.toml index f7c0506fc..b7f1c1e0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-net" -version = "0.2.1" +version = "0.2.2" authors = ["Nikolay Kim "] description = "Actix net - framework for the compisible network services for Rust (experimental)" readme = "README.md" @@ -39,7 +39,7 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"] cell = [] [dependencies] -actix = "0.7.5" +actix = "0.7.6" log = "0.4" num_cpus = "1.0"