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 28, 2024
1 parent a501971 commit ee879d2
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 @@ -23,7 +23,7 @@ futures = { version = "0.3.30", default-features = false }
hex = { version = "0.4.3", default-features = false }
http-body = "1.0.1"
hyper = { version = "0.14.30" }
hyper-rustls = { version = "0.24.2", default-features = false, features = ["webpki-roots"] }
hyper-rustls = { version = "0.27.0", default-features = false, features = ["webpki-roots"] }
lz4_flex = { version = "0.11.3", default-features = false }
parking_lot = "0.12.3"
prost = { version = "0.13.1", default-features = false }
Expand Down

0 comments on commit ee879d2

Please sign in to comment.