This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate console to 0.16.2 (#119)

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

+5 -5
+4 -4
Cargo.lock
··· 647 647 648 648 [[package]] 649 649 name = "console" 650 - version = "0.16.1" 650 + version = "0.16.2" 651 651 source = "registry+https://github.com/rust-lang/crates.io-index" 652 - checksum = "b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4" 652 + checksum = "03e45a4a8926227e4197636ba97a9fc9b00477e9f4bd711395687c5f0734bec4" 653 653 dependencies = [ 654 654 "encode_unicode", 655 655 "libc", ··· 1578 1578 source = "registry+https://github.com/rust-lang/crates.io-index" 1579 1579 checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88" 1580 1580 dependencies = [ 1581 - "console 0.16.1", 1581 + "console 0.16.2", 1582 1582 "portable-atomic", 1583 1583 "unicode-width 0.2.2", 1584 1584 "unit-prefix", ··· 2949 2949 "axum", 2950 2950 "backtrace", 2951 2951 "chrono", 2952 - "console 0.16.1", 2952 + "console 0.16.2", 2953 2953 "easing-function", 2954 2954 "env_logger", 2955 2955 "getrandom 0.2.16",
+1 -1
Cargo.toml
··· 74 74 ] } 75 75 once_cell = "1.21.3" 76 76 nanoid = "0.4.0" 77 - console = { version = "0.16.1", features = ["windows-console-colors"] } 77 + console = { version = "0.16.2", features = ["windows-console-colors"] } 78 78 backtrace = "0.3.76" 79 79 slug = "0.1.6" 80 80 roxmltree = "0.21.1"