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 rand from 0.9.1 to 0.9.3

Bumps [rand](https://github.com/rust-random/rand) from 0.9.1 to 0.9.3.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.1...0.9.3)

---
updated-dependencies:
- dependency-name: rand
dependency-version: 0.9.3
dependency-type: direct:production
...

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

+13 -13
+12 -12
Cargo.lock
··· 1753 1753 "mea", 1754 1754 "parking_lot", 1755 1755 "pin-project", 1756 - "rand 0.9.1", 1756 + "rand 0.9.3", 1757 1757 "serde", 1758 1758 "tracing", 1759 1759 "twox-hash", ··· 2114 2114 "idna", 2115 2115 "ipnet", 2116 2116 "once_cell", 2117 - "rand 0.9.1", 2117 + "rand 0.9.3", 2118 2118 "ring", 2119 2119 "thiserror 2.0.16", 2120 2120 "tinyvec", ··· 2136 2136 "moka", 2137 2137 "once_cell", 2138 2138 "parking_lot", 2139 - "rand 0.9.1", 2139 + "rand 0.9.3", 2140 2140 "resolv-conf", 2141 2141 "smallvec", 2142 2142 "thiserror 2.0.16", ··· 2787 2787 checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" 2788 2788 dependencies = [ 2789 2789 "cfg-if", 2790 - "windows-targets 0.48.5", 2790 + "windows-targets 0.52.6", 2791 2791 ] 2792 2792 2793 2793 [[package]] ··· 3129 3129 "hashbrown 0.15.2", 3130 3130 "metrics", 3131 3131 "quanta", 3132 - "rand 0.9.1", 3132 + "rand 0.9.3", 3133 3133 "rand_xoshiro 0.7.0", 3134 3134 "sketches-ddsketch", 3135 3135 ] ··· 3865 3865 "bytes", 3866 3866 "getrandom 0.3.3", 3867 3867 "lru-slab", 3868 - "rand 0.9.1", 3868 + "rand 0.9.3", 3869 3869 "ring", 3870 3870 "rustc-hash 2.1.1", 3871 3871 "rustls 0.23.31", ··· 3919 3919 3920 3920 [[package]] 3921 3921 name = "rand" 3922 - version = "0.9.1" 3922 + version = "0.9.3" 3923 3923 source = "registry+https://github.com/rust-lang/crates.io-index" 3924 - checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 3924 + checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" 3925 3925 dependencies = [ 3926 3926 "rand_chacha 0.9.0", 3927 3927 "rand_core 0.9.3", ··· 4867 4867 "log", 4868 4868 "metrics", 4869 4869 "metrics-exporter-prometheus 0.17.2", 4870 - "rand 0.9.1", 4870 + "rand 0.9.3", 4871 4871 "schemars", 4872 4872 "semver", 4873 4873 "serde", ··· 5450 5450 "httparse", 5451 5451 "log", 5452 5452 "native-tls", 5453 - "rand 0.9.1", 5453 + "rand 0.9.3", 5454 5454 "sha1", 5455 5455 "thiserror 2.0.16", 5456 5456 "url", ··· 5468 5468 "http", 5469 5469 "httparse", 5470 5470 "log", 5471 - "rand 0.9.1", 5471 + "rand 0.9.3", 5472 5472 "sha1", 5473 5473 "thiserror 2.0.16", 5474 5474 "utf-8", ··· 5480 5480 source = "registry+https://github.com/rust-lang/crates.io-index" 5481 5481 checksum = "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56" 5482 5482 dependencies = [ 5483 - "rand 0.9.1", 5483 + "rand 0.9.3", 5484 5484 ] 5485 5485 5486 5486 [[package]]
+1 -1
spacedust/Cargo.toml
··· 16 16 log = "0.4.27" 17 17 metrics = "0.24.2" 18 18 metrics-exporter-prometheus = { version = "0.17.1", features = ["http-listener"] } 19 - rand = "0.9.1" 19 + rand = "0.9.3" 20 20 schemars = "0.8.22" 21 21 semver = "1.0.26" 22 22 serde = { version = "1.0.219", features = ["derive"] }