Skip to content

Commit 0c2d590

Browse files
Update Rust crate rcgen to 0.14.5
1 parent 81d8226 commit 0c2d590

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Cargo.lock

Lines changed: 6 additions & 3 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
@@ -666,7 +666,7 @@ range-requests = { path = "range-requests" }
666666
ratatui = "0.29.0"
667667
raw-cpuid = { git = "https://github.com/oxidecomputer/rust-cpuid.git", rev = "a4cf01df76f35430ff5d39dc2fe470bcb953503b" }
668668
rayon = "1.10"
669-
rcgen = "0.12.1"
669+
rcgen = "0.14.5"
670670
reconfigurator-cli = { path = "dev-tools/reconfigurator-cli" }
671671
reedline = "0.40.0"
672672
ref-cast = "1.0"

workspace-hack/Cargo.toml

Lines changed: 4 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" }
@@ -255,6 +256,7 @@ reqwest = { version = "0.12.24", features = ["blocking", "cookies", "json", "rus
255256
rsa = { version = "0.9.8", features = ["serde", "sha2"] }
256257
rustc-hash = { version = "2.1.1" }
257258
rustls = { version = "0.23.19", features = ["ring"] }
259+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
258260
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
259261
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
260262
scopeguard = { version = "1.2.0" }
@@ -382,6 +384,7 @@ dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features =
382384
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
383385
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
384386
hyper-util = { version = "0.1.17", features = ["full"] }
387+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
385388
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
386389
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
387390
mio = { version = "1.0.2", features = ["net", "os-ext"] }
@@ -400,6 +403,7 @@ dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features =
400403
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
401404
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
402405
hyper-util = { version = "0.1.17", features = ["full"] }
406+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
403407
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
404408
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
405409
mio = { version = "1.0.2", features = ["net", "os-ext"] }

0 commit comments

Comments
 (0)