Skip to content

Commit 50dd76c

Browse files
Update Rust crate rcgen to 0.14.7
1 parent 363d7a7 commit 50dd76c

File tree

3 files changed

+97
-3
lines changed

3 files changed

+97
-3
lines changed

Cargo.lock

Lines changed: 94 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
@@ -699,7 +699,7 @@ ratatui = "0.29.0"
699699
rats-corim = { git = "https://github.com/oxidecomputer/rats-corim.git", rev = "f0d5d5168d3d31487a56df32c676b0c6240bcc6b" }
700700
raw-cpuid = { git = "https://github.com/oxidecomputer/rust-cpuid.git", rev = "a4cf01df76f35430ff5d39dc2fe470bcb953503b" }
701701
rayon = "1.10"
702-
rcgen = "0.12.1"
702+
rcgen = "0.14.7"
703703
rdb-types = { git = "https://github.com/oxidecomputer/maghemite", rev = "3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec" }
704704
reconfigurator-cli = { path = "dev-tools/reconfigurator-cli" }
705705
reedline = "0.40.0"

workspace-hack/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ reqwest = { version = "0.12.24", features = ["blocking", "cookies", "json", "rus
115115
rsa = { version = "0.9.8", features = ["serde", "sha2"] }
116116
rustc-hash = { version = "2.1.1" }
117117
rustls = { version = "0.23.19", features = ["ring"] }
118+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
118119
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
119120
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
120121
scopeguard = { version = "1.2.0" }
@@ -257,6 +258,7 @@ reqwest = { version = "0.12.24", features = ["blocking", "cookies", "json", "rus
257258
rsa = { version = "0.9.8", features = ["serde", "sha2"] }
258259
rustc-hash = { version = "2.1.1" }
259260
rustls = { version = "0.23.19", features = ["ring"] }
261+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
260262
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
261263
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
262264
scopeguard = { version = "1.2.0" }

0 commit comments

Comments
 (0)