Skip to content

Commit

Permalink
chore: fix dependency on Tokio (#5445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Feb 10, 2023
1 parent 74fb9e3 commit 36d2233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rt = ["tokio/rt", "tokio/sync", "futures-util", "hashbrown"]
__docs_rs = ["futures-util"]

[dependencies]
tokio = { version = "1.21.0", path = "../tokio", features = ["sync"] }
tokio = { version = "1.22.0", path = "../tokio", features = ["sync"] }
bytes = "1.0.0"
futures-core = "0.3.0"
futures-sink = "0.3.0"
Expand Down

0 comments on commit 36d2233

Please sign in to comment.