Skip to content

Commit f8be307

Browse files
build(deps): bump tungstenite from 0.21.0 to 0.23.0
Bumps [tungstenite](https://github.com/snapview/tungstenite-rs) from 0.21.0 to 0.23.0. - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](snapview/tungstenite-rs@v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: tungstenite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa87ba7 commit f8be307

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

src/environmentd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ tracing = "0.1.37"
111111
tracing-capture = { version = "0.1.0", optional = true }
112112
tracing-opentelemetry = { version = "0.25.0" }
113113
tracing-subscriber = "0.3.19"
114-
tungstenite = { version = "0.21.0" }
114+
tungstenite = { version = "0.23.0" }
115115
url = "2.3.1"
116116
uuid = "1.2.2"
117117
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

src/workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ tower-http = { version = "0.5.2", features = ["auth", "cors", "map-response-body
140140
tracing = { version = "0.1.41", features = ["log"] }
141141
tracing-core = { version = "0.1.33" }
142142
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] }
143-
tungstenite = { version = "0.21.0" }
143+
tungstenite = { version = "0.23.0" }
144144
uncased = { version = "0.9.10" }
145145
unicode-bidi = { version = "0.3.18" }
146146
unicode-normalization = { version = "0.1.24" }
@@ -278,7 +278,7 @@ tower-http = { version = "0.5.2", features = ["auth", "cors", "map-response-body
278278
tracing = { version = "0.1.41", features = ["log"] }
279279
tracing-core = { version = "0.1.33" }
280280
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] }
281-
tungstenite = { version = "0.21.0" }
281+
tungstenite = { version = "0.23.0" }
282282
uncased = { version = "0.9.10" }
283283
unicode-bidi = { version = "0.3.18" }
284284
unicode-normalization = { version = "0.1.24" }

0 commit comments

Comments
 (0)