Skip to content

Commit 50aeebc

Browse files
Update Rust crate rcgen to 0.14.3
1 parent 19b92d1 commit 50aeebc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Cargo.lock

Lines changed: 4 additions & 2 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
@@ -648,7 +648,7 @@ rand_seeder = "0.3.0"
648648
range-requests = { path = "range-requests" }
649649
ratatui = "0.29.0"
650650
rayon = "1.10"
651-
rcgen = "0.12.1"
651+
rcgen = "0.14.3"
652652
reconfigurator-cli = { path = "dev-tools/reconfigurator-cli" }
653653
reedline = "0.40.0"
654654
ref-cast = "1.0"

workspace-hack/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ reqwest = { version = "0.12.22", features = ["blocking", "cookies", "json", "rus
111111
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
112112
rustc-hash = { version = "2.1.1" }
113113
rustls = { version = "0.23.19", features = ["ring"] }
114+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
114115
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
115116
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
116117
scopeguard = { version = "1.2.0" }
@@ -247,6 +248,7 @@ reqwest = { version = "0.12.22", features = ["blocking", "cookies", "json", "rus
247248
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
248249
rustc-hash = { version = "2.1.1" }
249250
rustls = { version = "0.23.19", features = ["ring"] }
251+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
250252
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
251253
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
252254
scopeguard = { version = "1.2.0" }

0 commit comments

Comments
 (0)