Fast and robust atproto CAR file processing in rust
15
fork

Configure Feed

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

yay fixessss

authored by

phil and committed by tangled.org c9b91bb2 27c55bfe

+5 -5
+4 -4
Cargo.lock
··· 522 522 523 523 [[package]] 524 524 name = "fjall" 525 - version = "3.0.0" 525 + version = "3.0.1" 526 526 source = "registry+https://github.com/rust-lang/crates.io-index" 527 - checksum = "4986f550347ed1666561f36e8bf1be3c97df72850ecef0140129da6e2d0aa911" 527 + checksum = "4f69637c02d38ad1b0f003101d0195a60368130aa17d9ef78b1557d265a22093" 528 528 dependencies = [ 529 529 "byteorder-lite", 530 530 "byteview", ··· 822 822 823 823 [[package]] 824 824 name = "lsm-tree" 825 - version = "3.0.0" 825 + version = "3.0.1" 826 826 source = "registry+https://github.com/rust-lang/crates.io-index" 827 - checksum = "3a206e87e8bc38114045060ec1fc6bc4e4559748a37e9622b910d80e48863e87" 827 + checksum = "b875f1dfe14f557f805b167fb9b0fc54c5560c7a4bd6ae02535b2846f276a8cb" 828 828 dependencies = [ 829 829 "byteorder-lite", 830 830 "byteview",
+1 -1
Cargo.toml
··· 8 8 9 9 [dependencies] 10 10 bincode = { version = "2.0.1", features = ["serde"] } 11 - fjall = { version = "3.0.0", default-features = false } 11 + fjall = { version = "3.0.1", default-features = false } 12 12 futures = "0.3.31" 13 13 futures-core = "0.3.31" 14 14 ipld-core = { version = "0.4.2", features = ["serde"] }