-
Notifications
You must be signed in to change notification settings - Fork 649
Update chrono, dotenv, num-*, migrations_macros, and derive_deref #1917
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
I've added a commit bumping |
This allows us to drop some old versions of `quote`, `syn`, `synom`, and `unicode-xid`.
I've added a final commit that bumps |
Nice! @bors r+ |
📌 Commit 1f25bda has been approved by |
Update chrono, dotenv, num-*, migrations_macros, and derive_deref Overall, this drops 16 old versions of dependencies. The `num-*` crates are on the list at #1805, but overall I think this is low risk to deploy together. * `cargo update -p num -p num-iter -p num-traits --aggressive` * `cargo update -p chrono` * `cargo update -p migrations_macros -p derive_deref` * Update to latest `dotenv`
☀️ Test successful - checks-travis |
Overall, this drops 16 old versions of dependencies. The
num-*
crates are on the list at #1805, but overall I think this is low risk to deploy together.cargo update -p num -p num-iter -p num-traits --aggressive
cargo update -p chrono
cargo update -p migrations_macros -p derive_deref
dotenv