Skip to content

Commit 9c09523

Browse files
Update Rust crate rcgen to 0.13.2
1 parent d0c601d commit 9c09523

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
@@ -625,7 +625,7 @@ rand_seeder = "0.3.0"
625625
range-requests = { path = "range-requests" }
626626
ratatui = "0.29.0"
627627
rayon = "1.10"
628-
rcgen = "0.12.1"
628+
rcgen = "0.13.2"
629629
reconfigurator-cli = { path = "dev-tools/reconfigurator-cli" }
630630
reedline = "0.38.0"
631631
ref-cast = "1.0"

workspace-hack/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ regex-syntax = { version = "0.8.5" }
103103
reqwest = { git = "https://github.com/seanmonstar/reqwest", rev = "114d97c1a862567b465cb57f14d584626e1cf30c", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
104104
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
105105
rustls = { version = "0.23.19", features = ["ring"] }
106+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
106107
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
107108
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
108109
scopeguard = { version = "1.2.0" }
@@ -226,6 +227,7 @@ regex-syntax = { version = "0.8.5" }
226227
reqwest = { git = "https://github.com/seanmonstar/reqwest", rev = "114d97c1a862567b465cb57f14d584626e1cf30c", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
227228
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
228229
rustls = { version = "0.23.19", features = ["ring"] }
230+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
229231
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
230232
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
231233
scopeguard = { version = "1.2.0" }

0 commit comments

Comments
 (0)