Skip to content

Commit 9376f94

Browse files
Update Rust crate rcgen to 0.13.2
1 parent e53c3e3 commit 9376f94

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

Diff for: Cargo.lock

+6-5
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
@@ -591,7 +591,7 @@ rand_seeder = "0.3.0"
591591
range-requests = { path = "range-requests" }
592592
ratatui = "0.29.0"
593593
rayon = "1.10"
594-
rcgen = "0.12.1"
594+
rcgen = "0.13.2"
595595
reedline = "0.38.0"
596596
ref-cast = "1.0"
597597
regex = "1.11.1"

Diff for: workspace-hack/Cargo.toml

+2-2
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" }
@@ -191,7 +191,6 @@ idna = { version = "1.0.3" }
191191
indexmap = { version = "2.7.1", features = ["serde"] }
192192
inout = { version = "0.1.3", default-features = false, features = ["std"] }
193193
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
194-
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
195194
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
196195
lalrpop-util = { version = "0.19.12" }
197196
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
@@ -226,6 +225,7 @@ regex-syntax = { version = "0.8.5" }
226225
reqwest = { version = "0.12.12", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
227226
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
228227
rustls = { version = "0.23.19", features = ["ring"] }
228+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
229229
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
230230
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "uuid1"] }
231231
scopeguard = { version = "1.2.0" }

0 commit comments

Comments
 (0)