linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.44k stars 569 forks source link

Update dependencies to latest semver compatible versions. #2364

Closed xStrom closed 1 year ago

xStrom commented 1 year ago

This PR updates all dependencies to the latest semver compatible versions. This is in preparation for the next Druid release and the rationale for this can be found in CONTRIBUTING.md.

Additionally I changed the use of default_features in druid-shell/Cargo.toml to default-features which seems to be the recommended way and how our other crates do it.