Skip to content

Commit c4783a4

Browse files
Update Rust crate hyper to v1
1 parent 6491fc7 commit c4783a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ axum = "0.6.20"
3131
clap = { version = "4.4.11", features = ["derive"] }
3232
console-subscriber = { version = "0.2.0" }
3333
futures = "0.3.29"
34-
hyper = { version = "0.14.28" }
34+
hyper = { version = "1.2.0" }
3535
parking_lot = "0.12.1"
3636
prometheus-client = "0.21.2"
3737
rustls-pemfile = "2.0.0"

nativelink-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tracing = "0.1.40"
2424
uuid = { version = "1.6.1", features = ["v4"] }
2525

2626
[dev-dependencies]
27-
hyper = "0.14.28"
27+
hyper = "1.2.0"
2828
maplit = "1.0.2"
2929
pretty_assertions = "1.4.0"
3030
prometheus-client = "0.21.2"

nativelink-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bytes = "1.5.0"
2121
filetime = "0.2.23"
2222
futures = "0.3.29"
2323
hex = "0.4.3"
24-
hyper = { version = "0.14.28" }
24+
hyper = { version = "1.2.0" }
2525
hyper-rustls = { version = "0.24.2", features = ["webpki-tokio"] }
2626
lz4_flex = "0.11.1"
2727
parking_lot = "0.12.1"

nativelink-worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tracing = "0.1.40"
3535
uuid = { version = "1.6.1", features = ["v4"] }
3636

3737
[dev-dependencies]
38-
hyper = "0.14.28"
38+
hyper = "1.2.0"
3939
once_cell = "1.19.0"
4040
pretty_assertions = "1.4.0"
4141
prost-types = "0.12.3"

0 commit comments

Comments
 (0)