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

Configure Feed

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

update deps

phil 4f3e75b8 7f355881

+30 -21
+29 -20
Cargo.lock
··· 108 108 109 109 [[package]] 110 110 name = "axum" 111 - version = "0.8.1" 111 + version = "0.8.2" 112 112 source = "registry+https://github.com/rust-lang/crates.io-index" 113 - checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8" 113 + checksum = "efea76243612a2436fb4074ba0cf3ba9ea29efdeb72645d8fc63f116462be1de" 114 114 dependencies = [ 115 115 "axum-core", 116 116 "bytes", ··· 142 142 143 143 [[package]] 144 144 name = "axum-core" 145 - version = "0.5.0" 145 + version = "0.5.1" 146 146 source = "registry+https://github.com/rust-lang/crates.io-index" 147 - checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733" 147 + checksum = "eab1b0df7cded837c40dacaa2e1c33aa17c84fc3356ae67b5645f1e83190753e" 148 148 dependencies = [ 149 149 "bytes", 150 - "futures-util", 150 + "futures-core", 151 151 "http", 152 152 "http-body", 153 153 "http-body-util", ··· 214 214 "bitflags", 215 215 "cexpr", 216 216 "clang-sys", 217 - "itertools", 217 + "itertools 0.12.1", 218 218 "lazy_static", 219 219 "lazycell", 220 220 "proc-macro2", ··· 234 234 "bitflags", 235 235 "cexpr", 236 236 "clang-sys", 237 - "itertools", 237 + "itertools 0.13.0", 238 238 "proc-macro2", 239 239 "quote", 240 240 "regex", ··· 338 338 339 339 [[package]] 340 340 name = "clap" 341 - version = "4.5.26" 341 + version = "4.5.27" 342 342 source = "registry+https://github.com/rust-lang/crates.io-index" 343 - checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783" 343 + checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" 344 344 dependencies = [ 345 345 "clap_builder", 346 346 "clap_derive", ··· 348 348 349 349 [[package]] 350 350 name = "clap_builder" 351 - version = "4.5.26" 351 + version = "4.5.27" 352 352 source = "registry+https://github.com/rust-lang/crates.io-index" 353 - checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121" 353 + checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" 354 354 dependencies = [ 355 355 "anstream", 356 356 "anstyle", ··· 751 751 752 752 [[package]] 753 753 name = "indexmap" 754 - version = "2.7.0" 754 + version = "2.7.1" 755 755 source = "registry+https://github.com/rust-lang/crates.io-index" 756 - checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" 756 + checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" 757 757 dependencies = [ 758 758 "equivalent", 759 759 "hashbrown", ··· 761 761 762 762 [[package]] 763 763 name = "ipnet" 764 - version = "2.10.1" 764 + version = "2.11.0" 765 765 source = "registry+https://github.com/rust-lang/crates.io-index" 766 - checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" 766 + checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 767 767 768 768 [[package]] 769 769 name = "is_terminal_polyfill" ··· 776 776 version = "0.12.1" 777 777 source = "registry+https://github.com/rust-lang/crates.io-index" 778 778 checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 779 + dependencies = [ 780 + "either", 781 + ] 782 + 783 + [[package]] 784 + name = "itertools" 785 + version = "0.13.0" 786 + source = "registry+https://github.com/rust-lang/crates.io-index" 787 + checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 779 788 dependencies = [ 780 789 "either", 781 790 ] ··· 1491 1500 1492 1501 [[package]] 1493 1502 name = "serde_json" 1494 - version = "1.0.135" 1503 + version = "1.0.137" 1495 1504 source = "registry+https://github.com/rust-lang/crates.io-index" 1496 - checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" 1505 + checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" 1497 1506 dependencies = [ 1498 1507 "itoa", 1499 1508 "memchr", ··· 1770 1779 1771 1780 [[package]] 1772 1781 name = "tungstenite" 1773 - version = "0.24.0" 1782 + version = "0.26.1" 1774 1783 source = "registry+https://github.com/rust-lang/crates.io-index" 1775 - checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" 1784 + checksum = "413083a99c579593656008130e29255e54dcaae495be556cc26888f211648c24" 1776 1785 dependencies = [ 1777 1786 "byteorder", 1778 1787 "bytes", ··· 1783 1792 "native-tls", 1784 1793 "rand", 1785 1794 "sha1", 1786 - "thiserror 1.0.69", 1795 + "thiserror 2.0.11", 1787 1796 "utf-8", 1788 1797 ] 1789 1798