Skip to content

Commit

Permalink
Merge pull request #20 from btwiuse/dependabot/cargo/hyper-1.0
Browse files Browse the repository at this point in the history
Update hyper requirement from 0.14 to 1.0
  • Loading branch information
btwiuse authored Nov 28, 2023
2 parents daf1b60 + e30f2de commit 4e0556f
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 @@ -32,7 +32,7 @@ clap = { version = "4", features = ["derive", "env"] }
dirs = "5"
futures-util = "0.3"
http = "1.0"
hyper = { version = "0.14", features = ["full"] }
hyper = { version = "1.0", features = ["full"] }
hyper-staticfile = "0.10"
tokio = { version = "1", features = ["full"] }
opener = "0.6"
Expand Down

0 comments on commit 4e0556f

Please # to comment.