aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar sunmy2019 <59365878+sunmy2019@users.noreply.github.com> 2024-02-14 11:29:49 +0800
committerGravatar GitHub <noreply@github.com> 2024-02-14 11:29:49 +0800
commit915bf4d21dcc312c4f3ec3a348eed12773e6c061 (patch)
treefd9d6f3559389c9d6a19510d7f5a2e7c408d125f
parent62114cde4cf011b41eb4cbd36c8af1186cdeea28 (diff)
downloadrathole-915bf4d21dcc312c4f3ec3a348eed12773e6c061.tar.gz
rathole-915bf4d21dcc312c4f3ec3a348eed12773e6c061.tar.zst
rathole-915bf4d21dcc312c4f3ec3a348eed12773e6c061.zip
chore: update dependencies in Cargo.lock (#329)
-rw-r--r--Cargo.lock15
1 files changed, 13 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6856445..c9f1773 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -458,9 +458,9 @@ dependencies = [
[[package]]
name = "curve25519-dalek"
-version = "4.1.1"
+version = "4.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c"
+checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348"
dependencies = [
"cfg-if",
"cpufeatures",
@@ -1246,6 +1246,15 @@ 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.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1253,6 +1262,7 @@ checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
dependencies = [
"cc",
"libc",
+ "openssl-src",
"pkg-config",
"vcpkg",
]
@@ -1496,6 +1506,7 @@ dependencies = [
"hex",
"lazy_static",
"notify",
+ "openssl",
"rand",
"serde",
"sha2",