chore(deps): update dependencies#1658
Merged
josecelano merged 3 commits intotorrust:developfrom Mar 3, 2026
Merged
Conversation
Member
josecelano
commented
Mar 3, 2026
```
cargo update
Updating crates.io index
Locking 35 packages to latest compatible versions
Updating async-compression v0.4.40 -> v0.4.41
Updating aws-lc-rs v1.16.0 -> v1.16.1
Updating aws-lc-sys v0.37.1 -> v0.38.0
Updating chrono v0.4.43 -> v0.4.44
Updating deranged v0.5.6 -> v0.5.8
Updating derive_utils v0.15.0 -> v0.15.1
Updating io-enum v1.2.0 -> v1.2.1
Updating ipnet v2.11.0 -> v2.12.0
Updating js-sys v0.3.85 -> v0.3.91
Updating libredox v0.1.12 -> v0.1.14
Updating libz-sys v1.1.23 -> v1.1.24
Updating linux-raw-sys v0.11.0 -> v0.12.1
Updating owo-colors v4.2.3 -> v4.3.0
Updating pin-project v1.1.10 -> v1.1.11
Updating pin-project-internal v1.1.10 -> v1.1.11
Updating pin-project-lite v0.2.16 -> v0.2.17
Updating piper v0.2.4 -> v0.2.5
Adding plain v0.2.3
Updating redox_syscall v0.7.1 -> v0.7.3
Updating regex-syntax v0.8.9 -> v0.8.10
Updating rustix v1.1.3 -> v1.1.4
Updating rustls v0.23.36 -> v0.23.37
Updating serde_with v3.16.1 -> v3.17.0
Updating serde_with_macros v3.16.1 -> v3.17.0
Updating tempfile v3.25.0 -> v3.26.0
Updating testcontainers v0.27.0 -> v0.27.1
Updating tokio-macros v2.6.0 -> v2.6.1
Updating wasm-bindgen v0.2.108 -> v0.2.114
Updating wasm-bindgen-futures v0.4.58 -> v0.4.64
Updating wasm-bindgen-macro v0.2.108 -> v0.2.114
Updating wasm-bindgen-macro-support v0.2.108 -> v0.2.114
Updating wasm-bindgen-shared v0.2.108 -> v0.2.114
Updating web-sys v0.3.85 -> v0.3.91
Updating zerocopy v0.8.39 -> v0.8.40
Updating zerocopy-derive v0.8.39 -> v0.8.40
note: pass `--verbose` to see 9 unchanged dependencies behind latest
```
Resolves clippy::collapsible_match lint by moving the inner if condition
into the match arm guard for the Pagination { limit: 1, offset: 1 } case.
Member
Author
|
ACK 7e322eb |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1658 +/- ##
===========================================
- Coverage 86.52% 86.47% -0.06%
===========================================
Files 288 288
Lines 22672 22672
Branches 22672 22672
===========================================
- Hits 19617 19605 -12
- Misses 2822 2839 +17
+ Partials 233 228 -5 ☔ 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.