+2
-2
Cargo.lock
+2
-2
Cargo.lock
···
730
730
731
731
[[package]]
732
732
name = "cardinality-estimator-safe"
733
-
version = "4.0.1"
733
+
version = "4.0.2"
734
734
source = "registry+https://github.com/rust-lang/crates.io-index"
735
-
checksum = "b41ec0cd313b46ba3b508377544b25aa1d56d05ce9e657e77dfb001d5e726e53"
735
+
checksum = "dc9887b4092040ea9a416fc3de9769ee7783e3cd5c168c941e6a8de69723b971"
736
736
dependencies = [
737
737
"digest",
738
738
"enum_dispatch",
+1
-1
ufos/Cargo.toml
+1
-1
ufos/Cargo.toml
···
8
8
async-trait = "0.1.88"
9
9
base64 = "0.22.1"
10
10
bincode = { version = "2.0.1", features = ["serde"] }
11
-
cardinality-estimator-safe = { version = "4.0.1", features = ["with_serde", "with_digest"] }
11
+
cardinality-estimator-safe = { version = "4.0.2", features = ["with_serde", "with_digest"] }
12
12
chrono = { version = "0.4.41", features = ["serde"] }
13
13
clap = { version = "4.5.31", features = ["derive"] }
14
14
dropshot = "0.16.0"