upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock21
1 files changed, 19 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b45930a..04e14a5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2553,13 +2553,13 @@ dependencies = [
2553 "nostr-lmdb", 2553 "nostr-lmdb",
2554 "nostr-sdk", 2554 "nostr-sdk",
2555 "once_cell", 2555 "once_cell",
2556 "rand 0.8.5", 2556 "rand 0.9.1",
2557 "rexpect", 2557 "rexpect",
2558 "sha2", 2558 "sha2",
2559 "simple-websockets", 2559 "simple-websockets",
2560 "strip-ansi-escapes", 2560 "strip-ansi-escapes",
2561 "tokio", 2561 "tokio",
2562 "tungstenite 0.20.1", 2562 "tungstenite 0.27.0",
2563] 2563]
2564 2564
2565[[package]] 2565[[package]]
@@ -2829,6 +2829,23 @@ dependencies = [
2829] 2829]
2830 2830
2831[[package]] 2831[[package]]
2832name = "tungstenite"
2833version = "0.27.0"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
2836dependencies = [
2837 "bytes",
2838 "data-encoding",
2839 "http 1.3.1",
2840 "httparse",
2841 "log",
2842 "rand 0.9.1",
2843 "sha1",
2844 "thiserror 2.0.12",
2845 "utf-8",
2846]
2847
2848[[package]]
2832name = "typenum" 2849name = "typenum"
2833version = "1.18.0" 2850version = "1.18.0"
2834source = "registry+https://github.com/rust-lang/crates.io-index" 2851source = "registry+https://github.com/rust-lang/crates.io-index"