mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
move rand to workspace dep
This commit is contained in:
parent
9e4882285e
commit
59ecb09c20
@ -89,6 +89,7 @@ awc = "3"
|
||||
env_logger = "0.10"
|
||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||
log = "0.4"
|
||||
rand = "0.8"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tokio = { version = "1.13.1", features = ["sync"] }
|
||||
|
@ -9,4 +9,4 @@ actix-identity.workspace = true
|
||||
actix-session = { workspace = true, features = ["cookie-session"] }
|
||||
|
||||
env_logger.workspace = true
|
||||
rand = "0.8"
|
||||
rand.workspace = true
|
||||
|
@ -12,7 +12,7 @@ chrono = { version = "0.4.20", default-features = false, features = ["clock", "s
|
||||
dotenv = "0.15"
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
rand = "0.8"
|
||||
rand.workspace = true
|
||||
serde.workspace = true
|
||||
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
|
||||
tokio-util = "0.7.4"
|
||||
|
@ -9,4 +9,4 @@ actix-web.workspace = true
|
||||
derive_more = "0.99.5"
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
rand = "0.8"
|
||||
rand.workspace = true
|
||||
|
@ -13,5 +13,5 @@ derive_more = "0.99.5"
|
||||
env_logger.workspace = true
|
||||
futures-util.workspace = true
|
||||
log.workspace = true
|
||||
rand = "0.8"
|
||||
rand.workspace = true
|
||||
tokio = { workspace = true, features = ["rt", "time", "macros"] }
|
||||
|
@ -16,4 +16,4 @@ actix-web-actors.workspace = true
|
||||
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
rand = "0.8"
|
||||
rand.workspace = true
|
||||
|
@ -23,7 +23,7 @@ bytes = "1"
|
||||
env_logger.workspace = true
|
||||
futures-util = { workspace = true, features = ["sink"] }
|
||||
log.workspace = true
|
||||
rand = "0.8"
|
||||
rand.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
|
@ -15,6 +15,6 @@ actix-web-actors.workspace = true
|
||||
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
rand = "0.8"
|
||||
rand.workspace = true
|
||||
serde = "1"
|
||||
serde_json.workspace = true
|
||||
|
Loading…
Reference in New Issue
Block a user