Your locally hosted lumina server for IDAPro
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump openssl from 0.10.54 to 0.10.55 (#94)

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.54 to 0.10.55.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55)

---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
eb63b1bd 27989d94

+4 -4
+4 -4
Cargo.lock
··· 868 868 869 869 [[package]] 870 870 name = "openssl" 871 - version = "0.10.54" 871 + version = "0.10.55" 872 872 source = "registry+https://github.com/rust-lang/crates.io-index" 873 - checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019" 873 + checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" 874 874 dependencies = [ 875 875 "bitflags 1.3.2", 876 876 "cfg-if", ··· 900 900 901 901 [[package]] 902 902 name = "openssl-sys" 903 - version = "0.9.88" 903 + version = "0.9.90" 904 904 source = "registry+https://github.com/rust-lang/crates.io-index" 905 - checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617" 905 + checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" 906 906 dependencies = [ 907 907 "cc", 908 908 "libc",