This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate chrono to 0.4.43 (#142)

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

+3 -3
+2 -2
Cargo.lock
··· 538 538 539 539 [[package]] 540 540 name = "chrono" 541 - version = "0.4.42" 541 + version = "0.4.43" 542 542 source = "registry+https://github.com/rust-lang/crates.io-index" 543 - checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 543 + checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" 544 544 dependencies = [ 545 545 "iana-time-zone", 546 546 "js-sys",
+1 -1
Cargo.toml
··· 52 52 "assert_process_allocs", 53 53 ], optional = true } 54 54 anyhow = "1.0.100" 55 - chrono = "0.4.42" 55 + chrono = "0.4.43" 56 56 indicatif = "0.18.3" 57 57 itertools = "0.14.0" 58 58 midly = "0.5.3"