Skip to content

Commit 3ba72ee

Browse files
Update Rust crate rcgen to 0.14.6
1 parent c298def commit 3ba72ee

File tree

3 files changed

+109
-9
lines changed

3 files changed

+109
-9
lines changed

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
@@ -687,7 +687,7 @@ ratatui = "0.29.0"
687687
rats-corim = { git = "https://github.com/oxidecomputer/rats-corim.git", rev = "f0d5d5168d3d31487a56df32c676b0c6240bcc6b" }
688688
raw-cpuid = { git = "https://github.com/oxidecomputer/rust-cpuid.git", rev = "a4cf01df76f35430ff5d39dc2fe470bcb953503b" }
689689
rayon = "1.10"
690-
rcgen = "0.12.1"
690+
rcgen = "0.14.6"
691691
rdb-types = { git = "https://github.com/oxidecomputer/maghemite", rev = "205b3ccf75b527ac7a565285fdcc0c78f4fcee95" }
692692
reconfigurator-cli = { path = "dev-tools/reconfigurator-cli" }
693693
reedline = "0.40.0"

workspace-hack/Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ indexmap = { version = "2.12.1", features = ["serde"] }
7676
inout = { version = "0.1.3", default-features = false, features = ["std"] }
7777
ipnet = { version = "2.11.0", features = ["serde"] }
7878
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
79+
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
7980
lalrpop-util = { version = "0.19.12" }
8081
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
8182
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -114,6 +115,7 @@ reqwest = { version = "0.12.24", features = ["blocking", "cookies", "json", "rus
114115
rsa = { version = "0.9.8", features = ["serde", "sha2"] }
115116
rustc-hash = { version = "2.1.1" }
116117
rustls = { version = "0.23.19", features = ["ring"] }
118+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
117119
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
118120
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
119121
scopeguard = { version = "1.2.0" }
@@ -216,6 +218,7 @@ indexmap = { version = "2.12.1", features = ["serde"] }
216218
inout = { version = "0.1.3", default-features = false, features = ["std"] }
217219
ipnet = { version = "2.11.0", features = ["serde"] }
218220
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
221+
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
219222
lalrpop-util = { version = "0.19.12" }
220223
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
221224
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -254,6 +257,7 @@ reqwest = { version = "0.12.24", features = ["blocking", "cookies", "json", "rus
254257
rsa = { version = "0.9.8", features = ["serde", "sha2"] }
255258
rustc-hash = { version = "2.1.1" }
256259
rustls = { version = "0.23.19", features = ["ring"] }
260+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
257261
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
258262
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
259263
scopeguard = { version = "1.2.0" }
@@ -382,7 +386,8 @@ dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features =
382386
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
383387
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
384388
hyper-util = { version = "0.1.19", features = ["full"] }
385-
itertools = { version = "0.10.5" }
389+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
390+
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
386391
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
387392
mio = { version = "1.0.2", features = ["net", "os-ext"] }
388393
nom = { version = "7.1.3" }
@@ -401,7 +406,8 @@ dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features =
401406
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
402407
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
403408
hyper-util = { version = "0.1.19", features = ["full"] }
404-
itertools = { version = "0.10.5" }
409+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
410+
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
405411
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
406412
mio = { version = "1.0.2", features = ["net", "os-ext"] }
407413
nom = { version = "7.1.3" }

0 commit comments

Comments
 (0)