From 4d86e00272b556c81fe3a69051663be315c22aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:14:58 +0000 Subject: [PATCH] Bump anyhow from 1.0.63 to 1.0.64 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.63 to 1.0.64. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.63...1.0.64) --- 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 c6e83e24..4197ae58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,9 +34,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26fa4d7e3f2eebadf743988fc8aec9fa9a9e82611acafd77c1462ed6262440a" +checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" [[package]] name = "arrayref" diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index 2059078e..d85cf5cd 100644 --- a/odbc-api/Cargo.toml +++ b/odbc-api/Cargo.toml @@ -74,7 +74,7 @@ winit = "0.27.2" [dev-dependencies] lazy_static = "1.4.0" env_logger = "0.9.0" -anyhow = "1.0.63" +anyhow = "1.0.64" csv = "1.1.6" test-case = "2.2.1" tempfile = "3.3.0" diff --git a/odbcsv/Cargo.toml b/odbcsv/Cargo.toml index b4b31ba5..4f02d3c1 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.63" +anyhow = "1.0.64" stderrlog = "0.5.3" log = "0.4.17" clap = { version = "3.2.20", features = ["derive", "env"] }