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.

use non-yanked url crate

videah f9dbbc64 9b75aad1

+11 -11
+10 -10
Cargo.lock
··· 196 196 197 197 [[package]] 198 198 name = "bytes" 199 - version = "1.8.0" 199 + version = "1.9.0" 200 200 source = "registry+https://github.com/rust-lang/crates.io-index" 201 - checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" 201 + checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" 202 202 203 203 [[package]] 204 204 name = "cc" ··· 764 764 "log", 765 765 "serde", 766 766 "serde_json", 767 - "thiserror 2.0.3", 767 + "thiserror 2.0.11", 768 768 "tokio", 769 769 "tokio-tungstenite", 770 770 "tokio-util", ··· 1374 1374 1375 1375 [[package]] 1376 1376 name = "thiserror" 1377 - version = "2.0.3" 1377 + version = "2.0.11" 1378 1378 source = "registry+https://github.com/rust-lang/crates.io-index" 1379 - checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" 1379 + checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" 1380 1380 dependencies = [ 1381 - "thiserror-impl 2.0.3", 1381 + "thiserror-impl 2.0.11", 1382 1382 ] 1383 1383 1384 1384 [[package]] ··· 1394 1394 1395 1395 [[package]] 1396 1396 name = "thiserror-impl" 1397 - version = "2.0.3" 1397 + version = "2.0.11" 1398 1398 source = "registry+https://github.com/rust-lang/crates.io-index" 1399 - checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" 1399 + checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" 1400 1400 dependencies = [ 1401 1401 "proc-macro2", 1402 1402 "quote", ··· 1530 1530 1531 1531 [[package]] 1532 1532 name = "url" 1533 - version = "2.5.3" 1533 + version = "2.5.4" 1534 1534 source = "registry+https://github.com/rust-lang/crates.io-index" 1535 - checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" 1535 + checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 1536 1536 dependencies = [ 1537 1537 "form_urlencoded", 1538 1538 "idna",
+1 -1
Cargo.toml
··· 20 20 "url", 21 21 ] } 22 22 futures-util = "0.3.31" 23 - url = "2.5.3" 23 + url = "2.5.4" 24 24 serde = { version = "1.0.215", features = ["derive"] } 25 25 serde_json = "1.0.132" 26 26 chrono = "0.4.38"