Skip to content

Commit

Permalink
Update Rust crate hyper-util to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2023
1 parent 1b699a0 commit 5355d27
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 34 deletions.
39 changes: 7 additions & 32 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 crates/myhy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Convenience wrapper around hyper and http libs"
[dependencies]
hyper = {version="1.0", features = ["full"]}
http-body-util = "0.1.0"
hyper-util = { version = "0.1.1", features = ["tokio", "server", "server-auto"] }
hyper-util = { version = "0.1.2", features = ["tokio", "server", "server-auto"] }
headers = "0.4.0"
http = "1.0.0"
tokio = {version="1.34", features=["full"]}
Expand Down
2 changes: 1 addition & 1 deletion crates/websock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tokio-tungstenite = "0.21.0"
thiserror = "1.0"
headers = "0.4.0"
http-body-util = "0.1.0"
hyper-util = { version = "0.1.1", features = ["tokio"] }
hyper-util = { version = "0.1.2", features = ["tokio"] }

[dev-dependencies]
env_logger = "0.10"
Expand Down

0 comments on commit 5355d27

Please sign in to comment.