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.lock41
1 files changed, 4 insertions, 37 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e977d30..ea83740 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1628,7 +1628,7 @@ dependencies = [
1628 "tokio", 1628 "tokio",
1629 "tokio-rustls", 1629 "tokio-rustls",
1630 "tokio-socks", 1630 "tokio-socks",
1631 "tokio-tungstenite 0.20.1", 1631 "tokio-tungstenite",
1632 "url-fork", 1632 "url-fork",
1633 "webpki-roots", 1633 "webpki-roots",
1634 "ws_stream_wasm", 1634 "ws_stream_wasm",
@@ -2554,13 +2554,11 @@ dependencies = [
2554[[package]] 2554[[package]]
2555name = "simple-websockets" 2555name = "simple-websockets"
2556version = "0.1.6" 2556version = "0.1.6"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "7f38cc14717bb624d10e9bb4fff30344e8f540c0d2c0f876f8fb0111d808ee7c"
2559dependencies = [ 2557dependencies = [
2560 "flume", 2558 "flume",
2561 "futures-util", 2559 "futures-util",
2562 "tokio", 2560 "tokio",
2563 "tokio-tungstenite 0.19.0", 2561 "tokio-tungstenite",
2564] 2562]
2565 2563
2566[[package]] 2564[[package]]
@@ -2717,7 +2715,7 @@ dependencies = [
2717 "rexpect 0.5.0 (git+https://github.com/phaer/rexpect.git?branch=skip-ansi-escape-codes)", 2715 "rexpect 0.5.0 (git+https://github.com/phaer/rexpect.git?branch=skip-ansi-escape-codes)",
2718 "simple-websockets", 2716 "simple-websockets",
2719 "strip-ansi-escapes", 2717 "strip-ansi-escapes",
2720 "tungstenite 0.20.1", 2718 "tungstenite",
2721] 2719]
2722 2720
2723[[package]] 2721[[package]]
@@ -2809,18 +2807,6 @@ dependencies = [
2809 2807
2810[[package]] 2808[[package]]
2811name = "tokio-tungstenite" 2809name = "tokio-tungstenite"
2812version = "0.19.0"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c"
2815dependencies = [
2816 "futures-util",
2817 "log",
2818 "tokio",
2819 "tungstenite 0.19.0",
2820]
2821
2822[[package]]
2823name = "tokio-tungstenite"
2824version = "0.20.1" 2810version = "0.20.1"
2825source = "registry+https://github.com/rust-lang/crates.io-index" 2811source = "registry+https://github.com/rust-lang/crates.io-index"
2826checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" 2812checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
@@ -2830,7 +2816,7 @@ dependencies = [
2830 "rustls", 2816 "rustls",
2831 "tokio", 2817 "tokio",
2832 "tokio-rustls", 2818 "tokio-rustls",
2833 "tungstenite 0.20.1", 2819 "tungstenite",
2834 "webpki-roots", 2820 "webpki-roots",
2835] 2821]
2836 2822
@@ -2911,25 +2897,6 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2911 2897
2912[[package]] 2898[[package]]
2913name = "tungstenite" 2899name = "tungstenite"
2914version = "0.19.0"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67"
2917dependencies = [
2918 "byteorder",
2919 "bytes",
2920 "data-encoding",
2921 "http",
2922 "httparse",
2923 "log",
2924 "rand",
2925 "sha1",
2926 "thiserror",
2927 "url",
2928 "utf-8",
2929]
2930
2931[[package]]
2932name = "tungstenite"
2933version = "0.20.1" 2900version = "0.20.1"
2934source = "registry+https://github.com/rust-lang/crates.io-index" 2901source = "registry+https://github.com/rust-lang/crates.io-index"
2935checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" 2902checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"