diff --git a/Cargo.lock b/Cargo.lock index ea88731..2256ce5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,9 +571,9 @@ dependencies = [ [[package]] name = "tokio-listener" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c653e74cafcf90e7efb32c20fae74a9d2e955e92128333584efd8b57eecaacf" +checksum = "05875e290052a679fec29aef1da57eb4da3dafb59c6fe579fb143ccca3dea7fb" dependencies = [ "document-features", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 3d2b866..413999c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ futures = "0.3.8" rand = { version = "0.8.5", features = ["small_rng"] } slab = "0.4.2" tokio = {version = "1", features=["net","rt","macros","sync"]} -tokio-listener = { version = "0.2.0", default-features = false, features = ["user_facing_default"] } +tokio-listener = { version = "0.2.1", default-features = false, features = ["user_facing_default"] } tokio-tungstenite = "0.20" tungstenite = {version="0.20", default_features=false} xflags = "0.3.1"