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 11, 2024
1 parent c5778af commit d83281c
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 @@ -479,7 +479,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.31.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 @@ -88,6 +88,7 @@ regex-automata = { version = "0.4.6", default-features = false, features = ["dfa
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"] }
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 @@ -191,6 +192,7 @@ regex-automata = { version = "0.4.6", default-features = false, features = ["dfa
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"] }
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 d83281c

Please sign in to comment.