From 616a70cba7e944cc40649c6eea5693634aeaf974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:37:49 +0000 Subject: [PATCH] Bump anyhow from 1.0.93 to 1.0.95 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.95. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- neothesia-ai/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51c7eaf..3bab8ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,9 +161,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "approx" diff --git a/neothesia-ai/Cargo.toml b/neothesia-ai/Cargo.toml index 3858167..3a64782 100644 --- a/neothesia-ai/Cargo.toml +++ b/neothesia-ai/Cargo.toml @@ -5,7 +5,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.89" +anyhow = "1.0.95" midly = "0.5.3" ndarray = "0.16.1" rten = "0.13.1"