Skip to content

Commit

Permalink
chore(deps): update rust crate hyper-rustls to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Apr 5, 2024
1 parent d7d70d8 commit 2687625
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 10 deletions.
100 changes: 91 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.0"
hyper-staticfile = "0.9.5"
illumos-utils = { path = "illumos-utils" }
indexmap = "2.2.6"
Expand Down
4 changes: 4 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,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.2", 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.197", features = ["alloc", "derive", "rc"] }
Expand Down Expand Up @@ -194,6 +196,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.2", 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.197", features = ["alloc", "derive", "rc"] }
Expand Down

0 comments on commit 2687625

Please sign in to comment.