Skip to content

Commit 8dcc095

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 ff9ebcd commit 8dcc095

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.16"
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
@@ -135,7 +135,7 @@ tower-http = { version = "0.5.2", features = ["auth", "cors", "map-response-body
135135
tracing = { version = "0.1.41", features = ["log"] }
136136
tracing-core = { version = "0.1.33" }
137137
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
138-
tungstenite = { version = "0.21.0" }
138+
tungstenite = { version = "0.23.0" }
139139
uncased = { version = "0.9.7" }
140140
unicode-bidi = { version = "0.3.15" }
141141
unicode-normalization = { version = "0.1.23" }
@@ -271,7 +271,7 @@ tower-http = { version = "0.5.2", features = ["auth", "cors", "map-response-body
271271
tracing = { version = "0.1.41", features = ["log"] }
272272
tracing-core = { version = "0.1.33" }
273273
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
274-
tungstenite = { version = "0.21.0" }
274+
tungstenite = { version = "0.23.0" }
275275
uncased = { version = "0.9.7" }
276276
unicode-bidi = { version = "0.3.15" }
277277
unicode-normalization = { version = "0.1.23" }

0 commit comments

Comments
 (0)