Skip to content

Commit

Permalink
Bumps rcgen to version 0.13.1 and updates tls.rs accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-gi committed Jul 26, 2024
1 parent 3e5582d commit 85c7545
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 80 deletions.
149 changes: 85 additions & 64 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 teos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hex = { version = "0.4.3", features = [ "serde" ] }
home = "0.5.3"
log = "0.4"
prost = "0.12"
rcgen = { version = "0.12", features = ["pem", "x509-parser"] }
rcgen = { version = "0.13.1", features = ["pem", "x509-parser"] }
rusqlite = { version = "0.26.0", features = [ "bundled", "limits" ] }
serde = "1.0.130"
serde_json = "1.0"
Expand Down
Loading

0 comments on commit 85c7545

Please sign in to comment.