Skip to content

Commit 1d32ff9

Browse files
build(deps): bump tokio-tungstenite from 0.26.2 to 0.27.0 (#468)
1 parent f2dcfdd commit 1d32ff9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.

crates/dpapi-native-transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false # not ready yet
77
[dependencies]
88
transport = { git = "https://github.com/Devolutions/devolutions-gateway.git", rev = "4fd9c22" }
99
tokio.workspace = true
10-
tokio-tungstenite = { version = "0.26", default-features = false, features = ["connect", "rustls-tls-native-roots"] }
10+
tokio-tungstenite = { version = "0.27", default-features = false, features = ["connect", "rustls-tls-native-roots"] }
1111
url = "2.5"
1212
uuid = { workspace = true, features = ["v4"] }
1313
tracing.workspace = true

0 commit comments

Comments
 (0)