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

Configure Feed

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

cardinality-estimator with 32-bit support

phil 35b578a8 339e231e

+3 -3
+2 -2
Cargo.lock
··· 574 574 575 575 [[package]] 576 576 name = "cardinality-estimator-safe" 577 - version = "2.1.0" 577 + version = "2.1.1" 578 578 source = "registry+https://github.com/rust-lang/crates.io-index" 579 - checksum = "3961c1d864c72d3d628d18b16ee64ca0e203ce9f0e9d701ecb7403e9da30927a" 579 + checksum = "50c14632b90cb42ff2174d2a544ca553c1bccfab54b848ae9ab9e004b90243bf" 580 580 dependencies = [ 581 581 "enum_dispatch", 582 582 "serde",
+1 -1
ufos/Cargo.toml
··· 7 7 anyhow = "1.0.97" 8 8 async-trait = "0.1.88" 9 9 bincode = { version = "2.0.1", features = ["serde"] } 10 - cardinality-estimator-safe = { version = "2.1.0", features = ["with_serde"] } 10 + cardinality-estimator-safe = { version = "2.1.1", features = ["with_serde"] } 11 11 clap = { version = "4.5.31", features = ["derive"] } 12 12 dropshot = "0.16.0" 13 13 env_logger = "0.11.7"