Skip to content

Commit

Permalink
chore(deps): update rust crate hyper to 1.1 (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 14, 2024
1 parent 7d1cf6d commit 7b29d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mime_guess = "2"
chrono = { version = "0.4", default-features = false, features = ["clock", "std", "serde"] }
url = { version = "2.5", features = ["serde"]}
http-body-util = { version = "0.1", optional = true }
hyper = { version ="1.0", features = ["http2","server", "client"], optional = true }
hyper = { version ="1.1", features = ["http2","server", "client"], optional = true }
hyper-util = { version = "0.1", features = ["client", "client-legacy", "server"], optional = true }
tokio = { version = "1", features = ["bytes","rt-multi-thread","signal","tracing"], optional = true }
tokio-stream = { version = "0.1", optional = true }
Expand All @@ -71,7 +71,7 @@ cargo-husky = { version = "1", default-features = false, features = ["run-for-al
cargo-audit = "0.18"
tracing-subscriber = { version ="0.3", features = ["env-filter"] }
hyper-proxy2 = "0.1"
hyper = { version ="1.0", features = ["full"] }
hyper = { version ="1.1", features = ["full"] }
tokio = { version = "1", features = ["full"] }

[package.metadata.release]
Expand Down

0 comments on commit 7b29d6d

Please sign in to comment.