this repo has no description
3
fork

Configure Feed

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

⬆️ Update Rust crate indicatif to 0.18.1 (#54)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
98895e60 de3700c5

+11 -12
+10 -11
Cargo.lock
··· 720 720 "encode_unicode", 721 721 "libc", 722 722 "once_cell", 723 - "unicode-width 0.2.2", 724 723 "windows-sys 0.59.0", 725 724 ] 726 725 ··· 2911 2910 2912 2911 [[package]] 2913 2912 name = "indicatif" 2914 - version = "0.17.11" 2913 + version = "0.18.1" 2915 2914 source = "registry+https://github.com/rust-lang/crates.io-index" 2916 - checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" 2915 + checksum = "e2e0ddd45fe8e09ee1a607920b12271f8a5528a41ecaf6e1d1440d6493315b6b" 2917 2916 dependencies = [ 2918 - "console 0.15.11", 2919 - "number_prefix", 2917 + "console 0.16.1", 2920 2918 "portable-atomic", 2921 2919 "unicode-width 0.2.2", 2920 + "unit-prefix", 2922 2921 "web-time", 2923 2922 ] 2924 2923 ··· 3687 3686 ] 3688 3687 3689 3688 [[package]] 3690 - name = "number_prefix" 3691 - version = "0.4.0" 3692 - source = "registry+https://github.com/rust-lang/crates.io-index" 3693 - checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 3694 - 3695 - [[package]] 3696 3689 name = "objc" 3697 3690 version = "0.2.7" 3698 3691 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5518 5511 version = "0.2.6" 5519 5512 source = "registry+https://github.com/rust-lang/crates.io-index" 5520 5513 checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 5514 + 5515 + [[package]] 5516 + name = "unit-prefix" 5517 + version = "0.5.1" 5518 + source = "registry+https://github.com/rust-lang/crates.io-index" 5519 + checksum = "323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817" 5521 5520 5522 5521 [[package]] 5523 5522 name = "url"
+1 -1
Cargo.toml
··· 57 57 anyhow = "1.0.100" 58 58 chrono = "0.4.42" 59 59 docopt = "1.1.1" 60 - indicatif = "0.17.2" 60 + indicatif = "0.18.1" 61 61 itertools = "0.14.0" 62 62 midly = "0.5.3" 63 63 rand = { version = "0.9.2", default-features = false, features = [