From 6ee9b7246012f485417833d04db17f1e5549e640 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 22:46:06 +0000 Subject: [PATCH] chore(deps): update rust crate hashbrown to 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aacfec641c..438dbce668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ futures-executor = "0.3.30" futures-util = "0.3.30" getrandom = "0.2.14" half = { version = "^2", features = ["std", "num-traits"] } -hashbrown = "0.14.3" +hashbrown = "0.15.0" homedir = "0.3.3" humansize = "2.1.3" indicatif = "0.17.8"