This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update Rust crate indicatif to 0.18.3 (#90)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

+3 -3
+2 -2
Cargo.lock
··· 1493 1493 1494 1494 [[package]] 1495 1495 name = "indicatif" 1496 - version = "0.18.2" 1496 + version = "0.18.3" 1497 1497 source = "registry+https://github.com/rust-lang/crates.io-index" 1498 - checksum = "ade6dfcba0dfb62ad59e59e7241ec8912af34fd29e0e743e3db992bd278e8b65" 1498 + checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88" 1499 1499 dependencies = [ 1500 1500 "console 0.16.1", 1501 1501 "portable-atomic",
+1 -1
Cargo.toml
··· 51 51 ], optional = true } 52 52 anyhow = "1.0.100" 53 53 chrono = "0.4.42" 54 - indicatif = "0.18.2" 54 + indicatif = "0.18.3" 55 55 itertools = "0.14.0" 56 56 midly = "0.5.3" 57 57 rand = { version = "0.9.2", default-features = false, features = [