mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
use workspace deps for log and env_logger
This commit is contained in:
@ -12,5 +12,5 @@ actix = { workspace = true }
|
||||
actix-web = { workspace = true }
|
||||
actix-web-actors = { workspace = true }
|
||||
|
||||
env_logger = "0.10"
|
||||
log = "0.4"
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
|
@ -10,8 +10,8 @@ actix-ws = { workspace = true }
|
||||
awc = "3"
|
||||
|
||||
derive_more = "0.99.5"
|
||||
env_logger = "0.10"
|
||||
env_logger.workspace = true
|
||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||
log = "0.4"
|
||||
log.workspace = true
|
||||
rand = "0.8"
|
||||
tokio = { version = "1.13.1", features = ["rt", "macros", "sync", "time"] }
|
||||
|
@ -14,6 +14,6 @@ actix-files = { workspace = true }
|
||||
actix-web = { workspace = true }
|
||||
actix-web-actors = { workspace = true }
|
||||
|
||||
env_logger = "0.10"
|
||||
log = "0.4"
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
rand = "0.8"
|
||||
|
@ -20,9 +20,9 @@ actix-web-actors = { workspace = true }
|
||||
|
||||
byteorder = "1.2"
|
||||
bytes = "1"
|
||||
env_logger = "0.10"
|
||||
env_logger.workspace = true
|
||||
futures-util = { version = "0.3.17", default-features = false, features = ["std", "sink"] }
|
||||
log = "0.4"
|
||||
log.workspace = true
|
||||
rand = "0.8"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
@ -13,8 +13,8 @@ actix-files = { workspace = true }
|
||||
actix-web = { workspace = true }
|
||||
actix-web-actors = { workspace = true }
|
||||
|
||||
env_logger = "0.10"
|
||||
log = "0.4"
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
rand = "0.8"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
|
@ -9,7 +9,7 @@ actix-web = { workspace = true }
|
||||
actix-ws = { workspace = true }
|
||||
awc = "3"
|
||||
|
||||
env_logger = "0.10"
|
||||
env_logger.workspace = true
|
||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||
log = "0.4"
|
||||
log.workspace = true
|
||||
tokio = { version = "1.13.1", features = ["rt", "macros", "sync", "time"] }
|
||||
|
@ -19,8 +19,8 @@ actix-web = { workspace = true }
|
||||
actix-web-actors = { workspace = true }
|
||||
awc = "3"
|
||||
|
||||
env_logger = "0.10"
|
||||
env_logger.workspace = true
|
||||
futures-util = { version = "0.3.17", default-features = false, features = ["std", "sink"] }
|
||||
log = "0.4"
|
||||
log.workspace = true
|
||||
tokio = { version = "1.13.1", features = ["full"] }
|
||||
tokio-stream = "0.1.8"
|
||||
|
Reference in New Issue
Block a user