mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
update actix-web to 1.0.0
This commit is contained in:
parent
db86fdc3db
commit
aa5750cafc
@ -6,8 +6,8 @@ edition = "2018"
|
||||
workspace = ".."
|
||||
|
||||
[dependencies]
|
||||
actix = "0.8.1"
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix = "0.8.2"
|
||||
actix-web = "1.0.0"
|
||||
actix-redis = { git="https://github.com/actix/actix-redis.git" }
|
||||
futures = "0.1.23"
|
||||
redis-async = "0.4.0"
|
||||
|
@ -6,9 +6,9 @@ workspace = ".."
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0.0-beta.5"
|
||||
actix-files = "0.1.0-beta.4"
|
||||
actix-session = "0.1.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
actix-files = "0.1.1"
|
||||
actix-session = "0.1.0"
|
||||
dotenv = "0.13.0"
|
||||
env_logger = "0.5.10"
|
||||
futures = "0.1.22"
|
||||
|
@ -6,8 +6,8 @@ edition = "2018"
|
||||
workspace = ".."
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "0.2"
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-rt = "0.2.2"
|
||||
actix-web = "1.0.0"
|
||||
|
||||
dotenv = "0.10"
|
||||
env_logger = "0.5"
|
||||
|
@ -6,8 +6,8 @@ edition = "2018"
|
||||
workspace = ".."
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "0.2"
|
||||
actix-web = { version="1.0.0-alpha.4", features=["ssl"] }
|
||||
actix-rt = "0.2.2"
|
||||
actix-web = { version="1.0.0", features=["ssl"] }
|
||||
|
||||
futures = "0.1"
|
||||
serde = "1.0.43"
|
||||
|
@ -7,9 +7,9 @@ workspace = ".."
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "0.2.2"
|
||||
actix-web = { version="1.0.0-beta.4", features=["ssl"] }
|
||||
actix-multipart = "0.1.0-beta.1"
|
||||
actix-service = "0.4.0"
|
||||
actix-web = { version="1.0.0", features=["ssl"] }
|
||||
actix-multipart = "0.1.1"
|
||||
actix-service = "0.4.1"
|
||||
bytes = "0.4.12"
|
||||
env_logger = "0.6.1"
|
||||
futures = "0.1"
|
||||
|
@ -6,10 +6,10 @@ workspace = ".."
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "0.2"
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-files = "0.1.0-beta.4"
|
||||
actix-session = "0.1.0-beta.4"
|
||||
actix-rt = "0.2.2"
|
||||
actix-web = "1.0.0"
|
||||
actix-files = "0.1.1"
|
||||
actix-session = "0.1.0"
|
||||
|
||||
futures = "0.1.25"
|
||||
env_logger = "0.5"
|
||||
|
@ -6,5 +6,5 @@ edition = "2018"
|
||||
workspace = ".."
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
env_logger = "0.6"
|
||||
|
@ -6,8 +6,8 @@ workspace = ".."
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-session = "0.1.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
actix-session = "0.1.0"
|
||||
|
||||
futures = "0.1"
|
||||
time = "0.1"
|
||||
|
@ -6,7 +6,7 @@ workspace = ".."
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
|
||||
bytes = "0.4"
|
||||
env_logger = "0.6"
|
||||
|
@ -6,7 +6,7 @@ edition = "2018"
|
||||
workspace = ".."
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
|
||||
derive_more = "0.14.0"
|
||||
futures = "0.1.23"
|
||||
|
@ -6,7 +6,7 @@ edition = "2018"
|
||||
workspace = ".."
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
@ -6,5 +6,5 @@ workspace = ".."
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
env_logger = "0.6"
|
||||
|
@ -7,7 +7,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "0.2"
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
|
||||
clap = "2.32.0"
|
||||
futures = "0.1.25"
|
||||
|
@ -15,7 +15,7 @@ path = "src/server.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "0.2"
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
|
||||
env_logger = "0.5"
|
||||
futures = "0.1"
|
||||
|
@ -6,7 +6,7 @@ workspace = ".."
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
|
||||
bytes = "0.4"
|
||||
futures = "0.1"
|
||||
|
@ -6,8 +6,8 @@ edition = "2018"
|
||||
workspace = ".."
|
||||
|
||||
[dependencies]
|
||||
actix = "0.8.1"
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix = "0.8.2"
|
||||
actix-web = "1.0.0"
|
||||
env_logger = "0.6"
|
||||
futures = "0.1.23"
|
||||
futures-timer = "0.1"
|
||||
|
@ -6,7 +6,7 @@ workspace = ".."
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
env_logger = "0.6"
|
||||
futures = "0.1"
|
||||
serde = "1.0"
|
||||
|
@ -6,7 +6,7 @@ edition = "2018"
|
||||
workspace = ".."
|
||||
|
||||
[dependencies]
|
||||
actix-service = "0.4.0"
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-service = "0.4.1"
|
||||
actix-web = "1.0.0"
|
||||
futures = "0.1.25"
|
||||
env_logger = "0.6"
|
@ -10,8 +10,8 @@ name = "multipart"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-multipart = "0.1.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
actix-multipart = "0.1.1"
|
||||
|
||||
env_logger = "0.6"
|
||||
futures = "0.1.25"
|
||||
|
@ -13,6 +13,6 @@ derive_more = "0.14"
|
||||
prost = "0.4.0"
|
||||
prost-derive = "0.4.0"
|
||||
|
||||
actix = "0.8.1"
|
||||
actix-web = "1.0.0-rc"
|
||||
actix = "0.8.2"
|
||||
actix-web = "1.0.0"
|
||||
actix-protobuf = "0.4.0"
|
||||
|
@ -7,7 +7,7 @@ workspace = ".."
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "0.2"
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
|
||||
futures = "0.1"
|
||||
env_logger = "0.6"
|
||||
|
@ -6,8 +6,8 @@ workspace = ".."
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.8.1"
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-session = "0.1.0-beta.4"
|
||||
actix = "0.8.2"
|
||||
actix-web = "1.0.0"
|
||||
actix-session = "0.1.0"
|
||||
actix-redis = { git = "https://github.com/actix/actix-redis.git", features = ["web"] }
|
||||
env_logger = "0.6"
|
||||
|
@ -12,5 +12,5 @@ path = "src/main.rs"
|
||||
[dependencies]
|
||||
env_logger = "0.5"
|
||||
rustls = "0.15"
|
||||
actix-web = { version = "1.0.0-beta.4", features=["rust-tls"] }
|
||||
actix-files = "0.1.0-beta.4"
|
||||
actix-web = { version = "1.0.0", features=["rust-tls"] }
|
||||
actix-files = "0.1.0"
|
||||
|
@ -6,10 +6,10 @@ edition = "2018"
|
||||
workspace = ".."
|
||||
|
||||
[dependencies]
|
||||
actix = { version = "0.8.1", features = ["http"] }
|
||||
actix = "0.8.2"
|
||||
actix-rt = "0.2.2"
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-files = "0.1.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
actix-files = "0.1.1"
|
||||
|
||||
bcrypt = "0.2.1"
|
||||
chrono = { version = "0.4.6", features = ["serde"] }
|
||||
|
@ -6,6 +6,6 @@ workspace = ".."
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
futures = "0.1.25"
|
||||
env_logger = "0.6"
|
||||
|
@ -12,12 +12,12 @@
|
||||
//! Check [user guide](https://actix.rs/book/actix-web/sec-2-application.html) for more info.
|
||||
|
||||
use std::io;
|
||||
use std::sync::{Arc, Mutex};
|
||||
use std::sync::Mutex;
|
||||
|
||||
use actix_web::{middleware, web, App, HttpRequest, HttpResponse, HttpServer};
|
||||
|
||||
/// simple handle
|
||||
fn index(state: web::Data<Arc<Mutex<usize>>>, req: HttpRequest) -> HttpResponse {
|
||||
fn index(state: web::Data<Mutex<usize>>, req: HttpRequest) -> HttpResponse {
|
||||
println!("{:?}", req);
|
||||
*(state.lock().unwrap()) += 1;
|
||||
|
||||
@ -28,12 +28,12 @@ fn main() -> io::Result<()> {
|
||||
std::env::set_var("RUST_LOG", "actix_web=info");
|
||||
env_logger::init();
|
||||
|
||||
let counter = Arc::new(Mutex::new(0usize));
|
||||
let counter = web::Data::new(Mutex::new(0usize));
|
||||
|
||||
//move is necessary to give closure below ownership of counter
|
||||
HttpServer::new(move || {
|
||||
App::new()
|
||||
.data(counter.clone()) // <- create app with shared state
|
||||
.register_data(counter.clone()) // <- create app with shared state
|
||||
// enable logger
|
||||
.wrap(middleware::Logger::default())
|
||||
// register simple handler, handle all methods
|
||||
|
@ -9,5 +9,5 @@ edition = "2018"
|
||||
futures = "0.1"
|
||||
env_logger = "0.5"
|
||||
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-files = "0.1.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
actix-files = "0.1.1"
|
||||
|
@ -6,7 +6,7 @@ workspace = ".."
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
env_logger = "0.6"
|
||||
askama = "0.8"
|
||||
|
||||
|
@ -8,4 +8,4 @@ edition = "2018"
|
||||
[dependencies]
|
||||
env_logger = "0.6"
|
||||
tera = "0.11"
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
|
@ -12,7 +12,7 @@ env_logger = "0.6"
|
||||
|
||||
yarte = { version = "0.2", features=["with-actix-web"] }
|
||||
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
|
||||
[build-dependencies]
|
||||
yarte = { version = "0.2", features=["with-actix-web"] }
|
||||
@ -20,4 +20,4 @@ yarte = { version = "0.2", features=["with-actix-web"] }
|
||||
[dev-dependencies]
|
||||
bytes = "0.4"
|
||||
actix-http-test = "0.2.0"
|
||||
actix-http = "0.2.0"
|
||||
actix-http = "0.2.3"
|
||||
|
@ -11,6 +11,6 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "0.2"
|
||||
actix-web = { version="1.0.0-beta.4", features=["ssl"] }
|
||||
actix-web = { version="1.0.0", features=["ssl"] }
|
||||
env_logger = "0.6"
|
||||
openssl = { version="0.10" }
|
||||
|
@ -6,7 +6,7 @@ workspace = "../../"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web = "1.0.0"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
|
@ -10,10 +10,10 @@ name = "websocket-chat-server"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.8.1"
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web-actors = "1.0.0-beta.4"
|
||||
actix-files = "0.1.0-beta.4"
|
||||
actix = "0.8.2"
|
||||
actix-web = "1.0.0"
|
||||
actix-web-actors = "1.0.0"
|
||||
actix-files = "0.1.1"
|
||||
|
||||
rand = "0.6"
|
||||
bytes = "0.4"
|
||||
|
@ -14,10 +14,10 @@ name = "websocket-tcp-client"
|
||||
path = "src/client.rs"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.8.1"
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web-actors = "1.0.0-beta.4"
|
||||
actix-files = "0.1.0-beta.4"
|
||||
actix = "0.8.2"
|
||||
actix-web = "1.0.0"
|
||||
actix-web-actors = "1.0.0"
|
||||
actix-files = "0.1.1"
|
||||
|
||||
rand = "0.6"
|
||||
bytes = "0.4"
|
||||
|
@ -14,10 +14,10 @@ path = "src/main.rs"
|
||||
#path = "src/client.rs"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.8.1"
|
||||
actix-web = "1.0.0-beta.4"
|
||||
actix-web-actors = "1.0.0-beta.4"
|
||||
actix-files = "0.1.0-beta.4"
|
||||
actix = "0.8.2"
|
||||
actix-web = "1.0.0"
|
||||
actix-web-actors = "1.0.0"
|
||||
actix-files = "0.1.1"
|
||||
env_logger = "0.6"
|
||||
futures = "0.1"
|
||||
bytes = "0.4"
|
Loading…
Reference in New Issue
Block a user