From 194ce4739881a9c570a454ac868c70f1fae4e408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:25:28 +0000 Subject: [PATCH] chore(deps)(deps): bump anyhow from 1.0.100 to 1.0.102 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.100 to 1.0.102. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.100...1.0.102) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/haystack_discourse/Cargo.toml | 2 +- crates/terraphim_types/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b7f7b4d..1321edb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,9 +180,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.100" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "aquamarine" diff --git a/crates/haystack_discourse/Cargo.toml b/crates/haystack_discourse/Cargo.toml index 7a9eabcc..31c9f865 100644 --- a/crates/haystack_discourse/Cargo.toml +++ b/crates/haystack_discourse/Cargo.toml @@ -15,7 +15,7 @@ reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-feature tokio = { version = "1.35.0", features = ["full"] } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" -anyhow = "1.0.75" +anyhow = "1.0.102" url = "2.5.8" [dev-dependencies] diff --git a/crates/terraphim_types/Cargo.toml b/crates/terraphim_types/Cargo.toml index 836f8b9a..ed939a33 100644 --- a/crates/terraphim_types/Cargo.toml +++ b/crates/terraphim_types/Cargo.toml @@ -13,7 +13,7 @@ readme = "../../README.md" [dependencies] ahash = { version = "0.8.8", features = ["serde"] } -anyhow = "1.0.0" +anyhow = "1.0.102" chrono = { version = "0.4.23", features = ["serde"] } log = "0.4.29" serde = { version = "1.0", features = ["derive"] }