-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Update cargo #139926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cargo #139926
Conversation
Some changes occurred in src/tools/cargo cc @ehuss The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging. |
|
I am assuming that Zlib license is fine, as we already have it. cc @joshtriplett is that correct? |
* The license exception of sha1_smol with BSD-3-Clause is no longer needed, as `gix-*` doesn't depend on it. * Cargo depends on zlib-rs, which is distributed under Zlib license
Zlib should be fine, and we don't need to add it to global license exception. #t-cargo > Enable zlib-rs feature on flate2 for Cargo @ 💬 @bors r+ rollup=never p=1 |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 15c4cce (parent) -> 94015d3 (this PR) Test differencesShow 33023 test diffsStage 1
Stage 2
(and 16419 additional test diffs) Additionally, 16504 doctest diffs were found. These are ignored, as they are noisy. Job group index Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (94015d3): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary 0.6%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary 0.1%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 775.789s -> 775.495s (-0.04%) |
4 commits in 864f74d4eadcaea3eeda37a2e7f4d34de233d51e..d811228b14ae2707323f37346aee3f4147e247e6
2025-04-11 20:37:27 +0000 to 2025-04-15 15:18:42 +0000
zlib-rs
for gzip compression in rust code (usezlib-rs
for gzip compression in rust code cargo#15417)snapbox
for snapshot testing (test(rustfix): Usesnapbox
for snapshot testing cargo#15429)Also,
gix-*
doesn't depend on it.r? ghost