From 55c90cf3862d3008b06d3bb3730b62a705753013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:04:03 +0000 Subject: [PATCH] Bump anyhow from 1.0.72 to 1.0.75 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.72 to 1.0.75. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.72...1.0.75) --- 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 7e1d244..9724e54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,9 +40,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.72" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "arc-swap" diff --git a/Cargo.toml b/Cargo.toml index 81d1bda..3f0caa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ doctest = false lto = true [dependencies] -anyhow = "1.0.71" +anyhow = "1.0.75" base64 = "0.21.2" crossbeam-queue = "0.3.8" dashmap = "5.4.0" @@ -82,7 +82,7 @@ http-serde = "1.1.2" tonic-reflection = "0.9.2" [build-dependencies] -anyhow = "1.0.71" +anyhow = "1.0.75" protox = "0.4.0" vergen = { version = "8.2.4", features = ["git", "gitoxide"] } windows = { version = "0.48.0", features = ["Win32_UI_WindowsAndMessaging"] }