mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-19 09:16:45 +00:00
Compare commits
1 commit
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff66ca03a1 |
6 changed files with 6 additions and 6 deletions
|
|
@ -76,7 +76,7 @@ winapi = "0.3.9"
|
|||
|
||||
[dev-dependencies]
|
||||
binggan = "0.15.3"
|
||||
rand = "0.9"
|
||||
rand = "0.10"
|
||||
maplit = "1.0.2"
|
||||
matches = "0.1.9"
|
||||
pretty_assertions = "1.2.1"
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ homepage = "https://github.com/quickwit-oss/tantivy"
|
|||
bitpacking = { version = "0.9.2", default-features = false, features = ["bitpacker1x"] }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.9"
|
||||
rand = "0.10"
|
||||
proptest = "1"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ downcast-rs = "2.0.1"
|
|||
[dev-dependencies]
|
||||
proptest = "1"
|
||||
more-asserts = "0.3.1"
|
||||
rand = "0.9"
|
||||
rand = "0.10"
|
||||
binggan = "0.15.3"
|
||||
|
||||
[[bench]]
|
||||
|
|
|
|||
|
|
@ -21,4 +21,4 @@ serde = { version = "1.0.136", features = ["derive"] }
|
|||
[dev-dependencies]
|
||||
binggan = "0.15.3"
|
||||
proptest = "1.0.0"
|
||||
rand = "0.9"
|
||||
rand = "0.10"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ zstd-compression = ["zstd"]
|
|||
proptest = "1"
|
||||
criterion = { version = "0.5", default-features = false }
|
||||
names = "0.14"
|
||||
rand = "0.9"
|
||||
rand = "0.10"
|
||||
|
||||
[[bench]]
|
||||
name = "stream_bench"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ name = "hashmap"
|
|||
path = "example/hashmap.rs"
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.9"
|
||||
rand = "0.10"
|
||||
zipf = "7.0.0"
|
||||
rustc-hash = "2.1.0"
|
||||
proptest = "1.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue