From 9cf7942cc36f69e72d3b33eed0a716d7b0e60f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 16:17:21 +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 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fda9cd1a..db851e0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,9 +98,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 = "arrayvec" diff --git a/Cargo.toml b/Cargo.toml index 4139abac..85ac69ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["chess"] [dependencies] arrayvec = { version = "0.7.3", default-features = false, features = ["std"] } atomic = { version = "0.6.0", default-features = false, features = ["std"] } -anyhow = { version = "1.0.72", default-features = false, features = ["std"] } +anyhow = { version = "1.0.75", default-features = false, features = ["std"] } async-stream = { version = "0.3.5", default-features = false } bitflags = { version = "2.4.0", default-features = false } bytemuck = { version = "1.13.1", default-features = false }