Merged
Conversation
Updates the rust-minor group and compatible major version bumps flagged by dependabot. Defers two that require coordinated code migrations. Workspace: - tokio 1.49 -> 1.51 - mongodb 3.5.1 -> 3.5.2 - uuid 1.20 -> 1.23 - tracing-subscriber 0.3.22 -> 0.3.23 Backend: - aws-sdk-kms 1.103 -> 1.104 (rust-minor group) - totp-rs 5.7.0 -> 5.7.1 - clap 4.5 -> 4.6 - libc 0.2.183 -> 0.2.184 - governor 0.8.1 -> 0.10 (no API change in direct/non-keyed path) - utoipa-swagger-ui 8.1 -> 9.0 (compatible with utoipa 5.4 + axum 0.8) - google-cloud-kms 0.5 -> 0.6 (no API change in KMS client surface) - jsonwebtoken 9.3 -> 10.3 (backend feature flag now explicit: aws_lc_rs) CLI: - clap 4.5 -> 4.6 - tokio-tungstenite 0.26 -> 0.28 (aligns with backend, removes duplicate compile) - toml 0.8 -> 1.0 - directories 5 -> 6 Deferred (require coordinated migration, not shippable in one commit): - bson 2.15 -> 3.1: needs mongodb `bson-3` feature, rewrite of the custom `chrono_datetime_as_bson_datetime` serde helper on every model, and renamed serialize/deserialize functions. - rand 0.8 -> 0.9: aes-gcm 0.10, ssh-key 0.6, argon2 0.5, and the `rand_core` crate used by those crates are still on rand_core 0.6; `rand::rngs::OsRng` in rand 0.9 is a different type that does not satisfy the trait bounds those crates expect. Block on upstream bumps. All 1408 backend + CLI unit tests pass with --all-features.
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.
Summary
Consolidates the shippable rust dependency bumps flagged by dependabot into one PR. Defers two bumps that require coordinated code migrations.
Updated
Workspace
Backend
default-features = false, features = ["use_pem", "aws_lc_rs"]CLI
Deferred (not shippable in a bulk bump)
bson-3cargo feature; every#[serde(with = "bson::serde_helpers::chrono_datetime_as_bson_datetime")]attribute and the custommodels/bson_datetime.rshelper need rewriting to the newserde_withstyle, plus renames forbson::to_document. Needs a dedicated refactor PR.rand_core0.6.rand::rngs::OsRngin rand 0.9 is a different type that does not satisfy the trait bounds those crates expect. Block on upstream bumps.Supersedes
Dependabot should auto-close these once this lands:
Test plan