From 9a40ea5690722373ddf3e74ea1ca60f1146a9c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 08:59:41 +0000 Subject: [PATCH] Bump async-tungstenite from 0.26.2 to 0.27.0 (#596) Bumps [async-tungstenite](https://github.com/sdroege/async-tungstenite) from 0.26.2 to 0.27.0. - [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md) - [Commits](https://github.com/sdroege/async-tungstenite/compare/0.26.2...0.27.0) --- updated-dependencies: - dependency-name: async-tungstenite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53ee5bc..051c774 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,9 +113,9 @@ dependencies = [ [[package]] name = "async-tungstenite" -version = "0.26.2" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb786dab48e539c5f17b23bac20d812ac027c01732ed7c7b58850c69a684e46c" +checksum = "c5359381fd414fbdb272c48f2111c16cb0bb3447bfacd59311ff3736da9f6664" dependencies = [ "futures-io", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index df60a2f..74247fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["twitter", "application"] [dependencies] anyhow = "1.0.86" async-stream = "0.3.5" -async-tungstenite = { version = "0.26.2", features = ["tokio-runtime"] } +async-tungstenite = { version = "0.27.0", features = ["tokio-runtime"] } egg-mode = { version = "0.16.1", default-features = false, features = ["rustls"] } futures = "0.3.30" log = "0.4.22"