This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate log to 0.4.29 (#106)

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

+3 -3
+2 -2
Cargo.lock
··· 1803 1803 1804 1804 [[package]] 1805 1805 name = "log" 1806 - version = "0.4.28" 1806 + version = "0.4.29" 1807 1807 source = "registry+https://github.com/rust-lang/crates.io-index" 1808 - checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1808 + checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1809 1809 1810 1810 [[package]] 1811 1811 name = "mac-notification-sys"
+1 -1
Cargo.toml
··· 84 84 resvg = "0.45.1" 85 85 measure_time = "0.9.0" 86 86 env_logger = { version = "0.11.8", optional = true } 87 - log = "0.4.28" 87 + log = "0.4.29" 88 88 rayon = "1.11.0" 89 89 ws = { version = "0.9.2", optional = true } 90 90 toml = "0.9.8"