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 26, 2024
1 parent c0d7eaa commit 7d58e4a
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 @@ -41,7 +41,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.41"
parking_lot = "0.12.2"
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"
parking_lot = "0.12.2"
prost = "0.12.4"
Expand All @@ -28,7 +28,7 @@ uuid = { version = "1.8.0", features = ["v4"] }
[dev-dependencies]
nativelink-macro = { path = "../nativelink-macro" }

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 @@ -23,7 +23,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"] }
lz4_flex = "0.11.3"
parking_lot = "0.12.2"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ uuid = { version = "1.8.0", features = ["v4"] }
[dev-dependencies]
nativelink-macro = { path = "../nativelink-macro" }

hyper = "0.14.28"
hyper = "1.3.1"
once_cell = "1.19.0"
pretty_assertions = "1.4.0"
prost-types = "0.12.4"
Expand Down

0 comments on commit 7d58e4a

Please sign in to comment.