Skip to content

Commit

Permalink
tokio: enable io-util
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed Sep 5, 2023
1 parent 40e35c3 commit d23771b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion harmonia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde_json = "1.0"
toml = "0.7"
mime = "0.3"
base64 = "0.21"
tokio = { version = "1", features = ["sync", "fs", "rt", "macros"] }
tokio = { version = "1", features = ["sync", "fs", "io-util", "rt", "macros"] }
tokio-stream = { version = "0.1" }
http-range = "0.1"
askama_escape = "0.10.3"
Expand Down

0 comments on commit d23771b

Please sign in to comment.