Skip to content

Commit e42e66f

Browse files
Update Rust crate rcgen to 0.13.2
1 parent e652934 commit e42e66f

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 8 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
@@ -603,7 +603,7 @@ rand_seeder = "0.3.0"
603603
range-requests = { path = "range-requests" }
604604
ratatui = "0.29.0"
605605
rayon = "1.10"
606-
rcgen = "0.12.1"
606+
rcgen = "0.13.2"
607607
reconfigurator-cli = { path = "dev-tools/reconfigurator-cli" }
608608
reedline = "0.38.0"
609609
ref-cast = "1.0"

workspace-hack/Cargo.toml

Lines changed: 4 additions & 2 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"] }
@@ -104,6 +103,7 @@ 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"] }
106105
rustls = { version = "0.23.19", features = ["ring"] }
106+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
107107
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
108108
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "uuid1"] }
109109
scopeguard = { version = "1.2.0" }
@@ -192,7 +192,6 @@ idna = { version = "1.0.3" }
192192
indexmap = { version = "2.7.1", features = ["serde"] }
193193
inout = { version = "0.1.3", default-features = false, features = ["std"] }
194194
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
195-
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
196195
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
197196
lalrpop-util = { version = "0.19.12" }
198197
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
@@ -227,6 +226,7 @@ regex-syntax = { version = "0.8.5" }
227226
reqwest = { version = "0.12.12", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
228227
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
229228
rustls = { version = "0.23.19", features = ["ring"] }
229+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
230230
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
231231
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "uuid1"] }
232232
scopeguard = { version = "1.2.0" }
@@ -337,6 +337,7 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
337337
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
338338
hyper-util = { version = "0.1.10", features = ["full"] }
339339
indicatif = { version = "0.17.11", features = ["rayon"] }
340+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
340341
mio = { version = "1.0.2", features = ["net", "os-ext"] }
341342
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
342343
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
@@ -351,6 +352,7 @@ getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default
351352
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
352353
hyper-util = { version = "0.1.10", features = ["full"] }
353354
indicatif = { version = "0.17.11", features = ["rayon"] }
355+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
354356
mio = { version = "1.0.2", features = ["net", "os-ext"] }
355357
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
356358
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }

0 commit comments

Comments
 (0)