Skip to content

Upgrade some crates#71

Merged
genedna merged 1 commit into
libra-tools:mainfrom
genedna:main
Jan 6, 2026
Merged

Upgrade some crates#71
genedna merged 1 commit into
libra-tools:mainfrom
genedna:main

Conversation

@genedna

@genedna genedna commented Jan 6, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: Eli Ma <eli@patch.sh>
Copilot AI review requested due to automatic review settings January 6, 2026 13:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
genedna merged commit 1c53ca2 into libra-tools:main Jan 6, 2026
14 checks passed
genedna added a commit to genedna/git-internal that referenced this pull request Mar 15, 2026
Signed-off-by: Eli Ma <eli@patch.sh>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants