Skip to content

Update dependencies #7557

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

Merged
merged 3 commits into from
Apr 22, 2025
Merged

Conversation

cwfitzgerald
Copy link
Member

Well it turns out dependabot is missing a large set of dependencies!

I don't know if this is because we told them at some point not to update these or what, but calling cargo-upgrade exposed a large number of deps that weren't updated. This updates them. The full list is:

name                old req compatible latest  new req
====                ======= ========== ======  =======
ctor                0.2     0.2.9      0.4.1   0.4    
glam                0.29    0.29.3     0.30.2  0.30   
half                2.5     -          2.4.1   2.4    
image               0.24    0.24.9     0.25.6  0.25   
itertools           0.13.0  0.13.0     0.14.0  0.14.0 
ktx2                0.3     0.3.0      0.4.0   0.4    
ron                 0.9     0.9.0      0.10.1  0.10   
rustc-hash          1       1.1.0      2.1.1   2      
strum               0.26.3  0.26.3     0.27.1  0.27.1 
tracy-client        0.17    0.17.6     0.18.0  0.18   
winit               0.29    0.29.15    0.30.9  0.30   
core-graphics-types 0.1     0.1.3      0.2.0   0.2    
windows-core        0.58    0.58.0     0.61.0  0.61   
glutin              0.31    0.31.3     0.32.2  0.32   
glutin-winit        0.4     0.4.2      0.5.0   0.5    
windows             0.58    0.58.0     0.61.1  0.61   
deno_console        0.190.0 0.190.0    0.201.0 0.201.0
deno_core           0.336.0 0.336.0    0.343.0 0.343.0
deno_url            0.190.0 0.190.0    0.201.0 0.201.0
deno_web            0.221.0 0.221.0    0.232.0 0.232.0
deno_webidl         0.190.0 0.190.0    0.201.0 0.201.0
ndk-sys             0.5.0   0.5.0      0.6.0   0.6.0

I have only updated the following dependencies as other deps are complicated. This is a manually selected list.

ctor
image
itertools
ktx2
ron
strum
tracy-client
ndk-sys

@cwfitzgerald cwfitzgerald requested a review from a team as a code owner April 16, 2025 19:53
@ErichDonGubler
Copy link
Member

ErichDonGubler commented Apr 16, 2025

Patches that need to land first:

EDIT: itertools wasn't too bad. 😀

@ErichDonGubler ErichDonGubler self-assigned this Apr 16, 2025
@ErichDonGubler

This comment was marked as resolved.

@ErichDonGubler

This comment was marked as resolved.

@ErichDonGubler ErichDonGubler enabled auto-merge (rebase) April 22, 2025 15:51
@ErichDonGubler ErichDonGubler merged commit a9e93f9 into gfx-rs:trunk Apr 22, 2025
37 checks passed
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