blob: cf209bab1a7ee330bd8b78ee091006d49e13ff3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 1b54f3b0987242079d1ad66e1964a3587647acbe Mon Sep 17 00:00:00 2001
From: gao <gao66@sdf.org>
Date: Thu, 21 Nov 2024 16:43:56 +0800
Subject: [PATCH] update openssl dependency
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 2ee0a4c..50b30f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ serde_json = "1"
futures = "0.3"
reqwest = "0.11.22"
chrono = "0.4.31"
-openssl = { version = "0.10.61", features = ["vendored"] }
+openssl = { version = "0.10.61" }
clap = { version = "4.4.11", features = ["derive"] }
time = "0.3.30"
tokio = "1.35.0"
--
2.47.0
|