chore(deps): lock file maintenance rust crates #11734
Merged
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.2.0
->0.2.1
=3.17.0
->=3.18.1
2.7.4
->2.7.5
0.2.33
->0.2.34
0.0.4
->0.0.6
2.0.101
->2.0.103
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
unicode-rs/unicode-width (unicode-width)
v0.2.1
Compare Source
fitzgen/bumpalo (bumpalo)
v3.18.1
Compare Source
Released 2025-06-05.
Removed
allocator-api2
version bump from 3.18.0, as it was not actuallysemver compatible.
v3.18.0
Compare Source
Released 2025-06-05.
Added
Bump
arena, which can provide speed ups when allocating objects whosealignment is less than or equal to that minimum.
serde
serialization support forbumpalo::collections::String
.Changed
extend_from_slice
implementation with a formally-verified versionthat is also faster and more-optimizable for LLVM.
allocator-api2
support to version0.3.*
.Fixed
allocated_bytes
metrics helper was accidentallyincluding the size of
bumpalo
's footer, rather than just reporting theuser-allocated bytes.
BurntSushi/memchr (memchr)
v2.7.5
Compare Source
dtolnay/prettyplease (prettyplease)
v0.2.34
Compare Source
saphyr-rs/saphyr (saphyr)
v0.0.6
Compare Source
Important note
This release contains an important fix for the
YamlEmitter
insaphyr
for a bug that was introduced inv0.0.5
(#51).If you use tags and have updated to
v0.0.5
, please update tov0.0.6
asap (no breaking change).saphyr-parser
Fixes:
!tag
no longer emits as!!tag
.saphyr
Fixes:
v0.0.5
Compare Source
saphyr
Breaking Changes:
234c69c
..374d8920: UseCow
s forTag
s!foo 42
would yield aScalar::String("42")
because the tag wasn't known. It will now yield aScalar::Integer(42)
.!!str 42
will still yield aScalar::String
.!!unknown
) now results in aBadValue
rather than aString
.Yaml
/YamlData
objects. The biggest pain point for existing users is probably the inclusion ofYaml::Tagged
, which will break existingmatch
es onYaml
. Details about howsaphyr
handles YAML tags can be found on the library documentation.into_tagged
as aLoadableYamlNode
requirement.Features:
c0e8b8c
andf4ab733
: AddFrom
implementations to convert between owned and borrowed versions ofYaml
andScalar
.parse_core_schema_fp
for parsing floating point values according to the YAML core schema.Fixes:
3bbe423
: No longer parse any capitalization ofinf
, orinfinity
asf64::INFINITY
e88eeae
: Parse.NaN
as float instead ofNaN
.Cargo.toml
'srust-version
to1.65.0
, as stated in the documentation.saphyr-parser
Breaking Changes:
Cow<'input, Tag>
instead ofTag
to avoid copies.Fixes:
8ef76dc
: FixMarker
s fornull
and empty values.Span
s for collections to correctly mark the end of the collection.Changes
yaml-test-suite
from the Cargo package.libtest-mimic
to0.8.1
.dtolnay/syn (syn)
v2.0.103
Compare Source
v2.0.102
Compare Source
Configuration
📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.