diff --git a/Cargo.toml b/Cargo.toml index 6c0433d5b..08e5d55a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ actix-server = "0.5.0" actix-server-config = "0.1.1" actix-threadpool = "0.1.0" actix = { version = "0.8.1", features=["http"], optional = true } -awc = { version = "0.1.1", optional = true } +awc = { version = "0.2.0", optional = true } bytes = "0.4" derive_more = "0.14" @@ -100,7 +100,7 @@ rustls = { version = "^0.15", optional = true } [dev-dependencies] actix-http = { version = "0.2.0", features=["ssl", "brotli", "flate2-zlib"] } -actix-http-test = { version = "0.1.1", features=["ssl"] } +actix-http-test = { version = "0.2.0", features=["ssl"] } actix-files = { version = "0.1.0-betsa.1" } rand = "0.6" env_logger = "0.6" @@ -124,5 +124,4 @@ actix-session = { path = "actix-session" } awc = { path = "awc" } actix-files = { path = "actix-files" } -actix-framed = { path = "actix-framed" } actix-multipart = { path = "actix-multipart" } diff --git a/actix-framed/Cargo.toml b/actix-framed/Cargo.toml index 985515367..c2ab26fa2 100644 --- a/actix-framed/Cargo.toml +++ b/actix-framed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-framed" -version = "0.1.0" +version = "0.2.0" authors = ["Nikolay Kim "] description = "Actix framed app server" readme = "README.md" @@ -25,7 +25,7 @@ actix-service = "0.4.0" actix-utils = "0.4.0" actix-router = "0.1.2" actix-rt = "0.2.2" -actix-http = "0.1.0" +actix-http = "0.2.0" actix-server-config = "0.1.1" bytes = "0.4" @@ -33,6 +33,6 @@ futures = "0.1.25" log = "0.4" [dev-dependencies] -actix-server = { version = "0.4.3", features=["ssl"] } -actix-connect = { version = "0.1.4", features=["ssl"] } -actix-http-test = { version = "0.1.0", features=["ssl"] } +actix-server = { version = "0.5.0", features=["ssl"] } +actix-connect = { version = "0.2.0", features=["ssl"] } +actix-http-test = { version = "0.2.0", features=["ssl"] } diff --git a/actix-framed/changes.md b/actix-framed/changes.md index 9cef3c057..9f16c790a 100644 --- a/actix-framed/changes.md +++ b/actix-framed/changes.md @@ -1,5 +1,10 @@ # Changes +## [0.2.0] - 2019-05-12 + +* Update dependencies + + ## [0.1.0] - 2019-04-16 * Update tests diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 1f0e1268c..fabf7fe92 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -99,7 +99,7 @@ chrono = "0.4.6" actix-rt = "0.2.2" actix-server = { version = "0.5.0", features=["ssl"] } actix-connect = { version = "0.2.0", features=["ssl"] } -actix-http-test = { version = "0.1.0", features=["ssl"] } +actix-http-test = { version = "0.2.0", features=["ssl"] } env_logger = "0.6" serde_derive = "1.0" openssl = { version="0.10" } diff --git a/actix-multipart/Cargo.toml b/actix-multipart/Cargo.toml index 5d0b6fad4..6e3f6dc76 100644 --- a/actix-multipart/Cargo.toml +++ b/actix-multipart/Cargo.toml @@ -31,4 +31,4 @@ twoway = "0.2" [dev-dependencies] actix-rt = "0.2.2" -actix-http = "0.1.1" \ No newline at end of file +actix-http = "0.2.0" \ No newline at end of file diff --git a/actix-web-actors/Cargo.toml b/actix-web-actors/Cargo.toml index 22fdf613d..f2309d196 100644 --- a/actix-web-actors/Cargo.toml +++ b/actix-web-actors/Cargo.toml @@ -20,11 +20,11 @@ path = "src/lib.rs" [dependencies] actix = "0.8.0" actix-web = "1.0.0-beta.1" -actix-http = "0.1.1" +actix-http = "0.2.0" actix-codec = "0.1.2" bytes = "0.4" futures = "0.1.25" [dev-dependencies] env_logger = "0.6" -actix-http-test = { version = "0.1.0", features=["ssl"] } +actix-http-test = { version = "0.2.0", features=["ssl"] } diff --git a/actix-web-codegen/Cargo.toml b/actix-web-codegen/Cargo.toml index 4108d879a..696121834 100644 --- a/actix-web-codegen/Cargo.toml +++ b/actix-web-codegen/Cargo.toml @@ -17,6 +17,6 @@ syn = { version = "0.15", features = ["full", "parsing"] } [dev-dependencies] actix-web = { version = "1.0.0-alpha.6" } -actix-http = { version = "0.1.1", features=["ssl"] } -actix-http-test = { version = "0.1.0", features=["ssl"] } +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 b92d62f06..20cee12ea 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -60,7 +60,7 @@ openssl = { version="0.10", optional = true } actix-rt = "0.2.2" actix-web = { version = "1.0.0-beta.1", features=["ssl"] } actix-http = { version = "0.2.0", features=["ssl"] } -actix-http-test = { version = "0.1.1", features=["ssl"] } +actix-http-test = { version = "0.2.0", features=["ssl"] } actix-utils = "0.4.0" actix-server = { version = "0.5.0", features=["ssl"] } brotli2 = { version="0.3.2" } diff --git a/src/data.rs b/src/data.rs index 5cb636f6a..1328c4ef6 100644 --- a/src/data.rs +++ b/src/data.rs @@ -129,7 +129,6 @@ impl DataFactory for Data { #[cfg(test)] mod tests { use actix_service::Service; - use std::sync::Mutex; use crate::http::StatusCode; use crate::test::{block_on, init_service, TestRequest}; diff --git a/test-server/CHANGES.md b/test-server/CHANGES.md index 700b3aa1f..8704a64c2 100644 --- a/test-server/CHANGES.md +++ b/test-server/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.2.0] - 2019-05-12 + +* Update awc and actix-http deps + ## [0.1.1] - 2019-04-24 * Always make new connection for http client diff --git a/test-server/Cargo.toml b/test-server/Cargo.toml index cd5cc5057..13817d506 100644 --- a/test-server/Cargo.toml +++ b/test-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-http-test" -version = "0.1.1" +version = "0.2.0" authors = ["Nikolay Kim "] description = "Actix http test server" readme = "README.md" @@ -35,7 +35,7 @@ actix-rt = "0.2.2" actix-service = "0.4.0" actix-server = "0.5.0" actix-utils = "0.4.0" -awc = "0.1.1" +awc = "0.2.0" base64 = "0.10" bytes = "0.4" @@ -56,4 +56,4 @@ openssl = { version="0.10", optional = true } [dev-dependencies] actix-web = "1.0.0-beta.1" -actix-http = "0.1.2" +actix-http = "0.2.0"