Skip to content

Commit 60f6022

Browse files
Update Rust crate rustls to 0.23.26
1 parent e652934 commit 60f6022

File tree

3 files changed

+41
-30
lines changed

3 files changed

+41
-30
lines changed

Cargo.lock

Lines changed: 34 additions & 23 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
@@ -616,7 +616,7 @@ ring = "0.17.11"
616616
rpassword = "7.3.1"
617617
rstest = "0.24.0"
618618
rustfmt-wrapper = "0.2"
619-
rustls = "0.22.2"
619+
rustls = "0.23.26"
620620
rustls-pemfile = "2.2.0"
621621
rustyline = "14.0.0"
622622
samael = { version = "0.0.18", features = ["xmlsec"] }

workspace-hack/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ idna = { version = "1.0.3" }
6969
indexmap = { version = "2.7.1", features = ["serde"] }
7070
inout = { version = "0.1.3", default-features = false, features = ["std"] }
7171
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
72-
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
7372
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
7473
lalrpop-util = { version = "0.19.12" }
7574
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
@@ -103,8 +102,8 @@ regex-automata = { version = "0.4.8", default-features = false, features = ["dfa
103102
regex-syntax = { version = "0.8.5" }
104103
reqwest = { version = "0.12.12", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
105104
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
106-
rustls = { version = "0.23.19", features = ["ring"] }
107-
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
105+
rustls = { version = "0.23.26", features = ["ring"] }
106+
rustls-webpki = { version = "0.103.1", default-features = false, features = ["aws-lc-rs", "ring", "std"] }
108107
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "uuid1"] }
109108
scopeguard = { version = "1.2.0" }
110109
semver = { version = "1.0.25", features = ["serde"] }
@@ -192,7 +191,6 @@ idna = { version = "1.0.3" }
192191
indexmap = { version = "2.7.1", features = ["serde"] }
193192
inout = { version = "0.1.3", default-features = false, features = ["std"] }
194193
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
195-
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
196194
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
197195
lalrpop-util = { version = "0.19.12" }
198196
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
@@ -226,8 +224,8 @@ regex-automata = { version = "0.4.8", default-features = false, features = ["dfa
226224
regex-syntax = { version = "0.8.5" }
227225
reqwest = { version = "0.12.12", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
228226
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
229-
rustls = { version = "0.23.19", features = ["ring"] }
230-
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
227+
rustls = { version = "0.23.26", features = ["ring"] }
228+
rustls-webpki = { version = "0.103.1", default-features = false, features = ["aws-lc-rs", "ring", "std"] }
231229
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "uuid1"] }
232230
scopeguard = { version = "1.2.0" }
233231
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)