clean up dependencies
This commit is contained in:
@@ -4,7 +4,7 @@ name = "simple_command"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
api = { path = "../../api" }
|
||||
tokio = { version = "1.43.0", features = ["rt-multi-thread", "signal"] }
|
||||
tokio-util = "0.7.13"
|
||||
anyhow = "1.0.100"
|
||||
tokio = { workspace = true, features = ["rt-multi-thread", "signal"] }
|
||||
tokio-util = { workspace = true }
|
||||
|
||||
@@ -4,11 +4,11 @@ name = "simple_producer"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
api = { path = "../../api" }
|
||||
tokio = { version = "1.43.0", features = ["rt-multi-thread", "signal", "time", "macros"] }
|
||||
chrono = "0.4.39"
|
||||
num-traits = "0.2.19"
|
||||
anyhow = "1.0.100"
|
||||
futures-util = "0.3.31"
|
||||
uuid = { version = "1.19.0", features = ["v4"] }
|
||||
tokio-util = "0.7.17"
|
||||
chrono = { workspace = true }
|
||||
futures-util = { workspace = true }
|
||||
num-traits = { workspace = true }
|
||||
tokio = { workspace = true, features = ["rt-multi-thread", "signal", "time", "macros"] }
|
||||
tokio-util = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user