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 Oct 12, 2024
1 parent 3be3576 commit c178598
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 @@ -526,7 +526,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 @@ -95,6 +95,7 @@ regex-syntax = { version = "0.8.4" }
reqwest = { version = "0.12.7", 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 @@ -207,6 +208,7 @@ regex-syntax = { version = "0.8.4" }
reqwest = { version = "0.12.7", 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 c178598

Please sign in to comment.