Skip to content

Commit

Permalink
build(deps): bump hyper from 1.5.2 to 1.6.0 (#678)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent b91778d commit db5e510
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ log = "0.4"
env_logger = "0.10"
futures = { version = "0.3", features = ["std"] }
tokio = { version = "1.38", features = ["rt-multi-thread", "macros", "net"] }
hyper = { version = "1.5", default-features = false, features = ["server", "http1", "http2"] }
hyper = { version = "1.6", default-features = false, features = ["server", "http1", "http2"] }
hyper-util = { version = "0.1", default-features = false, features = ["server-auto", "tokio"] }
http = "1.2"
http-body = "1.0"
Expand All @@ -34,5 +34,5 @@ seq-macro = "0.3"

[dev-dependencies]
specit = { version = "0.4.0", features = ["tokio"] }
hyper = { version = "1.5", features = ["client"] }
hyper = { version = "1.6", features = ["client"] }
regex = "1.11"

0 comments on commit db5e510

Please sign in to comment.