mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
update env_logger to 0.10
This commit is contained in:
parent
3ffb06abb7
commit
c78332c0f9
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -2513,12 +2513,12 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "env_logger"
|
name = "env_logger"
|
||||||
version = "0.9.3"
|
version = "0.10.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
|
||||||
"humantime",
|
"humantime",
|
||||||
|
"is-terminal",
|
||||||
"log",
|
"log",
|
||||||
"regex",
|
"regex",
|
||||||
"termcolor",
|
"termcolor",
|
||||||
|
@ -8,5 +8,5 @@ actix-web = "4"
|
|||||||
actix-identity = "0.5"
|
actix-identity = "0.5"
|
||||||
actix-session = { version = "0.7", features = ["cookie-session"] }
|
actix-session = { version = "0.7", features = ["cookie-session"] }
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
@ -7,4 +7,4 @@ edition = "2021"
|
|||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-session = { version = "0.7", features = ["cookie-session"] }
|
actix-session = { version = "0.7", features = ["cookie-session"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-session = { version = "0.7", features = ["redis-actor-session"] }
|
actix-session = { version = "0.7", features = ["redis-actor-session"] }
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
@ -12,7 +12,7 @@ chrono = { version = "0.4", features = ["serde"] }
|
|||||||
derive_more = "0.99.5"
|
derive_more = "0.99.5"
|
||||||
diesel = { version = "2", features = ["postgres", "r2d2", "uuid", "chrono"] }
|
diesel = { version = "2", features = ["postgres", "r2d2", "uuid", "chrono"] }
|
||||||
dotenv = "0.15"
|
dotenv = "0.15"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
once_cell = "1"
|
once_cell = "1"
|
||||||
r2d2 = "0.8"
|
r2d2 = "0.8"
|
||||||
rust-argon2 = "1"
|
rust-argon2 = "1"
|
||||||
|
@ -9,5 +9,5 @@ actix-session = { version = "0.7", features = ["cookie-session"] }
|
|||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
|
|
||||||
async-stream = "0.3"
|
async-stream = "0.3"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
@ -7,6 +7,6 @@ edition = "2021"
|
|||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
|
|
||||||
derive_more = "0.99.5"
|
derive_more = "0.99.5"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
@ -5,4 +5,4 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.10"
|
||||||
|
@ -5,6 +5,6 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = { version = "4", features = ["openssl"] }
|
actix-web = { version = "4", features = ["openssl"] }
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
serde = { version = "^1.0", features = ["derive"] }
|
serde = { version = "^1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.39"
|
serde_json = "1.0.39"
|
||||||
|
@ -5,4 +5,4 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.10"
|
||||||
|
@ -6,5 +6,5 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-files = "0.6"
|
actix-files = "0.6"
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
@ -10,7 +10,7 @@ actix-web = "4"
|
|||||||
actix-web-lab = "0.18"
|
actix-web-lab = "0.18"
|
||||||
|
|
||||||
dotenv = "0.15"
|
dotenv = "0.15"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
@ -7,6 +7,6 @@ edition = "2021"
|
|||||||
actix-web = { version = "4", features = ["rustls"] }
|
actix-web = { version = "4", features = ["rustls"] }
|
||||||
actix-cors = "0.6"
|
actix-cors = "0.6"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
@ -6,5 +6,5 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
diesel = { version = "2", features = ["sqlite", "r2d2"] }
|
diesel = { version = "2", features = ["sqlite", "r2d2"] }
|
||||||
dotenv = "0.15"
|
dotenv = "0.15"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
redis = { version = "0.22", default-features = false, features = ["tokio-comp", "connection-manager"] }
|
redis = { version = "0.22", default-features = false, features = ["tokio-comp", "connection-manager"] }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
futures-util = { version = "0.3", default-features = false, features = ["std"] }
|
futures-util = { version = "0.3", default-features = false, features = ["std"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
r2d2 = "0.8"
|
r2d2 = "0.8"
|
||||||
|
@ -5,5 +5,5 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
@ -12,7 +12,7 @@ aws-config = "0.49"
|
|||||||
aws-sdk-s3 = "0.19"
|
aws-sdk-s3 = "0.19"
|
||||||
|
|
||||||
dotenv = "0.15"
|
dotenv = "0.15"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
sanitize-filename = "0.4"
|
sanitize-filename = "0.4"
|
||||||
|
@ -12,6 +12,6 @@ actix-cors = "0.6"
|
|||||||
async-graphql = "4"
|
async-graphql = "4"
|
||||||
async-graphql-actix-web = "4"
|
async-graphql-actix-web = "4"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
slab = "0.4"
|
slab = "0.4"
|
||||||
|
@ -15,7 +15,7 @@ r2d2 = "0.8"
|
|||||||
r2d2_mysql = "23"
|
r2d2_mysql = "23"
|
||||||
|
|
||||||
dotenv = "0.15"
|
dotenv = "0.15"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
@ -10,7 +10,7 @@ actix-cors = "0.6"
|
|||||||
|
|
||||||
juniper = "0.15"
|
juniper = "0.15"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
@ -8,6 +8,6 @@ actix-web = { version = "4", features = ["openssl"] }
|
|||||||
awc = "3"
|
awc = "3"
|
||||||
|
|
||||||
clap = { version = "4", features = ["derive"] }
|
clap = { version = "4", features = ["derive"] }
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
url = "2.2"
|
url = "2.2"
|
||||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
awc = { version = "3", features = ["rustls"] }
|
awc = { version = "3", features = ["rustls"] }
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
mime = "0.3"
|
mime = "0.3"
|
||||||
rustls = "0.20"
|
rustls = "0.20"
|
||||||
|
@ -9,7 +9,7 @@ actix-files = "0.6"
|
|||||||
|
|
||||||
acme-micro = "0.12"
|
acme-micro = "0.12"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
openssl = { version = "0.10", features = ["v110"] }
|
openssl = { version = "0.10", features = ["v110"] }
|
||||||
reqwest = "0.11"
|
reqwest = "0.11"
|
||||||
|
@ -5,5 +5,5 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = { version = "4", features = ["openssl"] }
|
actix-web = { version = "4", features = ["openssl"] }
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
openssl = "0.10"
|
openssl = "0.10"
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-tls = "3.0"
|
actix-tls = "3.0"
|
||||||
actix-web = { version = "4", features = ["rustls"] }
|
actix-web = { version = "4", features = ["rustls"] }
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
rustls = "0.20"
|
rustls = "0.20"
|
||||||
rustls-pemfile = "1"
|
rustls-pemfile = "1"
|
||||||
|
@ -12,7 +12,7 @@ actix-web = { version = "4", features = ["rustls"] }
|
|||||||
actix-web-lab = "0.18"
|
actix-web-lab = "0.18"
|
||||||
actix-files = "0.6"
|
actix-files = "0.6"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
rustls = "0.20.2"
|
rustls = "0.20.2"
|
||||||
rustls-pemfile = "1"
|
rustls-pemfile = "1"
|
||||||
|
@ -6,6 +6,6 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
awc = { version = "3", features = ["openssl"] }
|
awc = { version = "3", features = ["openssl"] }
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||||
json = "0.12"
|
json = "0.12"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
|
|
||||||
bytes = "1.1.0"
|
bytes = "1.1.0"
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.10"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
@ -6,4 +6,4 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
actix-web = { version = "4", features = ["rustls"] }
|
actix-web = { version = "4", features = ["rustls"] }
|
||||||
actix-web-lab = "0.18"
|
actix-web-lab = "0.18"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
rustls = "0.20"
|
rustls = "0.20"
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
pin-project = "1"
|
pin-project = "1"
|
||||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
actix-protobuf = "0.9"
|
actix-protobuf = "0.9"
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
prost = "0.11"
|
prost = "0.11"
|
||||||
prost-derive = "0.11"
|
prost-derive = "0.11"
|
||||||
|
@ -7,5 +7,5 @@ description = "Run Actix Web in separate thread"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-lab = "0.18"
|
actix-web-lab = "0.18"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12"
|
||||||
|
@ -8,7 +8,7 @@ description = "Send a request to the server to shut it down"
|
|||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-lab = "0.18"
|
actix-web-lab = "0.18"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12"
|
||||||
tokio = { version = "1.13.1", features = ["signal"] }
|
tokio = { version = "1.13.1", features = ["signal"] }
|
||||||
|
@ -4,7 +4,7 @@ version = "1.0.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.10"
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
askama = "0.11.0"
|
askama = "0.11.0"
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ actix-web = "4"
|
|||||||
actix-web-lab = "0.18"
|
actix-web-lab = "0.18"
|
||||||
actix-utils = "3"
|
actix-utils = "3"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
minijinja = { version = "0.24", features = ["source"] }
|
minijinja = { version = "0.24", features = ["source"] }
|
||||||
minijinja-autoreload = "0.24"
|
minijinja-autoreload = "0.24"
|
||||||
|
@ -7,6 +7,6 @@ edition = "2021"
|
|||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-lab = "0.18"
|
actix-web-lab = "0.18"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
sailfish = "0.5"
|
sailfish = "0.5"
|
||||||
|
@ -7,5 +7,5 @@ edition = "2021"
|
|||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-lab = "0.18"
|
actix-web-lab = "0.18"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
tera = "1.8.0"
|
tera = "1.8.0"
|
||||||
|
@ -4,7 +4,7 @@ version = "1.0.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.10"
|
||||||
tinytemplate = "1.1"
|
tinytemplate = "1.1"
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.10"
|
||||||
yarte = { version = "0.15", features = ["bytes-buf", "html-min"] }
|
yarte = { version = "0.15", features = ["bytes-buf", "html-min"] }
|
||||||
derive_more = "0.99"
|
derive_more = "0.99"
|
||||||
|
|
||||||
|
@ -4,5 +4,5 @@ version = "1.0.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.10"
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
|
@ -12,5 +12,5 @@ actix = "0.13"
|
|||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-actors = "4.1"
|
actix-web-actors = "4.1"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
@ -10,7 +10,7 @@ actix-ws = "0.2.5"
|
|||||||
awc = "3"
|
awc = "3"
|
||||||
|
|
||||||
derive_more = "0.99.5"
|
derive_more = "0.99.5"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
@ -14,6 +14,6 @@ actix-files = "0.6"
|
|||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-actors = "4.1"
|
actix-web-actors = "4.1"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
@ -20,7 +20,7 @@ actix-web-actors = "4.1"
|
|||||||
|
|
||||||
byteorder = "1.2"
|
byteorder = "1.2"
|
||||||
bytes = "1"
|
bytes = "1"
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = ["std", "sink"] }
|
futures-util = { version = "0.3.17", default-features = false, features = ["std", "sink"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
@ -13,7 +13,7 @@ actix-files = "0.6"
|
|||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-actors = "4.1"
|
actix-web-actors = "4.1"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
|
@ -9,7 +9,7 @@ actix-web = "4"
|
|||||||
actix-ws = "0.2.5"
|
actix-ws = "0.2.5"
|
||||||
awc = "3"
|
awc = "3"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
tokio = { version = "1.13.1", features = ["rt", "macros", "sync", "time"] }
|
tokio = { version = "1.13.1", features = ["rt", "macros", "sync", "time"] }
|
||||||
|
@ -20,7 +20,7 @@ actix-web = "4"
|
|||||||
actix-web-actors = "4.1"
|
actix-web-actors = "4.1"
|
||||||
awc = "3"
|
awc = "3"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.10"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = ["std", "sink"] }
|
futures-util = { version = "0.3.17", default-features = false, features = ["std", "sink"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
tokio = { version = "1.13.1", features = ["full"] }
|
tokio = { version = "1.13.1", features = ["full"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user