diff --git a/Cargo.lock b/Cargo.lock index bce5c1d..bfadab3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,7 +118,7 @@ dependencies = [ [[package]] name = "actix-web" version = "0.7.0" -source = "git+https://github.com/actix/actix-web.git#2a8c2fb55eca2b404c60f6a96f40ced5741a5d6a" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -173,7 +173,7 @@ name = "actix-web-cors" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "dotenv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", @@ -248,7 +248,7 @@ name = "async_db" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "dotenv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -276,7 +276,7 @@ name = "awc_examples" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", @@ -352,7 +352,7 @@ name = "basics" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", @@ -470,7 +470,7 @@ name = "cookie-auth" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", @@ -482,7 +482,7 @@ name = "cookie-session" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", @@ -623,7 +623,7 @@ name = "diesel-example" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "diesel 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "dotenv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -817,7 +817,7 @@ name = "form-example" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -882,7 +882,7 @@ name = "hello-world" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -915,7 +915,7 @@ name = "http-proxy" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1007,7 +1007,7 @@ name = "json-example" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1037,7 +1037,7 @@ name = "juniper-example" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", "juniper 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1164,7 +1164,7 @@ name = "middleware-example" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1239,7 +1239,7 @@ name = "multipart-example" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1458,7 +1458,7 @@ name = "protobuf-example" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1516,7 +1516,7 @@ name = "r2d2-example" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", "r2d2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1858,7 +1858,7 @@ name = "state" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1868,7 +1868,7 @@ name = "static_index" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1939,7 +1939,7 @@ name = "template-askama" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "askama 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1949,7 +1949,7 @@ name = "template-tera" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "tera 0.11.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2015,7 +2015,7 @@ name = "tls-example" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "openssl 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2338,7 +2338,7 @@ name = "unix-socket" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-uds 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2445,7 +2445,7 @@ name = "websocket" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2455,7 +2455,7 @@ name = "websocket-example" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2472,7 +2472,7 @@ name = "websocket-tcp-example" version = "0.1.0" dependencies = [ "actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)", + "actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2558,7 +2558,7 @@ dependencies = [ "checksum actix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "611e5db7b5907b570e75b70f5943dcb99e709a6815348238501e1b4696b30489" "checksum actix-redis 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f6ed04247bb9ee9a2a9a0ad808049de379d8197719bbb22ea0a56e9a10f55a50" "checksum actix-web 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)" = "cebfb353ebcae66f93c190b80ef12b8c82557413856e3e65dbaab662a48ec72d" -"checksum actix-web 0.7.0 (git+https://github.com/actix/actix-web.git)" = "" +"checksum actix-web 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f381827b97182fe887f3723ac12934a410c60ead487b64f5a0ede629b315e79" "checksum actix_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c4b1dc922654b9aca7a8a31eab875fde804fa9fbd67f220f2e457787b23590f2" "checksum aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c1c6d463cbe7ed28720b5b489e7c083eeb8f90d08be2a0d6bb9e1ffea9ce1afa" "checksum antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5" diff --git a/async_db/Cargo.toml b/async_db/Cargo.toml index c0d41f6..55105f5 100644 --- a/async_db/Cargo.toml +++ b/async_db/Cargo.toml @@ -5,8 +5,7 @@ authors = ["Darin Gordon "] [dependencies] actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" dotenv = "0.10" env_logger = "0.5" diff --git a/async_ex1/Cargo.toml b/async_ex1/Cargo.toml index eb05d12..4349e46 100644 --- a/async_ex1/Cargo.toml +++ b/async_ex1/Cargo.toml @@ -5,8 +5,7 @@ authors = ["dowwie "] [dependencies] actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" futures = "0.1" serde = "1.0.43" diff --git a/basics/Cargo.toml b/basics/Cargo.toml index ec0787f..2db8e75 100644 --- a/basics/Cargo.toml +++ b/basics/Cargo.toml @@ -6,8 +6,7 @@ workspace = "../" [dependencies] actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" futures = "0.1" env_logger = "0.5" diff --git a/cookie-auth/Cargo.toml b/cookie-auth/Cargo.toml index 72ff117..c44474e 100644 --- a/cookie-auth/Cargo.toml +++ b/cookie-auth/Cargo.toml @@ -6,8 +6,7 @@ workspace = "../" [dependencies] actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" cookie = { version="0.10", features=["percent-encode", "secure"] } futures = "0.1" diff --git a/cookie-session/Cargo.toml b/cookie-session/Cargo.toml index 2e83ce5..399a617 100644 --- a/cookie-session/Cargo.toml +++ b/cookie-session/Cargo.toml @@ -6,8 +6,7 @@ workspace = "../" [dependencies] actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "^0.7" futures = "0.1" time = "0.1" diff --git a/diesel/Cargo.toml b/diesel/Cargo.toml index 18a2b53..69e3db6 100644 --- a/diesel/Cargo.toml +++ b/diesel/Cargo.toml @@ -8,8 +8,7 @@ workspace = "../" env_logger = "0.5" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" futures = "0.1" uuid = { version = "0.5", features = ["serde", "v4"] } diff --git a/form/Cargo.toml b/form/Cargo.toml index def9166..42c314f 100644 --- a/form/Cargo.toml +++ b/form/Cargo.toml @@ -5,8 +5,7 @@ authors = ["Gorm Casper "] [dependencies] actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" serde = "1.0" serde_derive = "1.0" diff --git a/hello-world/Cargo.toml b/hello-world/Cargo.toml index d817e42..7126813 100644 --- a/hello-world/Cargo.toml +++ b/hello-world/Cargo.toml @@ -8,5 +8,4 @@ workspace = "../" env_logger = "0.5" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "^0.7" diff --git a/http-proxy/Cargo.toml b/http-proxy/Cargo.toml index 2e8566b..08040ca 100644 --- a/http-proxy/Cargo.toml +++ b/http-proxy/Cargo.toml @@ -17,5 +17,4 @@ env_logger = "0.5" futures = "0.1" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "^0.7" diff --git a/json/Cargo.toml b/json/Cargo.toml index 0467175..c358f4a 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -15,5 +15,4 @@ serde_derive = "1.0" json = "*" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "^0.7" diff --git a/juniper/Cargo.toml b/juniper/Cargo.toml index ffe978e..d19b352 100644 --- a/juniper/Cargo.toml +++ b/juniper/Cargo.toml @@ -8,8 +8,7 @@ workspace = "../" env_logger = "0.5" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" futures = "0.1" serde = "1.0" diff --git a/middleware/Cargo.toml b/middleware/Cargo.toml index 78b4002..b14354f 100644 --- a/middleware/Cargo.toml +++ b/middleware/Cargo.toml @@ -5,5 +5,4 @@ authors = ["Gorm Casper "] [dependencies] actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" diff --git a/multipart/Cargo.toml b/multipart/Cargo.toml index d91b243..771e28f 100644 --- a/multipart/Cargo.toml +++ b/multipart/Cargo.toml @@ -13,5 +13,4 @@ env_logger = "*" futures = "0.1" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" diff --git a/protobuf/Cargo.toml b/protobuf/Cargo.toml index c217a2f..130581e 100644 --- a/protobuf/Cargo.toml +++ b/protobuf/Cargo.toml @@ -14,5 +14,4 @@ prost = "0.2.0" prost-derive = "0.2.0" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" diff --git a/r2d2/Cargo.toml b/r2d2/Cargo.toml index bbc07fd..884d84c 100644 --- a/r2d2/Cargo.toml +++ b/r2d2/Cargo.toml @@ -8,8 +8,7 @@ workspace = "../" env_logger = "0.5" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" futures = "0.1" uuid = { version = "0.5", features = ["serde", "v4"] } diff --git a/state/Cargo.toml b/state/Cargo.toml index c9cdb67..edf0e38 100644 --- a/state/Cargo.toml +++ b/state/Cargo.toml @@ -9,5 +9,4 @@ futures = "0.1" env_logger = "0.5" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" diff --git a/static_index/Cargo.toml b/static_index/Cargo.toml index 132c7db..6f42732 100644 --- a/static_index/Cargo.toml +++ b/static_index/Cargo.toml @@ -9,5 +9,4 @@ futures = "0.1" env_logger = "0.5" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" diff --git a/template_askama/Cargo.toml b/template_askama/Cargo.toml index 95c6ca3..5eba342 100644 --- a/template_askama/Cargo.toml +++ b/template_askama/Cargo.toml @@ -9,8 +9,7 @@ env_logger = "0.5" askama = "0.6" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" [build-dependencies] askama = "0.6" diff --git a/template_tera/Cargo.toml b/template_tera/Cargo.toml index c60eae8..9e55bf4 100644 --- a/template_tera/Cargo.toml +++ b/template_tera/Cargo.toml @@ -8,5 +8,4 @@ workspace = "../" env_logger = "0.5" tera = "*" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" diff --git a/tls/Cargo.toml b/tls/Cargo.toml index 2c1655c..731374e 100644 --- a/tls/Cargo.toml +++ b/tls/Cargo.toml @@ -12,5 +12,4 @@ path = "src/main.rs" env_logger = "0.5" openssl = { version="0.10" } actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git", features=["alpn"] } +actix-web = { version = "0.7", features=["alpn"] } diff --git a/unix-socket/Cargo.toml b/unix-socket/Cargo.toml index 8551d77..423ac7b 100644 --- a/unix-socket/Cargo.toml +++ b/unix-socket/Cargo.toml @@ -9,5 +9,4 @@ env_logger = "0.5" tokio-uds = "0.2" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" diff --git a/web-cors/backend/Cargo.toml b/web-cors/backend/Cargo.toml index 5e9bca9..f78d7ad 100644 --- a/web-cors/backend/Cargo.toml +++ b/web-cors/backend/Cargo.toml @@ -11,8 +11,7 @@ serde_json = "1.0" http = "0.1" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" dotenv = "0.10" env_logger = "0.5" diff --git a/websocket-chat/Cargo.toml b/websocket-chat/Cargo.toml index 36c78c0..36bb534 100644 --- a/websocket-chat/Cargo.toml +++ b/websocket-chat/Cargo.toml @@ -21,5 +21,4 @@ serde = "1.0" serde_json = "1.0" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" diff --git a/websocket-tcp-chat/Cargo.toml b/websocket-tcp-chat/Cargo.toml index f3df466..3e1ca28 100644 --- a/websocket-tcp-chat/Cargo.toml +++ b/websocket-tcp-chat/Cargo.toml @@ -27,5 +27,4 @@ serde_json = "1.0" serde_derive = "1.0" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7" diff --git a/websocket/Cargo.toml b/websocket/Cargo.toml index 7f13f22..3ab32e5 100644 --- a/websocket/Cargo.toml +++ b/websocket/Cargo.toml @@ -17,5 +17,4 @@ env_logger = "*" futures = "0.1" actix = "0.7" -#actix-web = "^0.7" -actix-web = { git = "https://github.com/actix/actix-web.git" } +actix-web = "0.7"