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 Jan 22, 2024
1 parent 63e2ad6 commit a4bd086
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ axum = "0.6.20"
clap = { version = "4.4.11", features = ["derive"] }
console-subscriber = { version = "0.2.0" }
futures = "0.3.29"
hyper = { version = "0.14.27" }
hyper = { version = "1.1.0" }
parking_lot = "0.12.1"
prometheus-client = "0.21.2"
rustls-pemfile = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion nativelink-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tracing = "0.1.40"
uuid = { version = "1.6.1", features = ["v4"] }

[dev-dependencies]
hyper = "0.14.27"
hyper = "1.1.0"
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 @@ -21,7 +21,7 @@ bytes = "1.5.0"
filetime = "0.2.23"
futures = "0.3.29"
hex = "0.4.3"
hyper = { version = "0.14.27" }
hyper = { version = "1.1.0" }
hyper-rustls = { version = "0.24.2", features = ["webpki-tokio"] }
lz4_flex = "0.11.1"
parking_lot = "0.12.1"
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.6.1", features = ["v4"] }

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

0 comments on commit a4bd086

Please sign in to comment.