Skip to content

Commit

Permalink
fix(deps): update rust crate openssl to 0.10.64
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 19, 2024
1 parent 9ff155b commit b31bd50
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.30"
env_logger = "0.11.2"
openssl = {version = "0.10.63", features = ["vendored"]}
openssl = {version = "0.10.64", features = ["vendored"]}
uuid = {version = "1.7.0", features = ["v4"]}
console-subscriber = "0.2.0"
actix = "0.13.3"
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.2"
tokio = { version = "1.36.0", features = ["fs", "io-util", "net", "macros", "sync", "rt", "time"] }
tokio-openssl = "0.6.4"
openssl = {version = "0.10.63", features = ["vendored"]}
openssl = {version = "0.10.64", features = ["vendored"]}
log = "0.4"
num_enum = "0.7.2"
x509-parser = "0.15.1"
Expand Down

0 comments on commit b31bd50

Please sign in to comment.