From 022e5f89ede5de8aa87136032f56ca432c3d2fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 01:01:11 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.62 to 1.0.69 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.62 to 1.0.69. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.62...1.0.69) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- idencomp-cli/Cargo.toml | 2 +- idencomp/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab3c0e7..a2032a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,9 +52,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.62" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" +checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "approx" diff --git a/idencomp-cli/Cargo.toml b/idencomp-cli/Cargo.toml index 415289f..5b28c31 100644 --- a/idencomp-cli/Cargo.toml +++ b/idencomp-cli/Cargo.toml @@ -17,7 +17,7 @@ name = "idencomp" path = "src/main.rs" [dependencies] -anyhow = "1.0.62" +anyhow = "1.0.69" atty = "0.2.14" chrono = "0.4.22" clap = { version = "3.2.17", features = ["derive"] } diff --git a/idencomp/Cargo.toml b/idencomp/Cargo.toml index 5d37ac7..243cead 100644 --- a/idencomp/Cargo.toml +++ b/idencomp/Cargo.toml @@ -25,7 +25,7 @@ name = "context_binning" harness = false [dependencies] -anyhow = "1.0.62" +anyhow = "1.0.69" binrw = "0.9.2" brotli = "3.3.4" byteorder = "1.4.3"