From d3d432b75669cdc62c888971e0c1ea160d785a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 04:01:26 +0000 Subject: [PATCH] Bump log from 0.4.18 to 0.4.20 Bumps [log](https://github.com/rust-lang/log) from 0.4.18 to 0.4.20. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.18...0.4.20) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 213a07d..9ca07b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -657,9 +657,9 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "log" -version = "0.4.18" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "matrixmultiply" diff --git a/Cargo.toml b/Cargo.toml index 15bf123..18b08eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ clap = { version = "4.2.1", features = ["derive"] } rust-htslib = { version = "0.43.1", default-features = false } regex = "1" lazy_static = "1.4.0" -log = "0.4.17" +log = "0.4.20" anyhow = "1.0.71" stderrlog = "0.5.4" csv = "1.2.1"