From 35c0d893f76d3b8b06806cdd112057373a2cae05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:37:29 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.70 to 1.0.75 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.75. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...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 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca4231d5..d11b0297 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,9 +85,9 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" [[package]] name = "anyhow" -version = "1.0.70" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "arrayref" diff --git a/Cargo.toml b/Cargo.toml index d34a32d1..bae08aac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ pixels = { version = "0.10.0", optional = true } winit = { version = "0.27.5", optional = true } winit_input_helper = { version = "0.13.0", optional = true } -anyhow = "1.0.66" +anyhow = "1.0.75" thiserror = "1.0.37" [dev-dependencies]