Skip to content

Commit 8a85b9b

Browse files
build(deps): upgrade tokio-websockets to v0.12
1 parent ef550cb commit 8a85b9b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Cargo.lock

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

watermelon-net/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tokio = { version = "1.36", features = ["rt", "net", "time", "io-util"] }
1717
futures-core = "0.3.14"
1818
bytes = "1"
1919

20-
tokio-websockets = { version = "0.11.1", features = ["client"], optional = true }
20+
tokio-websockets = { version = "0.12", features = ["client"], optional = true }
2121
futures-sink = { version = "0.3.14", default-features = false, optional = true }
2222
http = { version = "1", optional = true }
2323

@@ -35,8 +35,8 @@ claims = "0.8"
3535
default = ["aws-lc-rs", "rand"]
3636
websocket = ["dep:tokio-websockets", "dep:futures-sink", "dep:http"]
3737
ring = ["tokio-websockets?/ring"]
38-
aws-lc-rs = ["tokio-websockets?/aws-lc-rs"]
39-
fips = ["tokio-websockets?/fips"]
38+
aws-lc-rs = ["tokio-websockets?/aws_lc_rs"]
39+
fips = []
4040
rand = ["tokio-websockets?/rand"]
4141
getrandom = ["tokio-websockets?/getrandom"]
4242
non-standard-zstd = ["watermelon-proto/non-standard-zstd"]

0 commit comments

Comments
 (0)