From 918183c19053c54586354f0f880ace08a7d64c40 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Fri, 5 Aug 2022 04:43:03 +0000 Subject: [PATCH] bug fixed --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a926ce..29e6cea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,9 @@ futures = { version = "0", default-features = false, features = [ "async-await", ] } nats = { version = "0" } +openssl = { version = "0", features = ["vendored"] } prost = { version = "0" } -reqwest = { version = "0" } +reqwest = { version = "0", features = ["json"] } serde = { version = "1", features = ["derive"] } serde_json = { version = "1" } tokio = { version = "1", features = ["macros", "rt-multi-thread"] }