From 7050e2ec9694482f9f3be61757deaf4e4b7d354c Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Sat, 6 Feb 2021 12:01:13 -0800 Subject: [PATCH] update dep --- Cargo.toml | 15 +++++---------- actix-files/Cargo.toml | 2 +- actix-http-test/Cargo.toml | 8 ++++---- actix-http/Cargo.toml | 6 +++--- actix-multipart/Cargo.toml | 2 +- awc/Cargo.toml | 6 +++--- 6 files changed, 17 insertions(+), 22 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e92615474..1901bee84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,12 +75,12 @@ required-features = ["rustls"] [dependencies] actix-codec = "0.4.0-beta.1" actix-macros = "0.2.0" -actix-router = "0.2.6" +actix-router = "0.2.7" actix-rt = "2" -actix-server = "2.0.0-beta.2" -actix-service = "2.0.0-beta.3" -actix-utils = "3.0.0-beta.1" -actix-tls = { version = "3.0.0-beta.2", default-features = false, optional = true } +actix-server = "2.0.0-beta.3" +actix-service = "2.0.0-beta.4" +actix-utils = "3.0.0-beta.2" +actix-tls = { version = "3.0.0-beta.3", default-features = false, optional = true } actix-web-codegen = "0.4.0" actix-http = "3.0.0-beta.1" @@ -132,11 +132,6 @@ actix-multipart = { path = "actix-multipart" } actix-files = { path = "actix-files" } awc = { path = "awc" } -actix-service = { git = "https://github.com/actix/actix-net.git" } -actix-server = { git = "https://github.com/actix/actix-net.git" } -actix-tls = { git = "https://github.com/actix/actix-net.git" } -actix-utils = { git = "https://github.com/actix/actix-net.git" } -actix-router = { git = "https://github.com/actix/actix-net.git" } actix = { git = "https://github.com/actix/actix.git" } [[bench]] diff --git a/actix-files/Cargo.toml b/actix-files/Cargo.toml index 9889ea813..3371ab060 100644 --- a/actix-files/Cargo.toml +++ b/actix-files/Cargo.toml @@ -18,7 +18,7 @@ path = "src/lib.rs" [dependencies] actix-web = { version = "4.0.0-beta.1", default-features = false } -actix-service = "2.0.0-beta.3" +actix-service = "2.0.0-beta.4" 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 b678c4fcc..0a804e109 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.3" +actix-service = "2.0.0-beta.4" actix-codec = "0.4.0-beta.1" -actix-tls = "3.0.0-beta.2" -actix-utils = "3.0.0-beta.1" +actix-tls = "3.0.0-beta.3" +actix-utils = "3.0.0-beta.2" actix-rt = "2" -actix-server = "2.0.0-beta.2" +actix-server = "2.0.0-beta.3" awc = "3.0.0-beta.1" base64 = "0.13" diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 8d140dfd1..acbd199e4 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -40,9 +40,9 @@ secure-cookies = ["cookie/secure"] actors = ["actix"] [dependencies] -actix-service = "2.0.0-beta.3" +actix-service = "2.0.0-beta.4" actix-codec = "0.4.0-beta.1" -actix-utils = "3.0.0-beta.1" +actix-utils = "3.0.0-beta.2" actix-rt = "2" actix-tls = "3.0.0-beta.2" actix = { version = "0.11.0-beta.1", default-features = false, optional = true } @@ -85,7 +85,7 @@ brotli2 = { version="0.3.2", optional = true } flate2 = { version = "1.0.13", optional = true } [dev-dependencies] -actix-server = "2.0.0-beta.2" +actix-server = "2.0.0-beta.3" actix-http-test = { version = "3.0.0-beta.1", features = ["openssl"] } actix-tls = { version = "3.0.0-beta.2", features = ["openssl"] } criterion = "0.3" diff --git a/actix-multipart/Cargo.toml b/actix-multipart/Cargo.toml index 8eb63065c..beecd2e9d 100644 --- a/actix-multipart/Cargo.toml +++ b/actix-multipart/Cargo.toml @@ -17,7 +17,7 @@ path = "src/lib.rs" [dependencies] actix-web = { version = "4.0.0-beta.1", default-features = false } -actix-utils = "3.0.0-beta.1" +actix-utils = "3.0.0-beta.2" bytes = "1" derive_more = "0.99.5" diff --git a/awc/Cargo.toml b/awc/Cargo.toml index 8500e9702..24275b6f5 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.3" +actix-service = "2.0.0-beta.4" actix-http = "3.0.0-beta.1" actix-rt = "2" @@ -62,8 +62,8 @@ actix-web = { version = "4.0.0-beta.1", features = ["openssl"] } actix-http = { version = "3.0.0-beta.1", features = ["openssl"] } actix-http-test = { version = "3.0.0-beta.1", features = ["openssl"] } actix-utils = "3.0.0-beta.1" -actix-server = "2.0.0-beta.2" -actix-tls = { version = "3.0.0-beta.2", features = ["openssl", "rustls"] } +actix-server = "2.0.0-beta.3" +actix-tls = { version = "3.0.0-beta.3", features = ["openssl", "rustls"] } brotli2 = "0.3.2" flate2 = "1.0.13"