From a5899a04f705e212a8e14ce1371d8467f6a5e3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 08:19:39 +0000 Subject: [PATCH] Bump anyhow from 1.0.81 to 1.0.82 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.81 to 1.0.82. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.82) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- rust-pgdatadiff-client/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e85276a..8944524 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index d288ccf..75efc23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["postgres", "postgresql", "diff"] documentation = "https://docs.rs/rust-pgdatadiff" [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" tokio = { version = "1.37.0", features = ["full"] } sqlx = { version = "0.7", features = ["runtime-tokio", "tls-native-tls", "postgres"] } colored = "2.1.0" diff --git a/rust-pgdatadiff-client/Cargo.toml b/rust-pgdatadiff-client/Cargo.toml index 725f2e5..60f3af9 100644 --- a/rust-pgdatadiff-client/Cargo.toml +++ b/rust-pgdatadiff-client/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["postgres", "postgresql", "diff", "comparison"] documentation = "https://docs.rs/rust-pgdatadiff-client" [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" clap = { version = "4.5.4", features = ["derive"], optional = true } tokio = "1.37.0" env_logger = "0.11.3"