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.2 (#77)

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

+5 -5
+4 -4
Cargo.lock
··· 880 880 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 881 881 dependencies = [ 882 882 "libc", 883 - "windows-sys 0.61.2", 883 + "windows-sys 0.59.0", 884 884 ] 885 885 886 886 [[package]] ··· 2461 2461 "errno", 2462 2462 "libc", 2463 2463 "linux-raw-sys", 2464 - "windows-sys 0.61.2", 2464 + "windows-sys 0.59.0", 2465 2465 ] 2466 2466 2467 2467 [[package]] ··· 2955 2955 "getrandom 0.3.4", 2956 2956 "once_cell", 2957 2957 "rustix", 2958 - "windows-sys 0.61.2", 2958 + "windows-sys 0.59.0", 2959 2959 ] 2960 2960 2961 2961 [[package]] ··· 3617 3617 source = "registry+https://github.com/rust-lang/crates.io-index" 3618 3618 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 3619 3619 dependencies = [ 3620 - "windows-sys 0.61.2", 3620 + "windows-sys 0.59.0", 3621 3621 ] 3622 3622 3623 3623 [[package]]
+1 -1
Cargo.toml
··· 49 49 anyhow = "1.0.100" 50 50 chrono = "0.4.42" 51 51 docopt = "1.1.1" 52 - indicatif = "0.18.1" 52 + indicatif = "0.18.2" 53 53 itertools = "0.14.0" 54 54 midly = "0.5.3" 55 55 rand = { version = "0.9.2", default-features = false, features = [