Merged
Conversation
Updating crates.io index
Locking 7 packages to latest compatible versions
Updating axum v0.8.8 -> v0.8.9
Updating bitflags v2.11.0 -> v2.11.1
Updating hyper-rustls v0.27.8 -> v0.27.9
Updating libc v0.2.184 -> v0.2.185
Updating rand v0.9.3 -> v0.9.4 (available: v0.10.1)
Updating rustls-webpki v0.103.11 -> v0.103.12
Updating tokio v1.51.1 -> v1.52.0
note: pass `--verbose` to see 4 unchanged dependencies behind latest
- run `cargo update`
- commit the resulting `Cargo.lock` changes
Member
Author
|
ACK 3a85dc9 |
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
Update Rust dependencies via
cargo update.Changes
Dependency updates (
Cargo.lock):axumv0.8.8 → v0.8.9bitflagsv2.11.0 → v2.11.1hyper-rustlsv0.27.8 → v0.27.9libcv0.2.184 → v0.2.185randv0.9.3 → v0.9.4 (v0.10.1 available but out of semver range)rustls-webpkiv0.103.11 → v0.103.12tokiov1.51.1 → v1.52.0YAML lint fix (
.github/workflows/codeql.yml):