From 55f7c05d5d6cc222c664a039804196ac9fc62887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 21:57:40 +0000 Subject: [PATCH] Build(deps): bump anyhow from 1.0.76 to 1.0.79 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.76 to 1.0.79. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.76...1.0.79) --- 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 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cf1caa4..96db7acc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,9 +82,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.76" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" +checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "async-stream" diff --git a/Cargo.toml b/Cargo.toml index 9116b123..8fc8a29b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ include = ["ui/dist"] edition = "2021" [dependencies] -anyhow = "1.0.76" +anyhow = "1.0.79" axum = { version = "0.6.20", features = ["ws"] } axum-debug = "0.3.3" clap = { version = "4.4.11", features = ["cargo", "deprecated"] } @@ -30,7 +30,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } ts-rs = "7.0.0" [build-dependencies] -anyhow = "1.0.76" +anyhow = "1.0.79" vergen = { version = "8.2.6", features = [ "build", "cargo",