diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index 543b7358ae8..c4a4a16af82 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -964,17 +964,9 @@ dependencies = [ [[package]] name = "bitpacking" -version = "0.8.3" -source = "git+https://github.com/quickwit-oss/bitpacking?rev=f730b75#f730b75598589d7c2a9c4eee3fc17025c59e2b2c" -dependencies = [ - "crunchy", -] - -[[package]] -name = "bitpacking" -version = "0.8.4" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8c7d2ac73c167c06af4a5f37e6e59d84148d57ccbe4480b76f0273eefea82d7" +checksum = "4c1d3e2bfd8d06048a179f7b17afc3188effa10385e7b00dc65af6aae732ea92" dependencies = [ "crunchy", ] @@ -4388,7 +4380,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "ownedbytes" version = "0.6.0" -source = "git+https://github.com/quickwit-oss/tantivy/#1a9fc10be981b681f891359757926684ada2405c" +source = "git+https://github.com/quickwit-oss/tantivy/#0b56c88e695227efb2fd0e6f9475868a555b510b" dependencies = [ "stable_deref_trait", ] @@ -7554,13 +7546,13 @@ dependencies = [ [[package]] name = "tantivy" -version = "0.21.2" -source = "git+https://github.com/quickwit-oss/tantivy/#1a9fc10be981b681f891359757926684ada2405c" +version = "0.22.0-dev" +source = "git+https://github.com/quickwit-oss/tantivy/#0b56c88e695227efb2fd0e6f9475868a555b510b" dependencies = [ "aho-corasick", "arc-swap", "base64 0.21.5", - "bitpacking 0.8.3", + "bitpacking", "byteorder", "census", "crc32fast", @@ -7608,15 +7600,15 @@ dependencies = [ [[package]] name = "tantivy-bitpacker" version = "0.5.0" -source = "git+https://github.com/quickwit-oss/tantivy/#1a9fc10be981b681f891359757926684ada2405c" +source = "git+https://github.com/quickwit-oss/tantivy/#0b56c88e695227efb2fd0e6f9475868a555b510b" dependencies = [ - "bitpacking 0.8.4", + "bitpacking", ] [[package]] name = "tantivy-columnar" version = "0.2.0" -source = "git+https://github.com/quickwit-oss/tantivy/#1a9fc10be981b681f891359757926684ada2405c" +source = "git+https://github.com/quickwit-oss/tantivy/#0b56c88e695227efb2fd0e6f9475868a555b510b" dependencies = [ "fastdivide", "itertools 0.12.0", @@ -7630,7 +7622,7 @@ dependencies = [ [[package]] name = "tantivy-common" version = "0.6.0" -source = "git+https://github.com/quickwit-oss/tantivy/#1a9fc10be981b681f891359757926684ada2405c" +source = "git+https://github.com/quickwit-oss/tantivy/#0b56c88e695227efb2fd0e6f9475868a555b510b" dependencies = [ "async-trait", "byteorder", @@ -7653,7 +7645,7 @@ dependencies = [ [[package]] name = "tantivy-query-grammar" version = "0.21.0" -source = "git+https://github.com/quickwit-oss/tantivy/#1a9fc10be981b681f891359757926684ada2405c" +source = "git+https://github.com/quickwit-oss/tantivy/#0b56c88e695227efb2fd0e6f9475868a555b510b" dependencies = [ "nom", ] @@ -7661,7 +7653,7 @@ dependencies = [ [[package]] name = "tantivy-sstable" version = "0.2.0" -source = "git+https://github.com/quickwit-oss/tantivy/#1a9fc10be981b681f891359757926684ada2405c" +source = "git+https://github.com/quickwit-oss/tantivy/#0b56c88e695227efb2fd0e6f9475868a555b510b" dependencies = [ "tantivy-common", "tantivy-fst", @@ -7671,7 +7663,7 @@ dependencies = [ [[package]] name = "tantivy-stacker" version = "0.2.0" -source = "git+https://github.com/quickwit-oss/tantivy/#1a9fc10be981b681f891359757926684ada2405c" +source = "git+https://github.com/quickwit-oss/tantivy/#0b56c88e695227efb2fd0e6f9475868a555b510b" dependencies = [ "murmurhash32", "tantivy-common", @@ -7680,7 +7672,7 @@ dependencies = [ [[package]] name = "tantivy-tokenizer-api" version = "0.2.0" -source = "git+https://github.com/quickwit-oss/tantivy/#1a9fc10be981b681f891359757926684ada2405c" +source = "git+https://github.com/quickwit-oss/tantivy/#0b56c88e695227efb2fd0e6f9475868a555b510b" dependencies = [ "serde", ]