Skip to content

Commit 6fc1d46

Browse files
Update Rust crate rcgen to 0.14.5
1 parent f65b0e4 commit 6fc1d46

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 8 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-
6565
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
6666
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6767
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
68-
hashbrown = { version = "0.15.4" }
68+
hashbrown = { version = "0.16.0", default-features = false, features = ["allocator-api2", "inline-more"] }
6969
heck = { version = "0.4.1", features = ["unicode"] }
7070
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
7171
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
@@ -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" }
@@ -205,7 +206,7 @@ gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-
205206
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
206207
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
207208
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
208-
hashbrown = { version = "0.15.4" }
209+
hashbrown = { version = "0.16.0", default-features = false, features = ["allocator-api2", "inline-more"] }
209210
heck = { version = "0.4.1", features = ["unicode"] }
210211
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
211212
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
@@ -254,6 +255,7 @@ reqwest = { version = "0.12.24", features = ["blocking", "cookies", "json", "rus
254255
rsa = { version = "0.9.8", features = ["serde", "sha2"] }
255256
rustc-hash = { version = "2.1.1" }
256257
rustls = { version = "0.23.19", features = ["ring"] }
258+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
257259
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
258260
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
259261
scopeguard = { version = "1.2.0" }

0 commit comments

Comments
 (0)