Skip to content

Commit 2cbdbbf

Browse files
Update Rust crate rustls to 0.23.25
1 parent f3cb67f commit 2cbdbbf

File tree

3 files changed

+36
-25
lines changed

3 files changed

+36
-25
lines changed

Diff for: Cargo.lock

+29-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ ring = "0.17.11"
601601
rpassword = "7.3.1"
602602
rstest = "0.24.0"
603603
rustfmt-wrapper = "0.2"
604-
rustls = "0.22.2"
604+
rustls = "0.23.25"
605605
rustls-pemfile = "2.2.0"
606606
rustyline = "14.0.0"
607607
samael = { version = "0.0.18", features = ["xmlsec"] }

Diff for: workspace-hack/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ idna = { version = "1.0.3" }
7070
indexmap = { version = "2.7.1", features = ["serde"] }
7171
inout = { version = "0.1.3", default-features = false, features = ["std"] }
7272
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
73-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
7473
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
7574
lalrpop-util = { version = "0.19.12" }
7675
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
@@ -104,8 +103,8 @@ regex-automata = { version = "0.4.8", default-features = false, features = ["dfa
104103
regex-syntax = { version = "0.8.5" }
105104
reqwest = { version = "0.12.12", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
106105
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
107-
rustls = { version = "0.23.19", features = ["ring"] }
108-
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
106+
rustls = { version = "0.23.25", features = ["ring"] }
107+
rustls-webpki = { version = "0.103.1", default-features = false, features = ["aws-lc-rs", "ring", "std"] }
109108
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "uuid1"] }
110109
scopeguard = { version = "1.2.0" }
111110
semver = { version = "1.0.25", features = ["serde"] }
@@ -193,7 +192,6 @@ idna = { version = "1.0.3" }
193192
indexmap = { version = "2.7.1", features = ["serde"] }
194193
inout = { version = "0.1.3", default-features = false, features = ["std"] }
195194
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
196-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
197195
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
198196
lalrpop-util = { version = "0.19.12" }
199197
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
@@ -227,8 +225,8 @@ regex-automata = { version = "0.4.8", default-features = false, features = ["dfa
227225
regex-syntax = { version = "0.8.5" }
228226
reqwest = { version = "0.12.12", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
229227
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
230-
rustls = { version = "0.23.19", features = ["ring"] }
231-
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
228+
rustls = { version = "0.23.25", features = ["ring"] }
229+
rustls-webpki = { version = "0.103.1", default-features = false, features = ["aws-lc-rs", "ring", "std"] }
232230
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "uuid1"] }
233231
scopeguard = { version = "1.2.0" }
234232
semver = { version = "1.0.25", features = ["serde"] }
@@ -337,6 +335,7 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
337335
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
338336
hyper-util = { version = "0.1.10", features = ["full"] }
339337
indicatif = { version = "0.17.11", features = ["rayon"] }
338+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
340339
mio = { version = "1.0.2", features = ["net", "os-ext"] }
341340
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
342341
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
@@ -351,6 +350,7 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
351350
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
352351
hyper-util = { version = "0.1.10", features = ["full"] }
353352
indicatif = { version = "0.17.11", features = ["rayon"] }
353+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
354354
mio = { version = "1.0.2", features = ["net", "os-ext"] }
355355
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
356356
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }

0 commit comments

Comments
 (0)