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