From 5a90e33bcccd893de499ff73b4d53c8273570555 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 12 May 2019 12:01:24 -0700 Subject: [PATCH] update deps --- actix-files/Cargo.toml | 4 ++-- actix-multipart/Cargo.toml | 2 +- actix-session/Cargo.toml | 2 +- actix-web-actors/Cargo.toml | 2 +- actix-web-codegen/Cargo.toml | 2 +- awc/Cargo.toml | 2 +- test-server/Cargo.toml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/actix-files/Cargo.toml b/actix-files/Cargo.toml index c75b3515d..6b065758d 100644 --- a/actix-files/Cargo.toml +++ b/actix-files/Cargo.toml @@ -18,7 +18,7 @@ name = "actix_files" path = "src/lib.rs" [dependencies] -actix-web = "1.0.0-beta.4" +actix-web = "1.0.0-beta.5" actix-service = "0.4.0" bitflags = "1" bytes = "0.4" @@ -31,4 +31,4 @@ percent-encoding = "1.0" v_htmlescape = "0.4" [dev-dependencies] -actix-web = { version = "1.0.0-beta.4", features=["ssl"] } +actix-web = { version = "1.0.0-beta.5", features=["ssl"] } diff --git a/actix-multipart/Cargo.toml b/actix-multipart/Cargo.toml index e88c642bc..7d19ef9fd 100644 --- a/actix-multipart/Cargo.toml +++ b/actix-multipart/Cargo.toml @@ -18,7 +18,7 @@ name = "actix_multipart" path = "src/lib.rs" [dependencies] -actix-web = "1.0.0-beta.4" +actix-web = "1.0.0-beta.5" actix-service = "0.4.0" bytes = "0.4" derive_more = "0.14" diff --git a/actix-session/Cargo.toml b/actix-session/Cargo.toml index f74d23f02..5bebb9a19 100644 --- a/actix-session/Cargo.toml +++ b/actix-session/Cargo.toml @@ -24,7 +24,7 @@ default = ["cookie-session"] cookie-session = ["actix-web/secure-cookies"] [dependencies] -actix-web = "1.0.0-beta.4" +actix-web = "1.0.0-beta.5" actix-service = "0.4.0" bytes = "0.4" derive_more = "0.14" diff --git a/actix-web-actors/Cargo.toml b/actix-web-actors/Cargo.toml index 6d87b5ef7..fe24d4c30 100644 --- a/actix-web-actors/Cargo.toml +++ b/actix-web-actors/Cargo.toml @@ -19,7 +19,7 @@ path = "src/lib.rs" [dependencies] actix = "0.8.0" -actix-web = "1.0.0-beta.4" +actix-web = "1.0.0-beta.5" actix-http = "0.2.0" actix-codec = "0.1.2" bytes = "0.4" diff --git a/actix-web-codegen/Cargo.toml b/actix-web-codegen/Cargo.toml index 696121834..7ca7912fa 100644 --- a/actix-web-codegen/Cargo.toml +++ b/actix-web-codegen/Cargo.toml @@ -16,7 +16,7 @@ quote = "0.6" syn = { version = "0.15", features = ["full", "parsing"] } [dev-dependencies] -actix-web = { version = "1.0.0-alpha.6" } +actix-web = { version = "1.0.0-beta.5" } actix-http = { version = "0.2.0", features=["ssl"] } actix-http-test = { version = "0.2.0", features=["ssl"] } futures = { version = "0.1" } diff --git a/awc/Cargo.toml b/awc/Cargo.toml index 20cee12ea..2112185c8 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -58,7 +58,7 @@ openssl = { version="0.10", optional = true } [dev-dependencies] actix-rt = "0.2.2" -actix-web = { version = "1.0.0-beta.1", features=["ssl"] } +actix-web = { version = "1.0.0-beta.4", features=["ssl"] } actix-http = { version = "0.2.0", features=["ssl"] } actix-http-test = { version = "0.2.0", features=["ssl"] } actix-utils = "0.4.0" diff --git a/test-server/Cargo.toml b/test-server/Cargo.toml index 13817d506..8567b745e 100644 --- a/test-server/Cargo.toml +++ b/test-server/Cargo.toml @@ -55,5 +55,5 @@ tokio-timer = "0.2" openssl = { version="0.10", optional = true } [dev-dependencies] -actix-web = "1.0.0-beta.1" +actix-web = "1.0.0-beta.4" actix-http = "0.2.0"