Browse Source

Cargo.lock: openssl

zero 2 năm trước cách đây
mục cha
commit
75ad829ff8
1 tập tin đã thay đổi với 11 bổ sung0 xóa
  1. 11 0
      Cargo.lock

+ 11 - 0
Cargo.lock

@@ -2133,6 +2133,7 @@ dependencies = [
  "futures-rustls",
  "libc",
  "log",
+ "openssl",
  "rand 0.8.5",
  "rustls-pemfile",
  "serde",
@@ -4560,6 +4561,15 @@ version = "0.1.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 
+[[package]]
+name = "openssl-src"
+version = "300.2.3+3.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843"
+dependencies = [
+ "cc",
+]
+
 [[package]]
 name = "openssl-sys"
 version = "0.9.98"
@@ -4568,6 +4578,7 @@ checksum = "c1665caf8ab2dc9aef43d1c0023bd904633a6a05cb30b0ad59bec2ae986e57a7"
 dependencies = [
  "cc",
  "libc",
+ "openssl-src",
  "pkg-config",
  "vcpkg",
 ]