diff --git a/basics/state/Cargo.toml b/basics/state/Cargo.toml index 18043fd..59d3e72 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 94bd101..53f1aa1 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 10eadc3..bcd78c7 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 8c94e90..f7de8c9 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 3faba42..9d3ac8b 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 cb622e7..18ec7b2 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 229538c..2adb367 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 a29699b..28b4a45 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 1cbd814..13898f5 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 6ccf768..75658aa 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 5e7ff78..d13d88d 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 60c3b2d..bc78abc 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 c6ce004..6133eab 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 8b8f745..d5adc9e 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 2fe4bc1..60c3d11 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 1ae3df4..b1b8a59 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 50c56db..8b788e3 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 93f30bf..2ecfd3c 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 f89f52c..1942ffb 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"