Skip to content

Commit c339b68

Browse files
committed
update cardinality-estimator-safe for fp fix
bumps the allowed fp error on harmonic sum to be 1.0 instead of 0.5
1 parent 6e38c9c commit c339b68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ufos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ anyhow = "1.0.97"
88
async-trait = "0.1.88"
99
base64 = "0.22.1"
1010
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"] }
1212
chrono = { version = "0.4.41", features = ["serde"] }
1313
clap = { version = "4.5.31", features = ["derive"] }
1414
dropshot = "0.16.0"

0 commit comments

Comments
 (0)