From de0e0854f859d312a0dcdcd8132c63a6bd9c2499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:08:12 +0000 Subject: [PATCH] Bump anyhow from 1.0.97 to 1.0.98 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.97 to 1.0.98. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.97...1.0.98) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.98 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- laya-storage-dlcs/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ac045e..631a5a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,9 +115,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.97" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index e674e6d..70cae07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -141,7 +141,7 @@ gcd = "2.3.0" reqwest = "0.12.15" reqsign = "0.16.1" async-trait = "0.1.88" -anyhow = "1.0.97" +anyhow = "1.0.98" http = "1.3.1" [workspace.dependencies] diff --git a/laya-storage-dlcs/Cargo.toml b/laya-storage-dlcs/Cargo.toml index 734efd1..4bb4a05 100644 --- a/laya-storage-dlcs/Cargo.toml +++ b/laya-storage-dlcs/Cargo.toml @@ -16,4 +16,4 @@ tracing = "0.1.41" tokio = { version = "1.44.1", features = ["sync"] } hyper = "1.6.0" futures.workspace = true -anyhow = "1.0.97" +anyhow = "1.0.98"