security: remove hardcoded secret key and improve key handling
All checks were successful
Android Build Final Fixed / build-android (push) Successful in 7m27s
All checks were successful
Android Build Final Fixed / build-android (push) Successful in 7m27s
This commit is contained in:
@@ -21,6 +21,7 @@ easy-nostr = { path = "./easy-nostr" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
feed-rs = "2.3.1"
|
||||
ron = "0.8"
|
||||
nostr-sdk = "0.44.1"
|
||||
|
||||
# FIX: default-features entfernt und rustls-tls hinzugefügt
|
||||
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
|
||||
|
||||
Reference in New Issue
Block a user