From d8d8c82debd5531ba017998d03fe876a0cde4564 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 04:42:37 +0000 Subject: [PATCH] Update Rust crate anyhow to v1.0.89 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3785a69..822de4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ members = ["sbv2_api", "sbv2_core", "sbv2_bindings"] anyhow = "1.0.86" dotenvy = "0.15.7" env_logger = "0.11.5" -ndarray = "0.16.1" +ndarray = "0.16.1" \ No newline at end of file