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"] }