this repo has no description
3
fork

Configure Feed

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

⬆️ Update Rust crate env_logger to 0.11.9 (#165)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
98fc8cdf f4af6dbe

+9 -9
+8 -8
Cargo.lock
··· 71 71 source = "registry+https://github.com/rust-lang/crates.io-index" 72 72 checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 73 73 dependencies = [ 74 - "windows-sys 0.61.2", 74 + "windows-sys 0.60.2", 75 75 ] 76 76 77 77 [[package]] ··· 82 82 dependencies = [ 83 83 "anstyle", 84 84 "once_cell_polyfill", 85 - "windows-sys 0.61.2", 85 + "windows-sys 0.60.2", 86 86 ] 87 87 88 88 [[package]] ··· 618 618 source = "registry+https://github.com/rust-lang/crates.io-index" 619 619 checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" 620 620 dependencies = [ 621 - "windows-sys 0.61.2", 621 + "windows-sys 0.59.0", 622 622 ] 623 623 624 624 [[package]] ··· 953 953 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 954 954 dependencies = [ 955 955 "libc", 956 - "windows-sys 0.61.2", 956 + "windows-sys 0.59.0", 957 957 ] 958 958 959 959 [[package]] ··· 1645 1645 dependencies = [ 1646 1646 "hermit-abi 0.5.2", 1647 1647 "libc", 1648 - "windows-sys 0.61.2", 1648 + "windows-sys 0.59.0", 1649 1649 ] 1650 1650 1651 1651 [[package]] ··· 2732 2732 "errno", 2733 2733 "libc", 2734 2734 "linux-raw-sys", 2735 - "windows-sys 0.61.2", 2735 + "windows-sys 0.59.0", 2736 2736 ] 2737 2737 2738 2738 [[package]] ··· 3231 3231 "getrandom 0.4.1", 3232 3232 "once_cell", 3233 3233 "rustix", 3234 - "windows-sys 0.61.2", 3234 + "windows-sys 0.59.0", 3235 3235 ] 3236 3236 3237 3237 [[package]] ··· 3971 3971 source = "registry+https://github.com/rust-lang/crates.io-index" 3972 3972 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 3973 3973 dependencies = [ 3974 - "windows-sys 0.61.2", 3974 + "windows-sys 0.59.0", 3975 3975 ] 3976 3976 3977 3977 [[package]]
+1 -1
Cargo.toml
··· 83 83 tiny-skia = "0.11.4" 84 84 resvg = "0.46.0" 85 85 measure_time = "0.9.0" 86 - env_logger = { version = "0.11.8", optional = true } 86 + env_logger = { version = "0.11.9", optional = true } 87 87 log = "0.4.29" 88 88 rayon = "1.11.0" 89 89 ws = { version = "0.9.2", optional = true }