Skip to content

Commit 238c015

Browse files
Update Rust crate rcgen to 0.14.6
1 parent b3fa1b5 commit 238c015

3 files changed

Lines changed: 109 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 100 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
@@ -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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ indexmap = { version = "2.12.1", features = ["serde"] }
7777
inout = { version = "0.1.3", default-features = false, features = ["std"] }
7878
ipnet = { version = "2.11.0", features = ["serde"] }
7979
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
80+
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
8081
lalrpop-util = { version = "0.19.12" }
8182
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
8283
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -115,6 +116,7 @@ reqwest = { version = "0.12.24", features = ["blocking", "cookies", "json", "rus
115116
rsa = { version = "0.9.8", features = ["serde", "sha2"] }
116117
rustc-hash = { version = "2.1.1" }
117118
rustls = { version = "0.23.19", features = ["ring"] }
119+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
118120
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
119121
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
120122
scopeguard = { version = "1.2.0" }
@@ -218,6 +220,7 @@ indexmap = { version = "2.12.1", features = ["serde"] }
218220
inout = { version = "0.1.3", default-features = false, features = ["std"] }
219221
ipnet = { version = "2.11.0", features = ["serde"] }
220222
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
223+
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
221224
lalrpop-util = { version = "0.19.12" }
222225
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
223226
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -256,6 +259,7 @@ reqwest = { version = "0.12.24", features = ["blocking", "cookies", "json", "rus
256259
rsa = { version = "0.9.8", features = ["serde", "sha2"] }
257260
rustc-hash = { version = "2.1.1" }
258261
rustls = { version = "0.23.19", features = ["ring"] }
262+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
259263
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
260264
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
261265
scopeguard = { version = "1.2.0" }
@@ -385,7 +389,8 @@ dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features =
385389
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
386390
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
387391
hyper-util = { version = "0.1.19", features = ["full"] }
388-
itertools = { version = "0.10.5" }
392+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
393+
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
389394
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
390395
mio = { version = "1.0.2", features = ["net", "os-ext"] }
391396
nom = { version = "7.1.3" }
@@ -404,7 +409,8 @@ dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features =
404409
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
405410
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
406411
hyper-util = { version = "0.1.19", features = ["full"] }
407-
itertools = { version = "0.10.5" }
412+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
413+
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
408414
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
409415
mio = { version = "1.0.2", features = ["net", "os-ext"] }
410416
nom = { version = "7.1.3" }

0 commit comments

Comments
 (0)