Update serde-big-array requirement from 0.4.1 to 0.5.0

Updates the requirements on [serde-big-array](https://github.com/est31/serde-big-array) to permit the latest version.
- [Release notes](https://github.com/est31/serde-big-array/releases)
- [Commits](https://github.com/est31/serde-big-array/compare/v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: serde-big-array
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-20 13:58:11 +00:00 committed by Dirkjan Ochtman
parent f1cb9ee234
commit 52a6ca2dcd
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@ bincode = "1.3.1"
instant-distance = { version = "0.6", path = "../instant-distance", features = ["with-serde"] }
pyo3 = { version = "0.18.0", features = ["extension-module"] }
serde = { version = "1", features = ["derive"] }
serde-big-array = "0.4.1"
serde-big-array = "0.5.0"

View File

@ -22,7 +22,7 @@ parking_lot = "0.12"
rand = { version = "0.8", features = ["small_rng"] }
rayon = "1.5"
serde = { version = "1.0.118", features = ["derive"], optional = true }
serde-big-array = { version = "0.4.1", optional = true }
serde-big-array = { version = "0.5.0", optional = true }
[dev-dependencies]
bencher = "0.1.5"