From fe16a923190243dfde5db6ceff2ef0bcf9158926 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 1 Oct 2024 13:15:24 -0500 Subject: feat: simplify service status type --- Cargo.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1cb7655..b70af54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,16 @@ futures = "0.3.30" futures-util = "0.3.30" hyper-util = { version = "0.1.9", features = ["tokio"] } main_error = "0.1.2" -reqwest = { version = "0.12.7", features = ["blocking"] } +reqwest = "0.12.7" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" thiserror = "1.0.63" -tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "net", "time"] } +tokio = { version = "1.40.0", features = [ + "macros", + "rt-multi-thread", + "net", + "time", +] } tokio-stream = { version = "0.1.16", features = ["sync"] } toml = "0.8.19" tower-http = { version = "0.6.1", features = ["fs", "trace"] } -- cgit v1.2.3-70-g09d2