Skip to content

Commit

Permalink
fix(deps): update rust crate openssl to 0.10.64 (#16)
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] committed May 2, 2024
1 parent 36e263c commit 0835246
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ magic-crypt = "3.1.13"
tokio = { version = "1", features = ["full"] }
warp = "0.3.7"
reqwest = { version = "0.12", features = ["json"] }
openssl = { version = "0.10", features = ["vendored"] }
openssl = { version = "0.10.64", features = ["vendored"] }
image = "0.25.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.116"
Expand Down

0 comments on commit 0835246

Please sign in to comment.