From aca1dab890ff2e2269150add582aa207a0977d32 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 18 Feb 2022 02:40:58 +0000 Subject: [PATCH] rc3 --- basics/state/Cargo.toml | 2 +- basics/todo/Cargo.toml | 2 +- databases/sqlite/Cargo.toml | 2 +- forms/form/Cargo.toml | 2 +- forms/multipart-s3/Cargo.toml | 2 +- forms/multipart/Cargo.toml | 2 +- http-proxy/Cargo.toml | 2 +- https-tls/awc-https/Cargo.toml | 2 +- https-tls/openssl-auto-le/Cargo.toml | 2 +- https-tls/rustls-client-cert/Cargo.toml | 2 +- json/json-decode-error/Cargo.toml | 2 +- json/json-error/Cargo.toml | 2 +- json/json/Cargo.toml | 2 +- middleware/middleware-ext-mut/Cargo.toml | 2 +- middleware/middleware/Cargo.toml | 2 +- run-in-thread/Cargo.toml | 2 +- shutdown-server/Cargo.toml | 2 +- templating/yarte/Cargo.toml | 2 +- unix-socket/Cargo.toml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/basics/state/Cargo.toml b/basics/state/Cargo.toml index 18043fda..59d3e72e 100644 --- a/basics/state/Cargo.toml +++ b/basics/state/Cargo.toml @@ -4,5 +4,5 @@ version = "1.0.0" edition = "2021" [dependencies] -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.3" env_logger = "0.9.0" diff --git a/basics/todo/Cargo.toml b/basics/todo/Cargo.toml index 94bd101a..53f1aa17 100644 --- a/basics/todo/Cargo.toml +++ b/basics/todo/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" [dependencies] -actix-web = "4.0.0-rc.2" +actix-web = "4.0.0-rc.3" actix-files = "0.6.0-beta.16" actix-session = "0.5.0-beta.7" diff --git a/databases/sqlite/Cargo.toml b/databases/sqlite/Cargo.toml index 10eadc39..bcd78c73 100644 --- a/databases/sqlite/Cargo.toml +++ b/databases/sqlite/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" [dependencies] -actix-web = "4.0.0-rc.2" +actix-web = "4.0.0-rc.3" env_logger = "0.9" futures-util = { version = "0.3", default-features = false, features = ["std"] } diff --git a/forms/form/Cargo.toml b/forms/form/Cargo.toml index 8c94e90d..f7de8c98 100644 --- a/forms/form/Cargo.toml +++ b/forms/form/Cargo.toml @@ -4,5 +4,5 @@ version = "1.0.0" edition = "2021" [dependencies] -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.3" serde = { version = "1", features = ["derive"] } diff --git a/forms/multipart-s3/Cargo.toml b/forms/multipart-s3/Cargo.toml index 3faba429..9d3ac8bb 100644 --- a/forms/multipart-s3/Cargo.toml +++ b/forms/multipart-s3/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" [dependencies] -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.3" actix-multipart = "0.4.0-beta.12" dotenv = "0.15.0" diff --git a/forms/multipart/Cargo.toml b/forms/multipart/Cargo.toml index cb622e7c..18ec7b2b 100644 --- a/forms/multipart/Cargo.toml +++ b/forms/multipart/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" [dependencies] actix-multipart = "0.4.0-beta.12" -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.3" futures-util = "0.3" sanitize-filename = "0.3" diff --git a/http-proxy/Cargo.toml b/http-proxy/Cargo.toml index 229538c2..2adb3671 100644 --- a/http-proxy/Cargo.toml +++ b/http-proxy/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" [dependencies] -actix-web = { version = "4.0.0-rc.1", features = ["openssl"] } +actix-web = { version = "4.0.0-rc.3", features = ["openssl"] } awc = "3.0.0-beta.19" clap = { version = "3", features = ["derive"] } diff --git a/https-tls/awc-https/Cargo.toml b/https-tls/awc-https/Cargo.toml index a29699b7..28b4a45b 100644 --- a/https-tls/awc-https/Cargo.toml +++ b/https-tls/awc-https/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" [dependencies] -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.3" awc = { version = "3.0.0-beta.19", features = ["rustls"] } env_logger = "0.9" diff --git a/https-tls/openssl-auto-le/Cargo.toml b/https-tls/openssl-auto-le/Cargo.toml index 1cbd8147..13898f5b 100644 --- a/https-tls/openssl-auto-le/Cargo.toml +++ b/https-tls/openssl-auto-le/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" [dependencies] -actix-web = { version = "4.0.0-rc.2", features = ["openssl"] } +actix-web = { version = "4.0.0-rc.3", features = ["openssl"] } actix-files = "0.6.0-beta.16" acme-micro = "0.12" diff --git a/https-tls/rustls-client-cert/Cargo.toml b/https-tls/rustls-client-cert/Cargo.toml index 6ccf768b..75658aa1 100644 --- a/https-tls/rustls-client-cert/Cargo.toml +++ b/https-tls/rustls-client-cert/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] actix-tls = "3.0" -actix-web = { version = "4.0.0-rc.1", features = ["rustls"] } +actix-web = { version = "4.0.0-rc.3", features = ["rustls"] } env_logger = "0.9" log = "0.4" rustls = "0.20.2" diff --git a/json/json-decode-error/Cargo.toml b/json/json-decode-error/Cargo.toml index 5e7ff785..d13d88d9 100644 --- a/json/json-decode-error/Cargo.toml +++ b/json/json-decode-error/Cargo.toml @@ -4,5 +4,5 @@ version = "1.0.0" edition = "2021" [dependencies] -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.3" serde = "1" diff --git a/json/json-error/Cargo.toml b/json/json-error/Cargo.toml index 60c3b2d0..bc78abc8 100644 --- a/json/json-error/Cargo.toml +++ b/json/json-error/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" [dependencies] -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.3" failure = "0.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/json/json/Cargo.toml b/json/json/Cargo.toml index c6ce0047..6133eab6 100644 --- a/json/json/Cargo.toml +++ b/json/json/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" [dependencies] -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.3" futures = "0.3" env_logger = "0.9.0" serde = { version = "1.0", features = ["derive"] } diff --git a/middleware/middleware-ext-mut/Cargo.toml b/middleware/middleware-ext-mut/Cargo.toml index 8b8f745b..d5adc9e0 100644 --- a/middleware/middleware-ext-mut/Cargo.toml +++ b/middleware/middleware-ext-mut/Cargo.toml @@ -4,6 +4,6 @@ version = "1.0.0" edition = "2021" [dependencies] -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.3" log = "0.4" env_logger = "0.9" diff --git a/middleware/middleware/Cargo.toml b/middleware/middleware/Cargo.toml index 2fe4bc1d..60c3d113 100644 --- a/middleware/middleware/Cargo.toml +++ b/middleware/middleware/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" [dependencies] -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.3" env_logger = "0.9" futures = "0.3.7" pin-project = "1" diff --git a/run-in-thread/Cargo.toml b/run-in-thread/Cargo.toml index 1ae3df46..b1b8a590 100644 --- a/run-in-thread/Cargo.toml +++ b/run-in-thread/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "Run Actix Web in separate thread" [dependencies] -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.3" env_logger = "0.9" log = "0.4" diff --git a/shutdown-server/Cargo.toml b/shutdown-server/Cargo.toml index 50c56db5..8b788e38 100644 --- a/shutdown-server/Cargo.toml +++ b/shutdown-server/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "Send a request to the server to shut it down" [dependencies] -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.3" env_logger = "0.9" futures = "0.3" tokio = { version = "1.16", features = ["signal"] } diff --git a/templating/yarte/Cargo.toml b/templating/yarte/Cargo.toml index 93f30bf3..2ecfd3cb 100644 --- a/templating/yarte/Cargo.toml +++ b/templating/yarte/Cargo.toml @@ -5,7 +5,7 @@ publish = false edition = "2021" [dependencies] -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.3" env_logger = "0.9.0" yarte = { version = "0.15", features = ["bytes-buf", "html-min"] } derive_more = "0.99" diff --git a/unix-socket/Cargo.toml b/unix-socket/Cargo.toml index f89f52c5..1942ffb2 100644 --- a/unix-socket/Cargo.toml +++ b/unix-socket/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" [dependencies] env_logger = "0.9.0" -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.3"