diff options
Diffstat (limited to 'broadcast/Cargo.toml')
-rw-r--r-- | broadcast/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/broadcast/Cargo.toml b/broadcast/Cargo.toml index 718f7d1..06e4426 100644 --- a/broadcast/Cargo.toml +++ b/broadcast/Cargo.toml @@ -10,5 +10,4 @@ smol = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } common = { path = "../common/" } -futures = { version = "0.3.28", default_features = false, features = ["std"] } -elsa = "1.9.0" +futures = { version = "0.3.28", default_features = false, features = ["std"] }
\ No newline at end of file |