From 34e25ff17ccb358aae22e80830b39273306a8560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:48:36 +0300 Subject: [PATCH] build(deps): bump anyhow from 1.0.87 to 1.0.88 in /rust (#231) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.88. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.88) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 0a4ec87..fe1adef 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" [[package]] name = "base16ct" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index dd6106f..cbd0e34 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/Esgrove/othellogame" build = "build.rs" [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.88" base16ct = { version = "0.2.0", features = ["alloc"] } clap = { version = "4.5.16", features = ["derive"] } colored = "2.1.0"