update nostr-types

This commit is contained in:
Mike Dilger 2023-03-31 10:37:02 +13:00
parent a26c2976c2
commit 7963b18219

4
Cargo.lock generated
View File

@ -2430,7 +2430,7 @@ dependencies = [
[[package]]
name = "nostr-types"
version = "0.5.0-unstable"
source = "git+https://github.com/mikedilger/nostr-types#7ac6a3fb8692f56976ecff1b38a405cb2ef8b820"
source = "git+https://github.com/mikedilger/nostr-types#56a961032fc986057bc2affb0f128422f073ed29"
dependencies = [
"aes",
"base64 0.21.0",
@ -2444,10 +2444,12 @@ dependencies = [
"http",
"inout",
"k256",
"lazy_static",
"num_cpus",
"pbkdf2",
"rand",
"rand_core",
"regex",
"reqwest",
"rpassword",
"scrypt",