From d87eaface6a3cfb97333a8098ec5880377668799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:24:38 +0000 Subject: [PATCH] Update noise requirement from 0.8.2 to 0.9.0 --- updated-dependencies: - dependency-name: noise dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c95bc3998..4ca693833 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ indexmap = "2.2.1" itertools = "0.12.0" java_string = { path = "crates/java_string", version = "0.1.2" } lru = "0.12.0" -noise = "0.8.2" +noise = "0.9.0" num = "0.4.0" num-bigint = "0.4.3" owo-colors = "3.5.0"