Skip to content

Commit

Permalink
Update Rust crate hyper to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent 9db29ef commit 17b447f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ axum = "0.6.20"
clap = { version = "4.5.4", features = ["derive"] }
console-subscriber = { version = "0.2.0" }
futures = "0.3.30"
hyper = { version = "0.14.28" }
hyper = { version = "1.3.1" }
mimalloc = "0.1.39"
parking_lot = "0.12.1"
prometheus-client = "0.21.2"
Expand Down
4 changes: 2 additions & 2 deletions nativelink-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nativelink-scheduler = { path = "../nativelink-scheduler" }

bytes = "1.6.0"
futures = "0.3.30"
hyper = { version = "0.14.28" }
hyper = { version = "1.3.1" }
serde_json5 = "0.1.0"
log = "0.4.21"
parking_lot = "0.12.1"
Expand All @@ -27,7 +27,7 @@ tracing = "0.1.40"
uuid = { version = "1.8.0", features = ["v4"] }

[dev-dependencies]
hyper = "0.14.28"
hyper = "1.3.1"
maplit = "1.0.2"
pretty_assertions = "1.4.0"
prometheus-client = "0.21.2"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ filetime = "0.2.23"
futures = "0.3.30"
hex = "0.4.3"
http-body = "1.0.0"
hyper = { version = "0.14.28" }
hyper = { version = "1.3.1" }
hyper-rustls = { version = "0.24.2", features = ["webpki-tokio"] }
log = "0.4.21"
lz4_flex = "0.11.3"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tracing = "0.1.40"
uuid = { version = "1.8.0", features = ["v4"] }

[dev-dependencies]
hyper = "0.14.28"
hyper = "1.3.1"
once_cell = "1.19.0"
pretty_assertions = "1.4.0"
prost-types = "0.12.3"
Expand Down

0 comments on commit 17b447f

Please sign in to comment.