Skip to content

Commit

Permalink
fix(deps): update rust crate openssl to 0.10.64 (#1702)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 24, 2024
1 parent 9ef42c3 commit 507e265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ itertools = "0.12.1"
log = "0.4.20"
num_cpus = "1.16.0"
once_cell = "1.19.0"
openssl = { version = "0.10.63", optional = true }
openssl = { version = "0.10.64", optional = true }
path-absolutize = "3.1.1"
petgraph = "0.6.4"
rand = "0.8.5"
Expand Down

0 comments on commit 507e265

Please sign in to comment.