summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-03 16:05:06 +0000
committerGitHub <[email protected]>2025-03-03 16:05:06 +0000
commita89e77b14cfc240c89cbe475cd880613c37a18bc (patch)
tree3da053f08453aef6a785b127a00ae6cd5147fb60
parent860ff541df4fff44d1d308a337e2dcc27fef32da (diff)
crates: bump anyhow from 1.0.75 to 1.0.97dependabot/cargo/anyhow-1.0.97
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.97. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.97) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 302790c..3ff5c38 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -100,9 +100,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.75"
+version = "1.0.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
+checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
[[package]]
name = "arc-swap"