From d0194521d63951e6a1c5d9d73d2cb3e9b0d42ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 14:13:50 +0000 Subject: [PATCH] Bump anyhow from 1.0.64 to 1.0.65 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.64 to 1.0.65. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.64...1.0.65) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- odbc-api/Cargo.toml | 2 +- odbcsv/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36b45067..05177028 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,9 +40,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "anyhow" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" +checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" [[package]] name = "arrayref" diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index 8104d2ad..762ef275 100644 --- a/odbc-api/Cargo.toml +++ b/odbc-api/Cargo.toml @@ -74,7 +74,7 @@ winit = "0.27.3" [dev-dependencies] lazy_static = "1.4.0" env_logger = "0.9.0" -anyhow = "1.0.64" +anyhow = "1.0.65" csv = "1.1.6" test-case = "2.2.1" tempfile = "3.3.0" diff --git a/odbcsv/Cargo.toml b/odbcsv/Cargo.toml index b0f6f676..fc78a3e0 100644 --- a/odbcsv/Cargo.toml +++ b/odbcsv/Cargo.toml @@ -31,7 +31,7 @@ readme = "Readme.md" [dependencies] odbc-api = { version = "0.49.0", path = "../odbc-api" } csv = "1.1.6" -anyhow = "1.0.64" +anyhow = "1.0.65" stderrlog = "0.5.3" log = "0.4.17" clap = { version = "3.2.21", features = ["derive", "env"] }