1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

update actix-web dependency

This commit is contained in:
Nikolay Kim 2018-07-21 05:10:26 -07:00
parent b4901a9476
commit 271749c433
26 changed files with 52 additions and 77 deletions

54
Cargo.lock generated
View File

@ -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)" = "<none>"
"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"

View File

@ -5,8 +5,7 @@ authors = ["Darin Gordon <dkcdkg@gmail.com>"]
[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"

View File

@ -5,8 +5,7 @@ authors = ["dowwie <dkcdkg@gmail.com>"]
[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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"] }

View File

@ -5,8 +5,7 @@ authors = ["Gorm Casper <gcasper@gmail.com>"]
[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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -5,5 +5,4 @@ authors = ["Gorm Casper <gcasper@gmail.com>"]
[dependencies]
actix = "0.7"
#actix-web = "^0.7"
actix-web = { git = "https://github.com/actix/actix-web.git" }
actix-web = "0.7"

View File

@ -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"

View File

@ -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"

View File

@ -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"] }

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"] }

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"