From 19dbd903420d4e32fa51e9b942d72211202da12d Mon Sep 17 00:00:00 2001 From: Adam Reichold Date: Sun, 11 Feb 2024 21:52:43 +0100 Subject: [PATCH] Bump dev dependencies to their current stable versions. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 10ceaa3..bd5debb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sif-kdtree" description = "simple, immutable, flat k-d tree" -version = "0.5.1" +version = "0.5.2" edition = "2018" rust-version = "1.55" authors = ["Adam Reichold "] @@ -18,7 +18,7 @@ rayon = { version = "1.7", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } [dev-dependencies] -memmap2 = "0.7" +memmap2 = "0.9" proptest = "1.1" [package.metadata.docs.rs]