Skip to content

Commit

Permalink
Bump openssl from 0.10.57 to 0.10.58
Browse files Browse the repository at this point in the history
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.57 to 0.10.58.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.57...openssl-v0.10.58)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 7477a24 commit cb015bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ native-tls = "0.2.11"
trust-dns-resolver = { git = "https://github.com/Findomain/trust-dns", package = "trust-dns-resolver", branch = "custombranch" }

[target.arm-unknown-linux-gnueabihf.dependencies]
openssl = { version = "0.10.57", features = ["vendored"] }
openssl = { version = "0.10.58", features = ["vendored"] }

[target.aarch64-unknown-linux-gnu.dependencies]
openssl = { version = "0.10.57", features = ["vendored"] }
openssl = { version = "0.10.58", features = ["vendored"] }

[target.armv7-unknown-linux-gnueabihf.dependencies]
openssl = { version = "0.10.57", features = ["vendored"] }
openssl = { version = "0.10.58", features = ["vendored"] }

[profile.release]
lto = 'thin'
Expand Down

0 comments on commit cb015bc

Please sign in to comment.