Skip to content

Commit

Permalink
fix(deps): update rust crate hyper to 0.14.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 9, 2021
1 parent cd65a64 commit 1180781
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 @@ async-trait = "0.1.51"
path-tree = "0.2.2"
futures-util = "0.3.17"

hyper = { version = "0.14.15", features = ["server", "stream"] }
hyper = { version = "0.14.16", features = ["server", "stream"] }

bytes = "1.1.0"
mime = "0.3.16"
Expand Down

0 comments on commit 1180781

Please sign in to comment.