Skip to content

Commit ed93a11

Browse files
chore(deps): bump tokio-tungstenite from 0.26.2 to 0.27.0
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.26.2 to 0.27.0. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.26.2...v0.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 775a70b commit ed93a11

File tree

4 files changed

+35
-6
lines changed

4 files changed

+35
-6
lines changed

Cargo.lock

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

apps/freenet-ping/app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"
1717
tempfile = "3.9.0"
1818
tokio = { version = "1.0", features = ["full"] }
19-
tokio-tungstenite = "0.26.1"
19+
tokio-tungstenite = "0.27.0"
2020
tracing = { version = "0.1", features = ["log"] }
2121
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2222
humantime = "2.2.0"

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tar = { version = "0.4" }
5858
time = "0.3"
5959
thiserror = "2"
6060
tokio = { features = ["fs", "macros", "rt-multi-thread", "sync", "process"], version = "1" }
61-
tokio-tungstenite = "0.26.1"
61+
tokio-tungstenite = "0.27.0"
6262
tower-http = { features = ["fs", "trace"], version = "0.6" }
6363
ulid = { features = ["serde"], version = "1.1" }
6464
unsigned-varint = { version = "0.8", features = ["codec", "asynchronous_codec"] }

crates/fdev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ semver = { workspace = true }
2929
tar = "0.4"
3030
thiserror = "2"
3131
tokio = { version = "1", features = ["rt-multi-thread", "sync", "macros", "signal", "parking_lot", "process"] }
32-
tokio-tungstenite = "0.26.1"
32+
tokio-tungstenite = "0.27.0"
3333
toml = { version = "0.8", features = ["default", "preserve_order"] }
3434
tracing = { workspace = true }
3535
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] }

0 commit comments

Comments
 (0)