Skip to content

Commit 255485a

Browse files
Update Rust crate rcgen to 0.14.4
1 parent 0a3e169 commit 255485a

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
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
@@ -655,7 +655,7 @@ range-requests = { path = "range-requests" }
655655
ratatui = "0.29.0"
656656
raw-cpuid = { git = "https://github.com/oxidecomputer/rust-cpuid.git", rev = "0a8dbd2311263f6a59ea58089e33c8331436ff3a" }
657657
rayon = "1.10"
658-
rcgen = "0.12.1"
658+
rcgen = "0.14.4"
659659
reconfigurator-cli = { path = "dev-tools/reconfigurator-cli" }
660660
reedline = "0.40.0"
661661
ref-cast = "1.0"

workspace-hack/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ indexmap = { version = "2.11.0", features = ["serde"] }
7272
inout = { version = "0.1.3", default-features = false, features = ["std"] }
7373
ipnet = { version = "2.11.0", features = ["serde"] }
7474
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
75-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
75+
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
7676
lalrpop-util = { version = "0.19.12" }
7777
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
7878
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -110,6 +110,7 @@ reqwest = { version = "0.12.22", features = ["blocking", "cookies", "json", "rus
110110
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
111111
rustc-hash = { version = "2.1.1" }
112112
rustls = { version = "0.23.19", features = ["ring"] }
113+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
113114
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
114115
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
115116
scopeguard = { version = "1.2.0" }
@@ -209,7 +210,7 @@ indexmap = { version = "2.11.0", features = ["serde"] }
209210
inout = { version = "0.1.3", default-features = false, features = ["std"] }
210211
ipnet = { version = "2.11.0", features = ["serde"] }
211212
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
212-
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
213+
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
213214
lalrpop-util = { version = "0.19.12" }
214215
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
215216
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -247,6 +248,7 @@ reqwest = { version = "0.12.22", features = ["blocking", "cookies", "json", "rus
247248
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
248249
rustc-hash = { version = "2.1.1" }
249250
rustls = { version = "0.23.19", features = ["ring"] }
251+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
250252
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
251253
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
252254
scopeguard = { version = "1.2.0" }
@@ -363,6 +365,7 @@ dof = { version = "0.3.0", default-features = false, features = ["des"] }
363365
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
364366
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
365367
hyper-util = { version = "0.1.16", features = ["full"] }
368+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
366369
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
367370
mio = { version = "1.0.2", features = ["net", "os-ext"] }
368371
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
@@ -378,6 +381,7 @@ dof = { version = "0.3.0", default-features = false, features = ["des"] }
378381
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
379382
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
380383
hyper-util = { version = "0.1.16", features = ["full"] }
384+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
381385
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
382386
mio = { version = "1.0.2", features = ["net", "os-ext"] }
383387
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }

0 commit comments

Comments
 (0)