summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2023-10-01 21:26:25 -0600
committerGitHub <noreply@github.com>2023-10-01 21:26:25 -0600
commit59feb7d6abe1ad4ee3a0b6aef5450d2eb588b1c1 (patch)
treefb30d8945e1df06b1a9631461bfcf2745a452ea6
parent995d2f5e447491330dfdbdb70a4f8d582a4ba106 (diff)
parent97f53263938cf18fea306e200455a2723cafa16a (diff)
Merge pull request #1392 from sharkdp/dependabot/cargo/anyhow-1.0.75
Bump anyhow from 1.0.72 to 1.0.75
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 76b3c5a..cc244b2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -37,9 +37,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 = "argmax"