upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fa3a485..1d1086f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1590,6 +1590,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1590checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1591 1591
1592[[package]] 1592[[package]]
1593name = "openssl-src"
1594version = "300.5.0+3.5.0"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f"
1597dependencies = [
1598 "cc",
1599]
1600
1601[[package]]
1593name = "openssl-sys" 1602name = "openssl-sys"
1594version = "0.9.108" 1603version = "0.9.108"
1595source = "registry+https://github.com/rust-lang/crates.io-index" 1604source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1597,6 +1606,7 @@ checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847"
1597dependencies = [ 1606dependencies = [
1598 "cc", 1607 "cc",
1599 "libc", 1608 "libc",
1609 "openssl-src",
1600 "pkg-config", 1610 "pkg-config",
1601 "vcpkg", 1611 "vcpkg",
1602] 1612]