From c505cbf3593d107662155c2329f4c52987353443 Mon Sep 17 00:00:00 2001 From: Va-a-real-noob-coder <139822957+Va-a-real-noob-coder@users.noreply.github.com> Date: Fri, 11 Aug 2023 02:10:26 -0700 Subject: [PATCH] Update Cargo.toml --- examples/subscriptions/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/subscriptions/Cargo.toml b/examples/subscriptions/Cargo.toml index a6a51cf73..a7eb6e597 100644 --- a/examples/subscriptions/Cargo.toml +++ b/examples/subscriptions/Cargo.toml @@ -15,5 +15,6 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"] } serde.workspace = true serde_json.workspace = true - +serde = { version = "1.0.183", features = ["derive"] } +serde_json = "1.0" eyre.workspace = true