From bd8ea95cfc017f83685dfdfc55749e84e09248e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:57:55 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.92 to 1.0.93 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.92 to 1.0.93. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.92...1.0.93) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- server/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cccdd3b..3fe86e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,9 +66,9 @@ checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" [[package]] name = "anyhow" -version = "1.0.92" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "arrayref" diff --git a/Cargo.toml b/Cargo.toml index 1dee6eb..13253bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ edition = "2021" license = "MIT" [workspace.dependencies] -anyhow = "1.0.91" +anyhow = "1.0.93" tracing = { version = "0.1.40", features = ["log"] } diff --git a/server/Cargo.toml b/server/Cargo.toml index ba60794..3455ad5 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -15,6 +15,6 @@ tracing.workspace = true tracing-subscriber = "0.3.18" hex = "0.4.3" bincode = "1.3.3" -anyhow = "1.0.91" +anyhow = "1.0.93" serde = "1.0" bytes = "1.8.0"