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

update cardinality-estimator-safe for fp fix

bumps the allowed fp error on harmonic sum to be 1.0 instead of 0.5

Changed files
+3 -3
ufos
+2 -2
Cargo.lock
···
[[package]]
name = "cardinality-estimator-safe"
-
version = "4.0.1"
+
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-
checksum = "b41ec0cd313b46ba3b508377544b25aa1d56d05ce9e657e77dfb001d5e726e53"
+
checksum = "dc9887b4092040ea9a416fc3de9769ee7783e3cd5c168c941e6a8de69723b971"
dependencies = [
"digest",
"enum_dispatch",
+1 -1
ufos/Cargo.toml
···
async-trait = "0.1.88"
base64 = "0.22.1"
bincode = { version = "2.0.1", features = ["serde"] }
-
cardinality-estimator-safe = { version = "4.0.1", features = ["with_serde", "with_digest"] }
+
cardinality-estimator-safe = { version = "4.0.2", features = ["with_serde", "with_digest"] }
chrono = { version = "0.4.41", features = ["serde"] }
clap = { version = "4.5.31", features = ["derive"] }
dropshot = "0.16.0"