Skip to content

Commit

Permalink
fix(deps): update rust crate x509-parser to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 29, 2024
1 parent d9c9c1e commit 5d66f87
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 58 deletions.
96 changes: 39 additions & 57 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 tcpcl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tokio-openssl = "0.6.4"
openssl = {version = "0.10.64", features = ["vendored"]}
log = "0.4"
num_enum = "0.7.2"
x509-parser = "0.15.1"
x509-parser = "0.16.0"
tokio-util = {version = "0.7.10", features = ["codec"]}
bytes = "1.5.0"
futures-util = {version = "0.3.30", features = ["sink"]}
Expand Down

0 comments on commit 5d66f87

Please sign in to comment.