fix(deps): update all cargo dependencies - #12
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-cargo-dependencies
branch
from
May 21, 2026 22:51
8afbd3f to
637ef11
Compare
renovate
Bot
force-pushed
the
renovate/all-cargo-dependencies
branch
from
May 25, 2026 08:26
637ef11 to
65fc52a
Compare
renovate
Bot
force-pushed
the
renovate/all-cargo-dependencies
branch
3 times, most recently
from
June 6, 2026 08:59
0f0f46c to
17094db
Compare
renovate
Bot
force-pushed
the
renovate/all-cargo-dependencies
branch
2 times, most recently
from
June 25, 2026 14:59
dce84c7 to
fa3e4d3
Compare
renovate
Bot
force-pushed
the
renovate/all-cargo-dependencies
branch
from
June 28, 2026 09:43
fa3e4d3 to
d9f9034
Compare
renovate
Bot
force-pushed
the
renovate/all-cargo-dependencies
branch
3 times, most recently
from
July 10, 2026 21:08
1d7e48d to
77915f3
Compare
renovate
Bot
force-pushed
the
renovate/all-cargo-dependencies
branch
6 times, most recently
from
July 22, 2026 20:43
143f65e to
eaac801
Compare
renovate
Bot
force-pushed
the
renovate/all-cargo-dependencies
branch
3 times, most recently
from
August 6, 2026 17:59
2408fb9 to
ecd9ec2
Compare
renovate
Bot
force-pushed
the
renovate/all-cargo-dependencies
branch
from
August 8, 2026 08:24
ecd9ec2 to
e418990
Compare
renovate
Bot
force-pushed
the
renovate/all-cargo-dependencies
branch
from
August 9, 2026 17:55
e418990 to
6ad0800
Compare
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.
This PR contains the following updates:
0.1.1→0.1.21.25.0→1.25.24.6.1→4.6.60.6→0.80.11.10→0.11.110.32→0.330.4.29→0.4.331.0.149→1.0.1512.0.18→2.0.20Release Notes
michidk/bitmap2ttf (bitmap2ttf)
v0.1.2: 0.1.2Compare Source
Bug Fixes
Documentation
Refactor
Ci
Lokathor/bytemuck (bytemuck)
v1.25.2Compare Source
v1.25.1Compare Source
try_cast_slicethat empty slices must still be aligned.clap-rs/clap (clap)
v4.6.6Compare Source
v4.6.5Compare Source
v4.6.4Compare Source
Internal
v4.6.3Compare Source
Fixes
"literal".function()as attribute valuesv4.6.2Compare Source
Fixes
aliaswhen there is only oneroyaltm/rust-delharc (delharc)
v0.8.0Compare Source
v0.7.0Compare Source
v0.6.2Compare Source
rust-cli/env_logger (env_logger)
v0.11.11Compare Source
Internal
env_filterbitshifter/glam-rs (glam)
v0.33.3Compare Source
Added
Added
Vec3::angle_towhich returns the signed angle (in radians) betweentwo vectors around a given axis in the range
[-π, +π]. The angle followsthe right-hand rule around the axis and can be used with
rotate_axis, e.g.self.rotate_axis(axis, self.angle_to(rhs, axis))will be equal torhs.Added
Vec2::rotate_anglewhich rotates a vector by an angle (in radians),equivalent to
self.rotate(Vec2::from_angle(angle)).Added
glam_asserts thatangle_toandangle_betweeninputs are non-zerovectors.
Changed
to_arrayis now aconst fnon all quaternion types.v0.33.2Compare Source
Added
Added the
cameraanddcameramodules containing view and projectionconstructor functions organized by handedness and graphics API convention.
The
viewsub-module provideslook_at_*andlook_to_*functionsthat return
Mat4,Affine3,Affine3A,Mat3,Mat3A, orQuatview transforms.
The
projsub-module provides API-specific constructors for OpenGL,DirectX and Vulkan conventions, each offering
perspective,perspective_infinite,perspective_infinite_reverse,orthographic,and
frustumconstructors for both left-handed and right-handed viewspaces.
Added a
preludemodule which re-exports all common types and traitsbut not camera modules.
Added
slerp_longmethod to quaternion types, a spherical linearinterpolation that preserves the rotation direction.
Added
is_negative_maskmethod to all signed vector types which returns aboolean mask vector indicating which components have a negative sign.
Changed
look_at_*,look_to_*,perspective_*,orthographic_*,frustum_*) have been moved offmatrix, affine and quaternion types into the
camera/dcameramodulesas free functions. The existing methods on those types have been
deprecated.
v0.33.1Compare Source
Changed
Changed vector
mapmethod constraint fromFntoFnMut, allowing closuresthat mutate their captured state.
Clarified documentation for
any_orthogonal_pairmethod to specify it producesa right-handed basis.
v0.33.0Compare Source
Breaking changes
All types apart from
f32andbooltypes are now optional but enabled bydefault. Unused types can be disabled to improve compile times.
Added
#[must_use]attribute toas_dmat2,as_dmat3andas_dmat4vectormethods.
rust-lang/log (log)
v0.4.33Compare Source
v0.4.32Compare Source
What's Changed
Value-> string conversions withkv+stdfeatures instead ofkv_stdby @tisonkun in #729Full Changelog: rust-lang/log@0.4.31...0.4.32
v0.4.31Compare Source
What's Changed
Value-> string conversions withkv+stdfeatures instead ofkv_stdby @tisonkun in #729Full Changelog: rust-lang/log@0.4.31...0.4.32
v0.4.30Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/log@0.4.30...0.4.31
serde-rs/json (serde_json)
v1.0.151Compare Source
v1.0.150Compare Source
dtolnay/thiserror (thiserror)
v2.0.20Compare Source
v2.0.19Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.