Skip to content

Commit a5b1526

Browse files
Update Rust crate rcgen to 0.13.2
1 parent aa9d990 commit a5b1526

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 3 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
@@ -592,7 +592,7 @@ rand_seeder = "0.3.0"
592592
range-requests = { path = "range-requests" }
593593
ratatui = "0.29.0"
594594
rayon = "1.10"
595-
rcgen = "0.12.1"
595+
rcgen = "0.13.2"
596596
reedline = "0.38.0"
597597
ref-cast = "1.0"
598598
regex = "1.11.1"

workspace-hack/Cargo.toml

Lines changed: 4 additions & 2 deletions
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"] }
@@ -105,6 +104,7 @@ 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"] }
107106
rustls = { version = "0.23.19", features = ["ring"] }
107+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
108108
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
109109
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "uuid1"] }
110110
scopeguard = { version = "1.2.0" }
@@ -193,7 +193,6 @@ idna = { version = "1.0.3" }
193193
indexmap = { version = "2.7.1", features = ["serde"] }
194194
inout = { version = "0.1.3", default-features = false, features = ["std"] }
195195
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
196-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
197196
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
198197
lalrpop-util = { version = "0.19.12" }
199198
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
@@ -228,6 +227,7 @@ regex-syntax = { version = "0.8.5" }
228227
reqwest = { version = "0.12.12", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
229228
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
230229
rustls = { version = "0.23.19", features = ["ring"] }
230+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
231231
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
232232
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "uuid1"] }
233233
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)