Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed Sep 16, 2023
1 parent b50f936 commit f98b9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["io-util", "fs"] }
tokio = { version = "1.32.0", features = ["full"] }

[profile.dev]
opt-level = 0
Expand Down

0 comments on commit f98b9be

Please sign in to comment.