Skip to content

Commit c91102f

Browse files
Update Rust crate rcgen to 0.14.6
1 parent 7a5f735 commit c91102f

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
@@ -697,7 +697,7 @@ ratatui = "0.29.0"
697697
rats-corim = { git = "https://github.com/oxidecomputer/rats-corim.git", rev = "f0d5d5168d3d31487a56df32c676b0c6240bcc6b" }
698698
raw-cpuid = { git = "https://github.com/oxidecomputer/rust-cpuid.git", rev = "a4cf01df76f35430ff5d39dc2fe470bcb953503b" }
699699
rayon = "1.10"
700-
rcgen = "0.12.1"
700+
rcgen = "0.14.6"
701701
rdb-types = { git = "https://github.com/oxidecomputer/maghemite", rev = "205b3ccf75b527ac7a565285fdcc0c78f4fcee95" }
702702
reconfigurator-cli = { path = "dev-tools/reconfigurator-cli" }
703703
reedline = "0.40.0"

workspace-hack/Cargo.toml

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

0 commit comments

Comments
 (0)