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

Bump time from 0.3.41 to 0.3.47

Bumps [time](https://github.com/time-rs/time) from 0.3.41 to 0.3.47.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.41...v0.3.47)

---
updated-dependencies:
- dependency-name: time
dependency-version: 0.3.47
dependency-type: direct:production
...

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

authored by

dependabot[bot] and committed by
GitHub
9251aab2 da7c7bed

+14 -14
+13 -13
Cargo.lock
··· 1350 1350 1351 1351 [[package]] 1352 1352 name = "deranged" 1353 - version = "0.4.0" 1353 + version = "0.5.8" 1354 1354 source = "registry+https://github.com/rust-lang/crates.io-index" 1355 - checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" 1355 + checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 1356 1356 dependencies = [ 1357 1357 "powerfmt", 1358 - "serde", 1358 + "serde_core", 1359 1359 ] 1360 1360 1361 1361 [[package]] ··· 2680 2680 checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 2681 2681 dependencies = [ 2682 2682 "equivalent", 2683 - "hashbrown 0.15.2", 2683 + "hashbrown 0.16.1", 2684 2684 "serde", 2685 2685 "serde_core", 2686 2686 ] ··· 3518 3518 3519 3519 [[package]] 3520 3520 name = "num-conv" 3521 - version = "0.1.0" 3521 + version = "0.2.0" 3522 3522 source = "registry+https://github.com/rust-lang/crates.io-index" 3523 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3523 + checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 3524 3524 3525 3525 [[package]] 3526 3526 name = "num-format" ··· 5447 5447 5448 5448 [[package]] 5449 5449 name = "time" 5450 - version = "0.3.41" 5450 + version = "0.3.47" 5451 5451 source = "registry+https://github.com/rust-lang/crates.io-index" 5452 - checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" 5452 + checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 5453 5453 dependencies = [ 5454 5454 "deranged", 5455 5455 "itoa", ··· 5457 5457 "num-conv", 5458 5458 "num_threads", 5459 5459 "powerfmt", 5460 - "serde", 5460 + "serde_core", 5461 5461 "time-core", 5462 5462 "time-macros", 5463 5463 ] 5464 5464 5465 5465 [[package]] 5466 5466 name = "time-core" 5467 - version = "0.1.4" 5467 + version = "0.1.8" 5468 5468 source = "registry+https://github.com/rust-lang/crates.io-index" 5469 - checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" 5469 + checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 5470 5470 5471 5471 [[package]] 5472 5472 name = "time-macros" 5473 - version = "0.2.22" 5473 + version = "0.2.27" 5474 5474 source = "registry+https://github.com/rust-lang/crates.io-index" 5475 - checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" 5475 + checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 5476 5476 dependencies = [ 5477 5477 "num-conv", 5478 5478 "time-core",
+1 -1
slingshot/Cargo.toml
··· 24 24 serde = { version = "1.0.219", features = ["derive"] } 25 25 serde_json = { version = "1.0.141", features = ["raw_value"] } 26 26 thiserror = "2.0.12" 27 - time = { version = "0.3.41", features = ["serde"] } 27 + time = { version = "0.3.47", features = ["serde"] } 28 28 tokio = { version = "1.47.0", features = ["full"] } 29 29 tokio-util = "0.7.15" 30 30 tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }