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

Bump rsa from 0.9.8 to 0.9.10

Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.8 to 0.9.10.
- [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.10/CHANGELOG.md)
- [Commits](https://github.com/RustCrypto/RSA/compare/v0.9.8...v0.9.10)

---
updated-dependencies:
- dependency-name: rsa
dependency-version: 0.9.10
dependency-type: indirect
...

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

authored by

dependabot[bot] and committed by
GitHub
8d2b3f5f d55f39c1

+5 -6
+5 -6
Cargo.lock
··· 1375 1375 checksum = "18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f" 1376 1376 dependencies = [ 1377 1377 "data-encoding", 1378 - "syn 2.0.106", 1378 + "syn 1.0.109", 1379 1379 ] 1380 1380 1381 1381 [[package]] ··· 3626 3626 3627 3627 [[package]] 3628 3628 name = "num-bigint-dig" 3629 - version = "0.8.4" 3629 + version = "0.8.6" 3630 3630 source = "registry+https://github.com/rust-lang/crates.io-index" 3631 - checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 3631 + checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 3632 3632 dependencies = [ 3633 - "byteorder", 3634 3633 "lazy_static", 3635 3634 "libm", 3636 3635 "num-integer", ··· 4644 4643 4645 4644 [[package]] 4646 4645 name = "rsa" 4647 - version = "0.9.8" 4646 + version = "0.9.10" 4648 4647 source = "registry+https://github.com/rust-lang/crates.io-index" 4649 - checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" 4648 + checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" 4650 4649 dependencies = [ 4651 4650 "const-oid", 4652 4651 "digest",