This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate env_logger to 0.11.8 (#18)

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

+2 -2
+1 -1
Cargo.lock
··· 2925 2925 checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" 2926 2926 dependencies = [ 2927 2927 "cfg-if 1.0.0", 2928 - "windows-targets 0.52.6", 2928 + "windows-targets 0.48.5", 2929 2929 ] 2930 2930 2931 2931 [[package]]
+1 -1
Cargo.toml
··· 88 88 tiny-skia = "0.11.4" 89 89 resvg = "0.44.0" 90 90 measure_time = "0.9.0" 91 - env_logger = { version = "0.11.6", optional = true } 91 + env_logger = { version = "0.11.8", optional = true } 92 92 log = "0.4.26" 93 93 ndarray = "0.16.1" 94 94 rayon = "1.10.0"