Skip to content

Commit

Permalink
fix(deps): update rust crate hyper-rustls to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2024
1 parent 532d1b1 commit 5f30036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nativelink-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ futures = "0.3.30"
hex = "0.4.3"
http-body = "1.0.1"
hyper = { version = "0.14.30" }
hyper-rustls = { version = "0.24.2", features = ["webpki-tokio"] }
hyper-rustls = { version = "0.27.0", features = ["webpki-tokio"] }
lz4_flex = "0.11.3"
parking_lot = "0.12.3"
prost = "0.13.1"
Expand Down

0 comments on commit 5f30036

Please sign in to comment.