Skip to content

Commit

Permalink
Update Rust crate rcgen to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Aug 29, 2024
1 parent 29358f1 commit 4047361
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ rand_distr = "0.4.3"
rand_seeder = "0.3.0"
ratatui = "0.28.0"
rayon = "1.10"
rcgen = "0.12.1"
rcgen = "0.13.1"
reedline = "0.33.0"
ref-cast = "1.0"
regex = "1.10.6"
Expand Down
2 changes: 2 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ regex-syntax = { version = "0.8.4" }
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
rustls-pki-types = { version = "1.7.0", features = ["std"] }
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.23", features = ["serde"] }
Expand Down Expand Up @@ -200,6 +201,7 @@ regex-syntax = { version = "0.8.4" }
reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
rsa = { version = "0.9.6", features = ["serde", "sha2"] }
rustls-pki-types = { version = "1.7.0", features = ["std"] }
schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.23", features = ["serde"] }
Expand Down

0 comments on commit 4047361

Please sign in to comment.