Closed paul-hansen closed 6 months ago
Updated a few deps to get rid of the duplicate versions of syn and base64 crates. (Trying to reduce build times in my app)
❯ cargo tree --duplicate --edges no-dev --depth 0 base64 v0.21.7 base64 v0.22.0 event-listener v3.1.0 event-listener v4.0.3 event-listener-strategy v0.3.0 event-listener-strategy v0.4.0 syn v1.0.109 syn v2.0.59
❯ cargo tree --duplicate --edges no-dev --depth 0 event-listener v3.1.0 event-listener v4.0.3 event-listener-strategy v0.3.0 event-listener-strategy v0.4.0
Several other dependencies have new versions but will require rustls 0.26 which we can't use until https://github.com/FlorianUekermann/async-web-client/pull/12 is merged. I'm happy to help there if the author doesn't respond.
Thanks for making and maintaining this crate!
done in 0.10.0
Updated a few deps to get rid of the duplicate versions of syn and base64 crates. (Trying to reduce build times in my app)
Before
After
Several other dependencies have new versions but will require rustls 0.26 which we can't use until https://github.com/FlorianUekermann/async-web-client/pull/12 is merged. I'm happy to help there if the author doesn't respond.
Thanks for making and maintaining this crate!