Skip to content

Commit

Permalink
fix(deps): update rust crate openssl to 0.10.58
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 1, 2023
1 parent 3486cdc commit 488a7b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 dtrd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tokio-stream = "0.1.14"
tokio-util = "0.7.10"
futures-util = "0.3.29"
env_logger = "0.10.0"
openssl = {version = "0.10.57", features = ["vendored"]}
openssl = {version = "0.10.58", features = ["vendored"]}
uuid = {version = "1.5.0", features = ["v4"]}
console-subscriber = "0.2.0"
actix = "0.13.1"
Expand Down
2 changes: 1 addition & 1 deletion tcpcl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ edition = "2021"
bitflags = "2.4.1"
tokio = { version = "1.33.0", features = ["fs", "io-util", "net", "macros", "sync", "rt", "time"] }
tokio-openssl = "0.6.3"
openssl = {version = "0.10.57", features = ["vendored"]}
openssl = {version = "0.10.58", features = ["vendored"]}
log = "0.4"
num_enum = "0.7.1"
x509-parser = "0.15.1"
Expand Down

0 comments on commit 488a7b4

Please sign in to comment.