We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0b2ec commit bd20c37Copy full SHA for bd20c37
Cargo.toml
@@ -23,7 +23,8 @@ rustdoc-args = ["--cfg", "docsrs"]
23
json = ["dep:serde", "dep:serde_json"]
24
25
[dependencies]
26
-futures-util = { version = "0.3", default-features = false, features = ["sink"] }
+# pin version, see https://github.com/jgraef/reqwest-websocket/pull/33
27
+futures-util = { version = ">=0.3.31", default-features = false, features = ["sink"] }
28
reqwest = { version = "0.12", default-features = false }
29
thiserror = "2"
30
tracing = "0.1"
0 commit comments