Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0

Configure Feed

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

Bump openssl from 0.10.78 to 0.10.79

Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.78 to 0.10.79.
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.78...openssl-v0.10.79)

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

Signed-off-by: dependabot[bot] <support@github.com>

+4 -5
+4 -5
Cargo.lock
··· 3422 3422 3423 3423 [[package]] 3424 3424 name = "openssl" 3425 - version = "0.10.78" 3425 + version = "0.10.79" 3426 3426 source = "registry+https://github.com/rust-lang/crates.io-index" 3427 - checksum = "f38c4372413cdaaf3cc79dd92d29d7d9f5ab09b51b10dded508fb90bb70b9222" 3427 + checksum = "bf0b434746ee2832f4f0baf10137e1cabb18cbe6912c69e2e33263c45250f542" 3428 3428 dependencies = [ 3429 3429 "bitflags", 3430 3430 "cfg-if", 3431 3431 "foreign-types", 3432 3432 "libc", 3433 - "once_cell", 3434 3433 "openssl-macros", 3435 3434 "openssl-sys", 3436 3435 ] ··· 3463 3462 3464 3463 [[package]] 3465 3464 name = "openssl-sys" 3466 - version = "0.9.114" 3465 + version = "0.9.115" 3467 3466 source = "registry+https://github.com/rust-lang/crates.io-index" 3468 - checksum = "13ce1245cd07fcc4cfdb438f7507b0c7e4f3849a69fd84d52374c66d83741bb6" 3467 + checksum = "158fe5b292746440aa6e7a7e690e55aeb72d41505e2804c23c6973ad0e9c9781" 3469 3468 dependencies = [ 3470 3469 "cc", 3471 3470 "libc",