Minor formatting change in Cargo.toml
sidm / build (pull_request) Successful in 4m46s

This commit is contained in:
2026-07-21 15:22:13 -04:00
parent de07e402c3
commit 649030080f
+1 -1
View File
@@ -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"] }