From d2dc46821652a2419a0f275cd5efc2e2f1599b52 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 29 May 2024 08:06:26 +0000
Subject: [PATCH 1/2] chore(deps): bump anyhow from 1.0.82 to 1.0.86

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.86.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.86)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index fd12a3748e..8b4bf40108 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -120,9 +120,9 @@ dependencies = [
 
 [[package]]
 name = "anyhow"
-version = "1.0.82"
+version = "1.0.86"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
+checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
 
 [[package]]
 name = "anymap2"
diff --git a/Cargo.toml b/Cargo.toml
index b0542e2e1b..507c6588f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ members = [
 ]
 
 [workspace.dependencies]
-anyhow = "1.0.82"
+anyhow = "1.0.86"
 async-graphql = { version = "7.0.5", default-features = false, features = ["tracing", "chrono", "playground"] }
 async-graphql-axum = "7.0.3"
 axum = { version = "0.7.5", features = ["macros"] }

From ea256e3f0b88855e2aa84f8e342465105986bac5 Mon Sep 17 00:00:00 2001
From: Vaibhav <thevaibhavdixit@gmail.com>
Date: Tue, 18 Jun 2024 12:41:38 +0530
Subject: [PATCH 2/2] chore(deps): bump anyhow in third-party rust

---
 third-party/rust/BUCK       | 26 +++++++++++++-------------
 third-party/rust/Cargo.lock |  4 ++--
 third-party/rust/Cargo.toml |  2 +-
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/third-party/rust/BUCK b/third-party/rust/BUCK
index 451339840d..954ab6a8ff 100644
--- a/third-party/rust/BUCK
+++ b/third-party/rust/BUCK
@@ -253,23 +253,23 @@ cargo.rust_library(
 
 alias(
     name = "anyhow",
-    actual = ":anyhow-1.0.82",
+    actual = ":anyhow-1.0.86",
     visibility = ["PUBLIC"],
 )
 
 http_archive(
-    name = "anyhow-1.0.82.crate",
-    sha256 = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519",
-    strip_prefix = "anyhow-1.0.82",
-    urls = ["https://crates.io/api/v1/crates/anyhow/1.0.82/download"],
+    name = "anyhow-1.0.86.crate",
+    sha256 = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da",
+    strip_prefix = "anyhow-1.0.86",
+    urls = ["https://crates.io/api/v1/crates/anyhow/1.0.86/download"],
     visibility = [],
 )
 
 cargo.rust_library(
-    name = "anyhow-1.0.82",
-    srcs = [":anyhow-1.0.82.crate"],
+    name = "anyhow-1.0.86",
+    srcs = [":anyhow-1.0.86.crate"],
     crate = "anyhow",
-    crate_root = "anyhow-1.0.82.crate/src/lib.rs",
+    crate_root = "anyhow-1.0.86.crate/src/lib.rs",
     edition = "2018",
     features = [
         "default",
@@ -2804,7 +2804,7 @@ cargo.rust_library(
     ],
     visibility = [],
     deps = [
-        ":anyhow-1.0.82",
+        ":anyhow-1.0.86",
         ":google-apis-common-6.0.1",
         ":http-0.2.12",
         ":hyper-0.14.27",
@@ -5735,7 +5735,7 @@ cargo.rust_library(
     proc_macro = True,
     visibility = [],
     deps = [
-        ":anyhow-1.0.82",
+        ":anyhow-1.0.86",
         ":itertools-0.10.5",
         ":proc-macro2-1.0.82",
         ":quote-1.0.35",
@@ -5760,7 +5760,7 @@ cargo.rust_library(
     proc_macro = True,
     visibility = [],
     deps = [
-        ":anyhow-1.0.82",
+        ":anyhow-1.0.86",
         ":itertools-0.12.1",
         ":proc-macro2-1.0.82",
         ":quote-1.0.35",
@@ -9231,7 +9231,7 @@ cargo.rust_binary(
     edition = "2021",
     visibility = [],
     deps = [
-        ":anyhow-1.0.82",
+        ":anyhow-1.0.86",
         ":async-graphql-7.0.5",
         ":async-graphql-axum-7.0.3",
         ":axum-0.7.5",
@@ -11499,7 +11499,7 @@ cargo.rust_library(
     ],
     visibility = [],
     deps = [
-        ":anyhow-1.0.82",
+        ":anyhow-1.0.86",
         ":async-trait-0.1.80",
         ":base64-0.21.5",
         ":futures-0.3.30",
diff --git a/third-party/rust/Cargo.lock b/third-party/rust/Cargo.lock
index 258e24b243..1fdbae8930 100644
--- a/third-party/rust/Cargo.lock
+++ b/third-party/rust/Cargo.lock
@@ -120,9 +120,9 @@ dependencies = [
 
 [[package]]
 name = "anyhow"
-version = "1.0.82"
+version = "1.0.86"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
+checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
 
 [[package]]
 name = "anymap2"
diff --git a/third-party/rust/Cargo.toml b/third-party/rust/Cargo.toml
index 7ea2349db2..1ca39b9d76 100644
--- a/third-party/rust/Cargo.toml
+++ b/third-party/rust/Cargo.toml
@@ -19,7 +19,7 @@ path = "top/main.rs"
 # List of packages to be imported, with version constraints, features and all
 # options Cargo supports.
 [dependencies]
-anyhow = "1.0.82"
+anyhow = "1.0.86"
 async-graphql = { version = "7.0.5", default-features = false, features = ["tracing", "chrono", "playground"] }
 async-graphql-axum = "7.0.3"
 axum = { version = "0.7.5", features = ["macros"] }