diff --git a/Cargo.toml b/Cargo.toml index 0174ad01a..13c5ab14f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ query-grammar = { version= "0.19.0", path="./query-grammar", package = "tantivy- tantivy-bitpacker = { version= "0.3", path="./bitpacker" } common = { version= "0.5", path = "./common/", package = "tantivy-common" } tokenizer-api = { version="0.1", path="./tokenizer-api", package="tantivy-tokenizer-api" } -sketches-ddsketch = { git = "https://github.com/PSeitz/rust-sketches-ddsketch", version = "0.2.0", features = ["use_serde"] } +sketches-ddsketch = { version = "0.2.1", features = ["use_serde"] } [target.'cfg(windows)'.dependencies] winapi = "0.3.9"