diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 41 |
1 files changed, 4 insertions, 37 deletions
| @@ -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]] |
| 2555 | name = "simple-websockets" | 2555 | name = "simple-websockets" |
| 2556 | version = "0.1.6" | 2556 | version = "0.1.6" |
| 2557 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2558 | checksum = "7f38cc14717bb624d10e9bb4fff30344e8f540c0d2c0f876f8fb0111d808ee7c" | ||
| 2559 | dependencies = [ | 2557 | dependencies = [ |
| 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]] |
| 2811 | name = "tokio-tungstenite" | 2809 | name = "tokio-tungstenite" |
| 2812 | version = "0.19.0" | ||
| 2813 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2814 | checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c" | ||
| 2815 | dependencies = [ | ||
| 2816 | "futures-util", | ||
| 2817 | "log", | ||
| 2818 | "tokio", | ||
| 2819 | "tungstenite 0.19.0", | ||
| 2820 | ] | ||
| 2821 | |||
| 2822 | [[package]] | ||
| 2823 | name = "tokio-tungstenite" | ||
| 2824 | version = "0.20.1" | 2810 | version = "0.20.1" |
| 2825 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2826 | checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" | 2812 | checksum = "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]] |
| 2913 | name = "tungstenite" | 2899 | name = "tungstenite" |
| 2914 | version = "0.19.0" | ||
| 2915 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2916 | checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67" | ||
| 2917 | dependencies = [ | ||
| 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]] | ||
| 2932 | name = "tungstenite" | ||
| 2933 | version = "0.20.1" | 2900 | version = "0.20.1" |
| 2934 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2935 | checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" | 2902 | checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" |