Skip to content

Commit 9ec65c7

Browse files
committed
fix(deps): update rust crate hyper to 0.14.17
1 parent cd65a64 commit 9ec65c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async-trait = "0.1.51"
3232
path-tree = "0.2.2"
3333
futures-util = "0.3.17"
3434

35-
hyper = { version = "0.14.15", features = ["server", "stream"] }
35+
hyper = { version = "0.14.17", features = ["server", "stream"] }
3636

3737
bytes = "1.1.0"
3838
mime = "0.3.16"

0 commit comments

Comments
 (0)