Skip to content

Commit f59c3ec

Browse files
Update Rust crate rcgen to 0.13.2
1 parent d07b544 commit f59c3ec

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 7 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
@@ -621,7 +621,7 @@ rand_seeder = "0.3.0"
621621
range-requests = { path = "range-requests" }
622622
ratatui = "0.29.0"
623623
rayon = "1.10"
624-
rcgen = "0.12.1"
624+
rcgen = "0.13.2"
625625
reconfigurator-cli = { path = "dev-tools/reconfigurator-cli" }
626626
reedline = "0.38.0"
627627
ref-cast = "1.0"

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6262
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6363
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6464
hashbrown = { version = "0.15.1" }
65-
heck = { version = "0.4.1" }
6665
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
6766
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
6867
hyper = { version = "1.6.0", features = ["full"] }
@@ -104,6 +103,7 @@ regex-syntax = { version = "0.8.5" }
104103
reqwest = { git = "https://github.com/seanmonstar/reqwest", rev = "114d97c1a862567b465cb57f14d584626e1cf30c", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
105104
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
106105
rustls = { version = "0.23.19", features = ["ring"] }
106+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
107107
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
108108
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
109109
scopeguard = { version = "1.2.0" }
@@ -186,7 +186,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
186186
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
187187
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
188188
hashbrown = { version = "0.15.1" }
189-
heck = { version = "0.4.1" }
190189
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
191190
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
192191
hyper = { version = "1.6.0", features = ["full"] }
@@ -228,6 +227,7 @@ regex-syntax = { version = "0.8.5" }
228227
reqwest = { git = "https://github.com/seanmonstar/reqwest", rev = "114d97c1a862567b465cb57f14d584626e1cf30c", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
229228
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
230229
rustls = { version = "0.23.19", features = ["ring"] }
230+
rustls-pki-types = { version = "1.10.0", features = ["std"] }
231231
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
232232
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
233233
scopeguard = { version = "1.2.0" }

0 commit comments

Comments
 (0)