Skip to content

Commit

Permalink
bump hyper to 0.14.29 (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
f1shl3gs committed Jun 5, 2024
1 parent 7786851 commit f487232
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ tokio-util = { version = "0.7.11", default-features = false, features = ["codec"
tracing = { version = "0.1.40", default-features = false }

# HTTP
hyper = { version = "0.14.28", default-features = false, features = ["full"] }
hyper = { version = "0.14.29", default-features = false, features = ["full"] }
http = { version = "0.2.12", default-features = false }

# Tower
Expand Down
2 changes: 1 addition & 1 deletion lib/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ hickory-resolver = { version = "0.24" }
humanize = { git = "https://github.com/f1shl3gs/humanize", default-features = false, features = ["duration", "bytes", "serde"], rev = "3ce391414e9417c36ca386b50ef82e6d2e1882dd" }
hostname = { path = "../hostname" }
http = { version = "0.2.12", default-features = false }
hyper = { version = "0.14.28", default-features = false, features = ["full"] }
hyper = { version = "0.14.29", default-features = false, features = ["full"] }
hyper-rustls = { version = "0.24.2", default-features = false }
indexmap = { version = "2.2.6", default-features = false, features = ["serde"] }
inventory = { version = "0.3.15", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/testify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
event = { path = "../event" }
hyper = { version = "0.14.28", default-features = false, features = ["full"] }
hyper = { version = "0.14.29", default-features = false, features = ["full"] }
futures = { version = "0.3.30", default-features = false }
futures-util = { version = "0.3.30", default-features = false }
rand = { version = "0.8.5", default-features = false }
Expand Down

0 comments on commit f487232

Please sign in to comment.