mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 22:05:15 +00:00
chore(deps): update rust crate hyper to 1.3 (#258)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d3946f6028
commit
a695c4ffaf
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,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.2", features = ["http2","server", "client"], optional = true }
|
||||
hyper = { version ="1.3", 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 }
|
||||
|
|
@ -71,7 +71,7 @@ cargo-husky = { version = "1", default-features = false, features = ["run-for-al
|
|||
cargo-audit = "0.20"
|
||||
tracing-subscriber = { version ="0.3", features = ["env-filter"] }
|
||||
hyper-proxy2 = "0.1"
|
||||
hyper = { version ="1.2", features = ["full"] }
|
||||
hyper = { version ="1.3", features = ["full"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
||||
[package.metadata.release]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue