Upgrade some crates#71
Merged
Merged
Conversation
Signed-off-by: Eli Ma <eli@patch.sh>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades several core Rust dependencies in the git-internal project, updating tokio and related async runtime crates, as well as the libc system interface crate.
Key changes:
- Tokio ecosystem upgrade: tokio (1.48.0 → 1.49.0), tokio-stream (0.1.17 → 0.1.18), and tokio-util (0.7.17 → 0.7.18)
- System interface upgrade: libc (0.2.178 → 0.2.179)
- All dependent crates and build configuration files updated consistently
Reviewed changes
Copilot reviewed 26 out of 27 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Updated dependency versions for libc, tokio, tokio-stream, and tokio-util in both main and dev dependencies |
| Cargo.lock | Updated lock file entries with new version numbers and checksums for libc, tokio, tokio-stream, and tokio-util |
| BUCK | Updated dependency paths to reference new versions of libc, tokio, tokio-stream, and tokio-util across library and test targets |
| buckal.snap | Updated fingerprints for all affected crates reflecting the version changes |
| third-party/rust/crates/tokio/1.49.0/BUCK | Updated tokio crate metadata: URL, SHA256 checksum, strip_prefix, version, and libc dependency reference |
| third-party/rust/crates/tokio-stream/0.1.18/BUCK | Updated tokio-stream crate metadata and tokio dependency reference |
| third-party/rust/crates/tokio-util/0.7.18/BUCK | Updated tokio-util crate metadata and tokio dependency reference |
| third-party/rust/crates/libc/0.2.179/BUCK | Updated libc crate metadata: URL, SHA256 checksum, strip_prefix, and version |
| third-party/rust/crates/tower/0.5.2/BUCK | Updated tokio dependency reference to 1.49.0 |
| third-party/rust/crates/hyper/1.8.1/BUCK | Updated tokio dependency reference to 1.49.0 |
| third-party/rust/crates/hyper-util/0.1.19/BUCK | Updated tokio dependency reference to 1.49.0 |
| third-party/rust/crates/axum/0.8.8/BUCK | Updated tokio dependency reference to 1.49.0 |
| third-party/rust/crates/socket2/0.6.1/BUCK | Updated libc dependency reference to 0.2.179 |
| third-party/rust/crates/signal-hook-registry/1.4.7/BUCK | Updated libc dependency reference to 0.2.179 |
| third-party/rust/crates/rustix/1.1.3/BUCK | Updated libc dependency reference to 0.2.179 |
| third-party/rust/crates/rand/0.8.5/BUCK | Updated libc dependency reference to 0.2.179 |
| third-party/rust/crates/parking_lot_core/0.9.12/BUCK | Updated libc dependency reference to 0.2.179 |
| third-party/rust/crates/num_cpus/1.17.0/BUCK | Updated libc dependency reference to 0.2.179 |
| third-party/rust/crates/mio/1.1.1/BUCK | Updated libc dependency reference to 0.2.179 |
| third-party/rust/crates/libredox/0.1.10/BUCK | Updated libc dependency reference to 0.2.179 |
| third-party/rust/crates/jobserver/0.1.34/BUCK | Updated libc dependency reference to 0.2.179 |
| third-party/rust/crates/getrandom/0.3.4/BUCK | Updated libc dependency reference to 0.2.179 |
| third-party/rust/crates/getrandom/0.2.16/BUCK | Updated libc dependency reference to 0.2.179 |
| third-party/rust/crates/errno/0.3.14/BUCK | Updated libc dependency reference to 0.2.179 |
| third-party/rust/crates/clang-sys/1.8.1/BUCK | Updated libc dependency reference to 0.2.179 |
| third-party/rust/crates/cc/1.2.49/BUCK | Updated libc dependency reference to 0.2.179 |
| third-party/rust/crates/android_system_properties/0.1.5/BUCK | Updated libc dependency reference to 0.2.179 |
genedna
added a commit
to genedna/git-internal
that referenced
this pull request
Mar 15, 2026
Signed-off-by: Eli Ma <eli@patch.sh>
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.
No description provided.