From 7347f94c75c9e96702ffc5347ea583cab6ff5b2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:59:52 +0000 Subject: [PATCH] Bump anyhow from 1.0.69 to 1.0.70 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.69 to 1.0.70. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.69...1.0.70) --- 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 d434d97c..09b45d7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,9 +80,9 @@ checksum = "c6fb9634c05f263239460951c52b14ef354f279b35b9e6dbdafe82174af2aca3" [[package]] name = "anyhow" -version = "1.0.69" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" +checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" [[package]] name = "arrayref" diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index 429947f2..c2a03393 100644 --- a/odbc-api/Cargo.toml +++ b/odbc-api/Cargo.toml @@ -74,7 +74,7 @@ winit = "0.28.3" [dev-dependencies] lazy_static = "1.4.0" env_logger = "0.10.0" -anyhow = "1.0.69" +anyhow = "1.0.70" csv = "1.2.1" test-case = "3.0.0" tempfile = "3.4.0" diff --git a/odbcsv/Cargo.toml b/odbcsv/Cargo.toml index da610f3c..fb0bda34 100644 --- a/odbcsv/Cargo.toml +++ b/odbcsv/Cargo.toml @@ -31,7 +31,7 @@ readme = "Readme.md" [dependencies] odbc-api = { version = "0.55.0", path = "../odbc-api" } csv = "1.2.1" -anyhow = "1.0.69" +anyhow = "1.0.70" stderrlog = "0.5.4" log = "0.4.17" clap = { version = "4.1.11", features = ["derive", "env"] }