Merge pull request #34 from alterware/dependabot/cargo/indicatif-0.18.3

build(deps): bump indicatif from 0.18.0 to 0.18.3
This commit is contained in:
2026-02-02 10:40:03 +01:00
committed by GitHub

4
Cargo.lock generated
View File

@@ -731,9 +731,9 @@ dependencies = [
[[package]] [[package]]
name = "indicatif" name = "indicatif"
version = "0.18.0" version = "0.18.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88"
dependencies = [ dependencies = [
"console", "console",
"portable-atomic", "portable-atomic",