Skip to content

Commit 300ac42

Browse files
Update Rust crate rcgen to 0.14.5
1 parent 2e12561 commit 300ac42

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
@@ -665,7 +665,7 @@ range-requests = { path = "range-requests" }
665665
ratatui = "0.29.0"
666666
raw-cpuid = { git = "https://github.com/oxidecomputer/rust-cpuid.git", rev = "a4cf01df76f35430ff5d39dc2fe470bcb953503b" }
667667
rayon = "1.10"
668-
rcgen = "0.12.1"
668+
rcgen = "0.14.5"
669669
reconfigurator-cli = { path = "dev-tools/reconfigurator-cli" }
670670
reedline = "0.40.0"
671671
ref-cast = "1.0"

workspace-hack/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ reqwest = { version = "0.12.24", features = ["blocking", "cookies", "json", "rus
114114
rsa = { version = "0.9.8", features = ["serde", "sha2"] }
115115
rustc-hash = { version = "2.1.1" }
116116
rustls = { version = "0.23.19", features = ["ring"] }
117+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
117118
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
118119
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
119120
scopeguard = { version = "1.2.0" }
@@ -254,6 +255,7 @@ reqwest = { version = "0.12.24", features = ["blocking", "cookies", "json", "rus
254255
rsa = { version = "0.9.8", features = ["serde", "sha2"] }
255256
rustc-hash = { version = "2.1.1" }
256257
rustls = { version = "0.23.19", features = ["ring"] }
258+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
257259
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
258260
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
259261
scopeguard = { version = "1.2.0" }

0 commit comments

Comments
 (0)