From 7a490f98e9302a30e28a8d4f4180ecd0dbcab4d4 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Sat, 17 Jun 2023 15:35:36 +0200 Subject: [PATCH] fix: toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f39ac02..71f4074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,6 @@ edition = "2021" ratmom = "0.1.0" reqwest = { version = "0.11.18", features = ["json"] } reqwest-eventsource = "0.4.0" -serde = {"1.0.164", features = ["derive"] } +serde = { version = "1.0.164", features = ["derive"] } serde_json = "1.0.97" tokio = { version = "1", features = ["full"] }