diff options
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 0 insertions, 12 deletions
| @@ -918,7 +918,6 @@ dependencies = [ | |||
| 918 | "dotenvy", | 918 | "dotenvy", |
| 919 | "futures-util", | 919 | "futures-util", |
| 920 | "grasp-audit", | 920 | "grasp-audit", |
| 921 | "nix", | ||
| 922 | "nostr-sdk", | 921 | "nostr-sdk", |
| 923 | "serde", | 922 | "serde", |
| 924 | "serde_json", | 923 | "serde_json", |
| @@ -933,17 +932,6 @@ dependencies = [ | |||
| 933 | ] | 932 | ] |
| 934 | 933 | ||
| 935 | [[package]] | 934 | [[package]] |
| 936 | name = "nix" | ||
| 937 | version = "0.27.1" | ||
| 938 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 939 | checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" | ||
| 940 | dependencies = [ | ||
| 941 | "bitflags", | ||
| 942 | "cfg-if", | ||
| 943 | "libc", | ||
| 944 | ] | ||
| 945 | |||
| 946 | [[package]] | ||
| 947 | name = "nostr" | 935 | name = "nostr" |
| 948 | version = "0.43.1" | 936 | version = "0.43.1" |
| 949 | source = "registry+https://github.com/rust-lang/crates.io-index" | 937 | source = "registry+https://github.com/rust-lang/crates.io-index" |