diff --git a/Cargo.toml b/Cargo.toml index 221a0a326..165004447 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,11 +77,11 @@ actix-codec = "0.4.0-beta.1" actix-macros = "0.1.0" actix-router = "0.2.4" actix-rt = "2.0.0-beta.1" -actix-server = "2.0.0-beta.1" -actix-service = "2.0.0-beta.1" +actix-server = "2.0.0-beta.2" +actix-service = "2.0.0-beta.2" actix-utils = "3.0.0-beta.1" actix-threadpool = "0.3.1" -actix-tls = { version = "3.0.0-beta.1", default-features = false, optional = true } +actix-tls = { version = "3.0.0-beta.2", default-features = false, optional = true } actix-web-codegen = "0.4.0" actix-http = "2.2.0" @@ -131,10 +131,6 @@ actix-multipart = { path = "actix-multipart" } actix-files = { path = "actix-files" } awc = { path = "awc" } -actix-tls = { git = "https://github.com/actix/actix-net.git", branch = "master" } -actix-server = { git = "https://github.com/actix/actix-net.git", branch = "master" } -actix-service = { git = "https://github.com/actix/actix-net.git", branch = "master" } - [[bench]] name = "server" harness = false diff --git a/actix-files/Cargo.toml b/actix-files/Cargo.toml index 28c060cad..1b47a8cc6 100644 --- a/actix-files/Cargo.toml +++ b/actix-files/Cargo.toml @@ -18,7 +18,7 @@ path = "src/lib.rs" [dependencies] actix-web = { version = "3.0.0", default-features = false } -actix-service = "2.0.0-beta.1" +actix-service = "2.0.0-beta.2" bitflags = "1" bytes = "1" futures-core = { version = "0.3.7", default-features = false } diff --git a/actix-http-test/Cargo.toml b/actix-http-test/Cargo.toml index efc83294e..910fbab73 100644 --- a/actix-http-test/Cargo.toml +++ b/actix-http-test/Cargo.toml @@ -29,12 +29,12 @@ default = [] openssl = ["open-ssl", "awc/openssl"] [dependencies] -actix-service = "2.0.0-beta.1" +actix-service = "2.0.0-beta.2" actix-codec = "0.4.0-beta.1" -actix-tls = "3.0.0-beta.1" +actix-tls = "3.0.0-beta.2" actix-utils = "3.0.0-beta.1" actix-rt = "2.0.0-beta.1" -actix-server = "2.0.0-beta.1" +actix-server = "2.0.0-beta.2" awc = "2.0.0" base64 = "0.13" diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index f207d2be3..32f255729 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -40,12 +40,12 @@ secure-cookies = ["cookie/secure"] actors = ["actix"] [dependencies] -actix-service = "2.0.0-beta.1" +actix-service = "2.0.0-beta.2" actix-codec = "0.4.0-beta.1" actix-utils = "3.0.0-beta.1" actix-rt = "2.0.0-beta.1" actix-threadpool = "0.3.1" -actix-tls = "3.0.0-beta.1" +actix-tls = "3.0.0-beta.2" actix = { version = "0.11.0-beta.1", optional = true } base64 = "0.13" @@ -85,9 +85,9 @@ brotli2 = { version="0.3.2", optional = true } flate2 = { version = "1.0.13", optional = true } [dev-dependencies] -actix-server = "2.0.0-beta.1" +actix-server = "2.0.0-beta.2" actix-http-test = { version = "2.0.0", features = ["openssl"] } -actix-tls = { version = "3.0.0-beta.1", features = ["openssl"] } +actix-tls = { version = "3.0.0-beta.2", features = ["openssl"] } criterion = "0.3" env_logger = "0.7" serde_derive = "1.0" diff --git a/awc/Cargo.toml b/awc/Cargo.toml index ccf613d7d..b80f1ba6b 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -38,7 +38,7 @@ compress = ["actix-http/compress"] [dependencies] actix-codec = "0.4.0-beta.1" -actix-service = "2.0.0-beta.1" +actix-service = "2.0.0-beta.2" actix-http = "2.2.0" actix-rt = "2.0.0-beta.1" @@ -65,8 +65,8 @@ actix-web = { version = "3.0.0", features = ["openssl"] } actix-http = { version = "2.0.0", features = ["openssl"] } actix-http-test = { version = "2.0.0", features = ["openssl"] } actix-utils = "3.0.0-beta.1" -actix-server = "2.0.0-beta.1" -actix-tls = { version = "3.0.0-beta.1", features = ["openssl", "rustls"] } +actix-server = "2.0.0-beta.2" +actix-tls = { version = "3.0.0-beta.2", features = ["openssl", "rustls"] } brotli2 = "0.3.2" flate2 = "1.0.13" futures-util = { version = "0.3.7", default-features = false }