From 15d4f64e11b4ffbbf1f0bce1e6031491dcfb98ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 22:51:47 +0000 Subject: [PATCH] Bump anyhow from 1.0.82 to 1.0.97 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.97. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.97) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 2 +- crates/ndc-sqlserver/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68e929a9..92c86ca8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,9 +91,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.82" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" +checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" [[package]] name = "async-stream" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index d1e136a1..6df58448 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -9,7 +9,7 @@ workspace = true [dependencies] ndc-sqlserver-configuration = { path = "../configuration" } -anyhow = "1.0.82" +anyhow = "1.0.97" clap = { version = "4.5.4", features = ["derive", "env"] } schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] } serde = { version = "1.0.198", features = ["derive"] } diff --git a/crates/ndc-sqlserver/Cargo.toml b/crates/ndc-sqlserver/Cargo.toml index 48720805..4d7647e9 100644 --- a/crates/ndc-sqlserver/Cargo.toml +++ b/crates/ndc-sqlserver/Cargo.toml @@ -49,4 +49,4 @@ reqwest = { version = "0.11.27", default-features = false, features = ["rustls-t similar-asserts = "1.5.0" tokio-util = "0.7.11" uuid = { version = "1.8.0", features = ["v4"]} -anyhow = "1.0.82" +anyhow = "1.0.97"