Update dependencies#1494
Merged
Merged
Conversation
Member
josecelano
commented
May 2, 2025
```
cargo update
Updating crates.io index
Locking 18 packages to latest compatible versions
Updating async-executor v1.13.1 -> v1.13.2
Updating axum v0.8.3 -> v0.8.4
Updating bytemuck v1.22.0 -> v1.23.0
Updating cc v1.2.20 -> v1.2.21
Updating chrono v0.4.40 -> v0.4.41
Updating hashbrown v0.15.2 -> v0.15.3
Updating miette v7.5.0 -> v7.6.0
Updating miette-derive v7.5.0 -> v7.6.0
Updating openssl-sys v0.9.107 -> v0.9.108
Updating rustix v1.0.5 -> v1.0.7
Updating sha2 v0.10.8 -> v0.10.9
Updating syn v2.0.100 -> v2.0.101
Updating synstructure v0.13.1 -> v0.13.2
Updating toml v0.8.20 -> v0.8.22
Updating toml_datetime v0.6.8 -> v0.6.9
Updating toml_edit v0.22.24 -> v0.22.26
Adding toml_write v0.1.1
Updating winnow v0.7.7 -> v0.7.8
```
Member
Author
|
ACK 62e57ae |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1494 +/- ##
===========================================
+ Coverage 84.74% 84.83% +0.08%
===========================================
Files 259 259
Lines 20287 20287
Branches 20287 20287
===========================================
+ Hits 17193 17211 +18
+ Misses 2800 2788 -12
+ Partials 294 288 -6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.