serenity
serenity copied to clipboard
updating some dependencies
There are more dependencies not updated, as bitflags, serde_json, chrono and probably some others, but i just updated the really outdated or that had performance updates ones
The only actual update here is simd-json, the others are semver compatible so will automatically be updated when selected for Cargo.lock
The only actual update here is simd-json, the others are semver compatible so will automatically be updated when selected for Cargo.lock
Oh. I didn't know that. It had performance updates, then the PR is still valid, i think?
The tracing and reqwest updates are not helpful because it forces needless dependency updates on people who are still running older (but semver-compatible) dependency versions
Actually, isn't this a breaking change? We publically expose simd_json types, for example in the serenity::json module
I believe the PR should be retargetted at next
This should be bumped to 0.6, now that is out.
I think we can close this PR, there hasn't been activity on bumping the simd-json to the new latest version so the PR is outdated