update nostr-types (for more forgiving EventKind parsing, plus bugfix in Filter)

This commit is contained in:
Mike Dilger 2023-01-02 14:44:26 +13:00
parent a625cb7c91
commit b2de9452ff

2
Cargo.lock generated
View File

@ -2336,7 +2336,7 @@ dependencies = [
[[package]] [[package]]
name = "nostr-types" name = "nostr-types"
version = "0.2.0-unstable" version = "0.2.0-unstable"
source = "git+https://github.com/mikedilger/nostr-types#04da5790191aa313311a0f76c254dc130193c29c" source = "git+https://github.com/mikedilger/nostr-types#f36b36a5f33659886bdd039b3846f3cf6f0bf29f"
dependencies = [ dependencies = [
"aes", "aes",
"base64 0.13.1", "base64 0.13.1",