From 8d46987b277915120208c1440e12116ff8543ff0 Mon Sep 17 00:00:00 2001 From: George Mulhearn Date: Wed, 27 Nov 2024 08:25:52 +1000 Subject: [PATCH] lock auto update Signed-off-by: George Mulhearn --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 8e8adc90df..d60f27cf1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5391,7 +5391,7 @@ dependencies = [ "indexmap 1.9.3", "pin-project", "pin-project-lite", - "rand 0.8.5", + "rand", "slab", "tokio", "tokio-util",