this repo has no description
0
fork

Configure Feed

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

Bump openssl in /backend-rs in the cargo group across 1 directory (#59)

Bumps the cargo group with 1 update in the /backend-rs directory: [openssl](https://github.com/sfackler/rust-openssl).


Updates `openssl` from 0.10.66 to 0.10.70
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.70)

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

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
27aaa5f1 8dfff7a0

+4 -4
+4 -4
backend-rs/Cargo.lock
··· 1894 1894 1895 1895 [[package]] 1896 1896 name = "openssl" 1897 - version = "0.10.66" 1897 + version = "0.10.70" 1898 1898 source = "registry+https://github.com/rust-lang/crates.io-index" 1899 - checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" 1899 + checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6" 1900 1900 dependencies = [ 1901 1901 "bitflags 2.6.0", 1902 1902 "cfg-if", ··· 1926 1926 1927 1927 [[package]] 1928 1928 name = "openssl-sys" 1929 - version = "0.9.103" 1929 + version = "0.9.105" 1930 1930 source = "registry+https://github.com/rust-lang/crates.io-index" 1931 - checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" 1931 + checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc" 1932 1932 dependencies = [ 1933 1933 "cc", 1934 1934 "libc",