From 649030080fe167fc50607c57f0345ba0c370d6bb Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 21 Jul 2026 15:22:13 -0400 Subject: [PATCH] Minor formatting change in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd4edad..8f35d0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ http = { version = "1.4.2" } reqwest = { version = "0.13.4", features = ["json", "blocking", "multipart", "stream"] } openssl = { version = "0.10.81", features = ["vendored"] } serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.150" +serde_json = { version = "1.0.150" } tokio = { version = "1.52.4", features = ["full"] } tokio-util = { version = "0.7.18", features = ["codec"] } uuid = { version = "1.23.4", features = ["v4", "serde"] }