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.42

+4 -11
+3 -10
Cargo.lock
··· 45 45 checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 46 46 47 47 [[package]] 48 - name = "android-tzdata" 49 - version = "0.1.1" 50 - source = "registry+https://github.com/rust-lang/crates.io-index" 51 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 52 - 53 - [[package]] 54 48 name = "android_system_properties" 55 49 version = "0.1.5" 56 50 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 611 605 612 606 [[package]] 613 607 name = "chrono" 614 - version = "0.4.38" 608 + version = "0.4.42" 615 609 source = "registry+https://github.com/rust-lang/crates.io-index" 616 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 610 + checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 617 611 dependencies = [ 618 - "android-tzdata", 619 612 "iana-time-zone", 620 613 "js-sys", 621 614 "num-traits", 622 615 "wasm-bindgen", 623 - "windows-targets 0.52.6", 616 + "windows-link 0.2.1", 624 617 ] 625 618 626 619 [[package]]
+1 -1
Cargo.toml
··· 55 55 "assert_process_allocs", 56 56 ], optional = true } 57 57 anyhow = "1.0.100" 58 - chrono = "0.4.23" 58 + chrono = "0.4.42" 59 59 docopt = "1.1.1" 60 60 indicatif = "0.17.2" 61 61 itertools = "0.12.1"