Skip to content

Commit 2748307

Browse files
Update Rust crate hyper to v1.8.0 (#12304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c8955d7 commit 2748307

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ futures-util = "=0.3.31"
102102
generic-array = "=0.14.9" # see https://github.com/RustCrypto/traits/issues/2036
103103
hex = "=0.4.3"
104104
http = "=1.3.1"
105-
hyper = { version = "=1.7.0", features = ["client", "http1"] }
105+
hyper = { version = "=1.8.0", features = ["client", "http1"] }
106106
indexmap = { version = "=2.12.0", features = ["serde"] }
107107
indicatif = "=0.18.3"
108108
json-subscriber = "=0.2.6"

0 commit comments

Comments
 (0)