Skip to content

Commit d49a27a

Browse files
Update Rust crate hyper to v1
1 parent 90da4c9 commit d49a27a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ axum = "0.6.20"
4646

4747
clap = { version = "4.5.4", features = ["derive"] }
4848
futures = "0.3.30"
49-
hyper = { version = "0.14.28" }
49+
hyper = { version = "1.0.0" }
5050
mimalloc = "0.1.41"
5151
parking_lot = "0.12.2"
5252
prometheus-client = "0.21.2"

nativelink-service/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ nativelink-scheduler = { path = "../nativelink-scheduler" }
1313

1414
bytes = "1.6.0"
1515
futures = "0.3.30"
16-
hyper = { version = "0.14.28" }
16+
hyper = { version = "1.0.0" }
1717
serde_json5 = "0.1.0"
1818
parking_lot = "0.12.2"
1919
prost = "0.12.4"
@@ -28,7 +28,7 @@ uuid = { version = "1.8.0", features = ["v4"] }
2828
[dev-dependencies]
2929
nativelink-macro = { path = "../nativelink-macro" }
3030

31-
hyper = "0.14.28"
31+
hyper = "1.0.0"
3232
maplit = "1.0.2"
3333
pretty_assertions = "1.4.0"
3434
prometheus-client = "0.21.2"

nativelink-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ filetime = "0.2.23"
2323
futures = "0.3.30"
2424
hex = "0.4.3"
2525
http-body = "1.0.0"
26-
hyper = { version = "0.14.28" }
26+
hyper = { version = "1.0.0" }
2727
hyper-rustls = { version = "0.24.2", features = ["webpki-tokio"] }
2828
lz4_flex = "0.11.3"
2929
parking_lot = "0.12.2"

nativelink-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bytes = "1.6.0"
1515
console-subscriber = { version = "0.2.0" }
1616
futures = "0.3.30"
1717
hex = "0.4.3"
18-
hyper = "0.14.28"
18+
hyper = "1.0.0"
1919
lru = "0.12.3"
2020
parking_lot = "0.12.2"
2121
pin-project-lite = "0.2.14"

nativelink-worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ uuid = { version = "1.8.0", features = ["v4"] }
3737
[dev-dependencies]
3838
nativelink-macro = { path = "../nativelink-macro" }
3939

40-
hyper = "0.14.28"
40+
hyper = "1.0.0"
4141
once_cell = "1.19.0"
4242
pretty_assertions = "1.4.0"
4343
prost-types = "0.12.4"

0 commit comments

Comments
 (0)