Skip to content

Commit 151ae0f

Browse files
Update Rust crate rcgen to 0.14.5
1 parent e9505e1 commit 151ae0f

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 4 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
@@ -660,7 +660,7 @@ range-requests = { path = "range-requests" }
660660
ratatui = "0.29.0"
661661
raw-cpuid = { git = "https://github.com/oxidecomputer/rust-cpuid.git", rev = "0a8dbd2311263f6a59ea58089e33c8331436ff3a" }
662662
rayon = "1.10"
663-
rcgen = "0.12.1"
663+
rcgen = "0.14.5"
664664
reconfigurator-cli = { path = "dev-tools/reconfigurator-cli" }
665665
reedline = "0.40.0"
666666
ref-cast = "1.0"

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6464
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6565
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6666
hashbrown = { version = "0.16.0", default-features = false, features = ["allocator-api2", "inline-more"] }
67-
heck = { version = "0.4.1" }
6867
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
6968
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
7069
hyper = { version = "1.7.0", features = ["full"] }
@@ -112,6 +111,7 @@ reqwest = { version = "0.12.22", features = ["blocking", "cookies", "json", "rus
112111
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
113112
rustc-hash = { version = "2.1.1" }
114113
rustls = { version = "0.23.19", features = ["ring"] }
114+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
115115
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
116116
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
117117
scopeguard = { version = "1.2.0" }
@@ -201,7 +201,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
201201
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
202202
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
203203
hashbrown = { version = "0.16.0", default-features = false, features = ["allocator-api2", "inline-more"] }
204-
heck = { version = "0.4.1" }
205204
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
206205
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
207206
hyper = { version = "1.7.0", features = ["full"] }
@@ -249,6 +248,7 @@ reqwest = { version = "0.12.22", features = ["blocking", "cookies", "json", "rus
249248
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
250249
rustc-hash = { version = "2.1.1" }
251250
rustls = { version = "0.23.19", features = ["ring"] }
251+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
252252
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
253253
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
254254
scopeguard = { version = "1.2.0" }

0 commit comments

Comments
 (0)