From affe6834983d0e019834643c796e60bb455c974b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:19:31 +0000 Subject: [PATCH] chore(deps): bump indicatif-log-bridge from 0.2.2 to 0.2.3 Bumps [indicatif-log-bridge](https://github.com/djugei/indicatif-log-bridge) from 0.2.2 to 0.2.3. - [Commits](https://github.com/djugei/indicatif-log-bridge/commits) --- updated-dependencies: - dependency-name: indicatif-log-bridge 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 c7e2aac..cb63567 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,9 +503,9 @@ dependencies = [ [[package]] name = "indicatif-log-bridge" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2963046f28a204e3e3fd7e754fd90a6235da05b5378f24707ff0ec9513725ce3" +checksum = "63703cf9069b85dbe6fe26e1c5230d013dee99d3559cd3d02ba39e099ef7ab02" dependencies = [ "indicatif", "log", diff --git a/Cargo.toml b/Cargo.toml index 49925eb..3386d21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ zune-imageprocs = { version = "0.5.0-rc0", features = [ ], optional = true } kamadak-exif = { version = "0.5.5", optional = true } indicatif = { version = "0.17.8", features = ["rayon"], optional = true } -indicatif-log-bridge = { version = "0.2.2", optional = true } +indicatif-log-bridge = { version = "0.2.3", optional = true } console = { version = "0.15.8", optional = true } regex = { version = "1.10.6", optional = true }