connorskees / grass

A Sass compiler written purely in Rust
https://docs.rs/grass/
MIT License
499 stars 38 forks source link

Bump dependencies #89

Closed paolobarbolini closed 9 months ago

paolobarbolini commented 11 months ago

This bumps all dependencies to the latest version and bumps MSRV to 1.70

kornelski commented 9 months ago

@connorskees Could you merge this? The dependencies pulled by the latest crates.io release are pretty old now, and cause duplication and incompatibilities with latest nightly compilers (https://github.com/tkaitchuck/aHash/issues/200)

connorskees commented 9 months ago

Sounds good. I was just thinking about this PR earlier in the week. I was holding off because of the MSRV bump, but enough time should have passed where it makes sense to bump. I'll release a bugfix version later today.

connorskees commented 9 months ago

This change has been released to crates.io in version 0.13.2. Please let me know if this doesn't resolve your issue. Thank you to @paolobarbolini for doing the work here!