Skip to content

Commit

Permalink
Update Rust crate hyper-rustls to 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Apr 25, 2024
1 parent debbf7c commit 8a57bae
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 10 deletions.
112 changes: 103 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ httptest = "0.15.5"
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
humantime = "2.1.0"
hyper = "0.14"
hyper-rustls = "0.26.0"
hyper-rustls = "0.27.1"
hyper-staticfile = "0.9.5"
illumos-utils = { path = "illumos-utils" }
indexmap = "2.2.6"
Expand Down
5 changes: 5 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ regex-automata = { version = "0.4.5", default-features = false, features = ["dfa
regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.24", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
rustls-pki-types = { version = "1.3.0", features = ["std"] }
rustls-webpki = { version = "0.102.3", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid", "uuid1"] }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.198", features = ["alloc", "derive", "rc"] }
Expand Down Expand Up @@ -134,6 +136,7 @@ bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2.17" }
bstr-dff4ba8e3ae991db = { package = "bstr", version = "1.9.0" }
byteorder = { version = "1.5.0" }
bytes = { version = "1.6.0", features = ["serde"] }
cc = { version = "1.0.83", default-features = false, features = ["parallel"] }
chrono = { version = "0.4.38", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.4", features = ["cargo", "derive", "env", "wrap_help"] }
Expand Down Expand Up @@ -196,6 +199,8 @@ regex-automata = { version = "0.4.5", default-features = false, features = ["dfa
regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.24", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
rustls-pki-types = { version = "1.3.0", features = ["std"] }
rustls-webpki = { version = "0.102.3", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid", "uuid1"] }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.198", features = ["alloc", "derive", "rc"] }
Expand Down

0 comments on commit 8a57bae

Please sign in to comment.