1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-12-20 14:25:37 +02:00

cargo: bump tokio-websockets from 0.12.3 to 0.13.0 (#2978)

Bumps [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets)
from 0.12.3 to 0.13.0.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-03 11:21:37 +00:00
committed by GitHub
parent 19bbee0343
commit 0ef575ce57
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2939,9 +2939,9 @@ dependencies = [
[[package]]
name = "tokio-websockets"
version = "0.12.3"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1b6348ebfaaecd771cecb69e832961d277f59845d4220a584701f72728152b7"
checksum = "19d469594aed8da8afbb9dfd33a5548f057f74d6c8e3a50b142b04398f91029a"
dependencies = [
"base64",
"bytes",

View File

@@ -7,4 +7,4 @@ edition = "2024"
futures-util = { version = "0.3.31", features = ["sink"] }
http = "1.3.1"
tokio = { version = "1.47.1", features = ["full"] }
tokio-websockets = { version = "0.12.3", features = ["client", "fastrand", "server", "sha1_smol"] }
tokio-websockets = { version = "0.13.0", features = ["client", "fastrand", "server", "sha1_smol"] }