Skip to content

Commit e8887da

Browse files
Update Rust crate rcgen to 0.14.8
1 parent 4bb7276 commit e8887da

3 files changed

Lines changed: 111 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 108 additions & 6 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
@@ -752,7 +752,7 @@ ratatui = "0.29.0"
752752
rats-corim = { git = "https://github.com/oxidecomputer/rats-corim.git", rev = "f0d5d5168d3d31487a56df32c676b0c6240bcc6b" }
753753
raw-cpuid = { git = "https://github.com/oxidecomputer/rust-cpuid.git", rev = "a4cf01df76f35430ff5d39dc2fe470bcb953503b" }
754754
rayon = "1.10"
755-
rcgen = "0.12.1"
755+
rcgen = "0.14.8"
756756
mg-api-types = { git = "https://github.com/oxidecomputer/maghemite", rev = "951f759b1d8e61cf65c2a823e61933ff3ea0bdf1" }
757757
reconfigurator-cli = { path = "dev-tools/reconfigurator-cli" }
758758
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-594e8ee84c453af0 = { package = "reqwest", version = "0.13.2", features =
116116
reqwest-5ef9efb8ec2df382 = { package = "reqwest", version = "0.12.28", features = ["blocking", "json", "rustls-tls", "stream"] }
117117
rsa = { version = "0.9.10", features = ["serde", "sha2"] }
118118
rustls = { version = "0.23.37", features = ["ring"] }
119+
rustls-pki-types = { version = "1.14.0", features = ["std"] }
119120
rustls-webpki = { version = "0.103.9", 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" }
@@ -263,6 +264,7 @@ reqwest-594e8ee84c453af0 = { package = "reqwest", version = "0.13.2", features =
263264
reqwest-5ef9efb8ec2df382 = { package = "reqwest", version = "0.12.28", features = ["blocking", "json", "rustls-tls", "stream"] }
264265
rsa = { version = "0.9.10", features = ["serde", "sha2"] }
265266
rustls = { version = "0.23.37", features = ["ring"] }
267+
rustls-pki-types = { version = "1.14.0", features = ["std"] }
266268
rustls-webpki = { version = "0.103.9", default-features = false, features = ["aws-lc-rs", "ring", "std"] }
267269
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
268270
scopeguard = { version = "1.2.0" }

0 commit comments

Comments
 (0)