Skip to content

Commit 625e159

Browse files
fix(deps): bump tokio-tungstenite from 0.26.2 to 0.27.0
--- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bed5a9b commit 625e159

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ time = { version = "0.3.39", features = [
148148
"serde",
149149
] }
150150
tokio = { version = "1.45.0", features = ["full"] }
151-
tokio-tungstenite = "0.26.2"
151+
tokio-tungstenite = "0.27.0"
152152
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
153153
toml = "0.8.12"
154154
tracing = { version = "0.1.40", features = ["log"] }

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ time = { version = "0.3.39", features = [
139139
"serde",
140140
] }
141141
tokio = { version = "1.45.0", features = ["full"] }
142-
tokio-tungstenite = "0.26.2"
142+
tokio-tungstenite = "0.27.0"
143143
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
144144
toml = "0.8.12"
145145
tracing = { version = "0.1.40", features = ["log"] }

0 commit comments

Comments
 (0)