Skip to content

Commit

Permalink
pin futures-util to >=0.3.31
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraef committed Dec 15, 2024
1 parent 1f0b2ec commit bd20c37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ rustdoc-args = ["--cfg", "docsrs"]
json = ["dep:serde", "dep:serde_json"]

[dependencies]
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
# pin version, see https://github.com/jgraef/reqwest-websocket/pull/33
futures-util = { version = ">=0.3.31", default-features = false, features = ["sink"] }
reqwest = { version = "0.12", default-features = false }
thiserror = "2"
tracing = "0.1"
Expand Down

0 comments on commit bd20c37

Please sign in to comment.