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 Sep 20, 2024
1 parent fb5d793 commit 35bf49c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 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 @@ -516,7 +516,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 @@ -94,6 +94,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 @@ -204,6 +205,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 35bf49c

Please sign in to comment.