From 18a6caaac33188c1421b1cbc89ca7c57fd2e7ee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:10:50 +0000 Subject: [PATCH] Bump anyhow from 1.0.82 to 1.0.95 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.95. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.95) --- 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 c8ad4cfc..9fcf438f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,9 +91,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.82" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "async-stream" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index d1e136a1..0ae7c432 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.95" 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..f8792d46 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.95"