File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -11,29 +11,29 @@ license = "MIT"
1111edition = " 2021"
1212
1313[dependencies ]
14- bytemuck = { version = " 1.18 .0" , features = [" derive" , " extern_crate_alloc" ] }
14+ bytemuck = { version = " 1.21 .0" , features = [" derive" , " extern_crate_alloc" ] }
1515byteorder = " 1.5.0"
16- heed = { version = " 0.20.2 " , default-features = false }
17- log = " 0.4.21 "
18- memmap2 = " 0.9.4 "
19- ordered-float = " 4.2 .0"
16+ heed = { version = " 0.21.0 " , default-features = false }
17+ log = " 0.4.22 "
18+ memmap2 = " 0.9.5 "
19+ ordered-float = " 4.6 .0"
2020rand = { version = " 0.8.5" , features = [" alloc" ] }
2121rayon = " 1.10.0"
22- roaring = " 0.10.5 "
23- tempfile = " 3.10.1 "
24- thiserror = " 1 .0.61 "
22+ roaring = " 0.10.9 "
23+ tempfile = " 3.15.0 "
24+ thiserror = " 2 .0.9 "
2525nohash = " 0.2.0"
2626
2727[dev-dependencies ]
28- anyhow = " 1.0.86 "
29- arbitrary = { version = " 1.3.2 " , features = [" derive" ] }
30- clap = { version = " 4.5.7 " , features = [" derive" ] }
31- env_logger = " 0.11.3 "
32- insta = " 1.39 .0"
28+ anyhow = " 1.0.95 "
29+ arbitrary = { version = " 1.4.1 " , features = [" derive" ] }
30+ clap = { version = " 4.5.24 " , features = [" derive" ] }
31+ env_logger = " 0.11.6 "
32+ insta = " 1.42 .0"
3333instant-distance = " 0.6.1"
34- proptest = " 1.5 .0"
34+ proptest = " 1.6 .0"
3535rand = { version = " 0.8.5" , features = [" std_rng" ] }
36- tempfile = " 3.10.1 "
36+ tempfile = " 3.15.0 "
3737
3838[features ]
3939default = []
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pub struct ItemIter<'t, D: Distance> {
77 pub ( crate ) inner : heed:: RoPrefix < ' t , KeyCodec , NodeCodec < D > > ,
88}
99
10- impl < ' t , D : Distance > Iterator for ItemIter < ' t , D > {
10+ impl < D : Distance > Iterator for ItemIter < ' _ , D > {
1111 // TODO think about exposing the UnalignedF32Slice type
1212 type Item = Result < ( ItemId , Vec < f32 > ) > ;
1313
You can’t perform that action at this time.
0 commit comments