gimli-rs / object

A unified interface for reading and writing object file formats
https://docs.rs/object/
Apache License 2.0
658 stars 149 forks source link

Update dependencies #692

Closed xd009642 closed 4 months ago

xd009642 commented 4 months ago

This PR updates some dependencies, my main motivation in this is ruzstd removes syn from it's dependency tree and a bunch of proc-macro code generation speeding up compile times and making it so my project will only have syn 2 in it's dependencies and not syn 1 + 2 (once object updates and releases a new version).

xd009642 commented 4 months ago

Looks like MSRV would have to bump from 1.65 to 1.73 for ruzstd to pass the check - not sure on your MSRV policy :eyes:

philipc commented 4 months ago

We can exclude the compression feature from the MSRV test for now.

xd009642 commented 4 months ago

okay done :+1: