mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
move serde deps to workspace
This commit is contained in:
@ -24,8 +24,8 @@ env_logger.workspace = true
|
||||
futures-util = { workspace = true, features = ["sink"] }
|
||||
log.workspace = true
|
||||
rand = "0.8"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
tokio-util = { version = "0.7", features = ["codec"] }
|
||||
tokio-stream = "0.1.8"
|
||||
|
@ -17,4 +17,4 @@ env_logger.workspace = true
|
||||
log.workspace = true
|
||||
rand = "0.8"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
serde_json.workspace = true
|
||||
|
Reference in New Issue
Block a user