Skip to content

Commit c7a9f62

Browse files
Update Rust crate hyper-rustls to 0.27.3
1 parent 453311a commit c7a9f62

File tree

3 files changed

+80
-18
lines changed

3 files changed

+80
-18
lines changed

Cargo.lock

Lines changed: 72 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ httptest = "0.15.5"
388388
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
389389
humantime = "2.1.0"
390390
hyper = "0.14"
391-
hyper-rustls = "0.26.0"
391+
hyper-rustls = "0.27.3"
392392
hyper-staticfile = "0.9.5"
393393
illumos-utils = { path = "illumos-utils" }
394394
indent_write = "2.2.0"

workspace-hack/Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ regex-syntax = { version = "0.8.4" }
9595
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
9696
ring = { version = "0.17.8", features = ["std"] }
9797
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
98+
rustls = { version = "0.23.10", default-features = false, features = ["aws_lc_rs", "logging", "ring", "std", "tls12"] }
99+
rustls-webpki = { version = "0.102.4", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
98100
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
99101
scopeguard = { version = "1.2.0" }
100102
semver = { version = "1.0.23", features = ["serde"] }
@@ -105,14 +107,14 @@ sha2 = { version = "0.10.8", features = ["oid"] }
105107
similar = { version = "2.6.0", features = ["bytes", "inline", "unicode"] }
106108
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
107109
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
108-
socket2 = { version = "0.5.7", default-features = false, features = ["all"] }
109110
spin = { version = "0.9.8" }
110111
string_cache = { version = "0.8.7" }
111112
subtle = { version = "2.5.0" }
112113
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.74", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
113114
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros", "parsing"] }
114115
tokio = { version = "1.39.3", features = ["full", "test-util"] }
115116
tokio-postgres = { version = "0.7.11", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
117+
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
116118
tokio-stream = { version = "0.1.15", features = ["net", "sync"] }
117119
tokio-util = { version = "0.7.11", features = ["codec", "io-util"] }
118120
toml = { version = "0.7.8" }
@@ -142,7 +144,7 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-f
142144
bstr = { version = "1.9.1" }
143145
byteorder = { version = "1.5.0" }
144146
bytes = { version = "1.7.1", features = ["serde"] }
145-
cc = { version = "1.0.97", default-features = false, features = ["parallel"] }
147+
cc = { version = "1.1.21", default-features = false, features = ["parallel"] }
146148
chrono = { version = "0.4.38", features = ["serde"] }
147149
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
148150
clap = { version = "4.5.16", features = ["cargo", "derive", "env", "wrap_help"] }
@@ -208,6 +210,8 @@ regex-syntax = { version = "0.8.4" }
208210
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
209211
ring = { version = "0.17.8", features = ["std"] }
210212
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
213+
rustls = { version = "0.23.10", default-features = false, features = ["aws_lc_rs", "logging", "ring", "std", "tls12"] }
214+
rustls-webpki = { version = "0.102.4", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
211215
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
212216
scopeguard = { version = "1.2.0" }
213217
semver = { version = "1.0.23", features = ["serde"] }
@@ -218,7 +222,6 @@ sha2 = { version = "0.10.8", features = ["oid"] }
218222
similar = { version = "2.6.0", features = ["bytes", "inline", "unicode"] }
219223
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
220224
smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] }
221-
socket2 = { version = "0.5.7", default-features = false, features = ["all"] }
222225
spin = { version = "0.9.8" }
223226
string_cache = { version = "0.8.7" }
224227
subtle = { version = "2.5.0" }
@@ -228,6 +231,7 @@ time = { version = "0.3.36", features = ["formatting", "local-offset", "macros",
228231
time-macros = { version = "0.2.18", default-features = false, features = ["formatting", "parsing"] }
229232
tokio = { version = "1.39.3", features = ["full", "test-util"] }
230233
tokio-postgres = { version = "0.7.11", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
234+
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
231235
tokio-stream = { version = "0.1.15", features = ["net", "sync"] }
232236
tokio-util = { version = "0.7.11", features = ["codec", "io-util"] }
233237
toml = { version = "0.7.8" }

0 commit comments

Comments
 (0)