From df52c3926b7dc122100304fa96e2c30622b38b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 05:34:22 +0000 Subject: [PATCH] Bump fern from 0.6.2 to 0.7.1 Bumps [fern](https://github.com/daboross/fern) from 0.6.2 to 0.7.1. - [Release notes](https://github.com/daboross/fern/releases) - [Changelog](https://github.com/daboross/fern/blob/main/CHANGELOG.md) - [Commits](https://github.com/daboross/fern/compare/fern-0.6.2...fern-0.7.1) --- updated-dependencies: - dependency-name: fern dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a8fc8f..c40b19a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "android_system_properties" @@ -290,9 +290,9 @@ dependencies = [ [[package]] name = "fern" -version = "0.6.2" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee" +checksum = "4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29" dependencies = [ "log", ] diff --git a/Cargo.toml b/Cargo.toml index 1aa563d..db08542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ chrono = "0.4.24" clap = { version = "4.1.11", features = [ "std", "color", "suggestions", "derive", "cargo" ] } crypto-hash = "0.3.4" dirs = "5.0.1" -fern = "0.6.2" +fern = "0.7.1" log = "0.4.17" path-absolutize = "3.1.0" semver = "1.0.17"