aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2e86b41..1174a3a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,4 +43,4 @@ nostr-sdk = { version = "0.30.0", features = ["nip04", "nip05", "nip44", "nip59"
nostr-relay-pool = { version = "0.30.0", optional = true }
[target.aarch64-unknown-linux-gnu.dependencies]
-openssl = { version = "*", features = ["vendored"] }
+openssl = { version = "0.10.64", features = ["vendored"] }