File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ bincode = "1.3.1"
19
19
instant-distance = { version = " 0.6" , path = " ../instant-distance" , features = [" with-serde" ] }
20
20
pyo3 = { version = " 0.18.0" , features = [" extension-module" ] }
21
21
serde = { version = " 1" , features = [" derive" ] }
22
- serde-big-array = " 0.4.1 "
22
+ serde-big-array = " 0.5.0 "
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ parking_lot = "0.12"
22
22
rand = { version = " 0.8" , features = [" small_rng" ] }
23
23
rayon = " 1.5"
24
24
serde = { version = " 1.0.118" , features = [" derive" ], optional = true }
25
- serde-big-array = { version = " 0.4.1 " , optional = true }
25
+ serde-big-array = { version = " 0.5.0 " , optional = true }
26
26
27
27
[dev-dependencies ]
28
28
bencher = " 0.1.5"
You can’t perform that action at this time.
0 commit comments