From 64563e30ebe552681fb75d9d55edc38bf9ee5f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:10:29 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.86 to 1.0.89 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.89) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- harmonia/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7546869..bc55344 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -312,9 +312,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "askama_escape" diff --git a/harmonia/Cargo.toml b/harmonia/Cargo.toml index 471d552..162dfda 100644 --- a/harmonia/Cargo.toml +++ b/harmonia/Cargo.toml @@ -28,7 +28,7 @@ tokio-stream = { version = "0.1" } http-range = "0.1" askama_escape = "0.10.3" percent-encoding = "2.3.1" -anyhow = "1.0.86" +anyhow = "1.0.89" tempfile = "3.10.1"