diff --git a/Cargo.lock b/Cargo.lock index 1c11291..ded2222 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1042,9 +1042,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tungstenite" -version = "0.14.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0b2d8558abd2e276b0a8df5c05a2ec762609344191e5fd23e292c910e9165b5" +checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1" dependencies = [ "base64", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 064f304..2cba7c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ byteorder = "1.4" thiserror = "1.0" smallvec = "1.6" dialoguer = { version = "0.8", optional = true } -tungstenite = { version = "0.14", optional = true, default-features = false } +tungstenite = { version = "0.16", optional = true, default-features = false } url = { version = "2.2", optional = true } igd = { version = "0.12", optional = true }