borntyping / rust-simple_logger

A rust logger that prints all messages with a readable output format.
https://crates.io/crates/simple_logger
MIT License
220 stars 48 forks source link

Upgrade windows-sys from 0.42 to 0.48 #83

Closed iamjpotts closed 8 months ago

iamjpotts commented 11 months ago

Other crates are now depending on 0.48, which is not semver compatible with 0.42, resulting in cargo deny warnings.

Upgrade to the latest version of windows-sys.

borntyping commented 8 months ago

Released as part of 4.3.0, thanks!