From d173617ee23b179ed7e9926d124eaa41b855e071 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 18 Feb 2025 09:56:13 -0500 Subject: Update deps --- src/forest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/forest.rs') diff --git a/src/forest.rs b/src/forest.rs index 4feffcb..be31cb0 100644 --- a/src/forest.rs +++ b/src/forest.rs @@ -238,7 +238,7 @@ mod tests { use acap::exhaustive::ExhaustiveSearch; use acap::knn::{NearestNeighbors, Neighbor}; - use rand::prelude::*; + use rand::random; type Point = Euclidean<[f32; 3]>; -- cgit v1.2.3