chore(deps): bump the minor group across 1 directory with 14 updates #5330
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.
Bumps the minor group with 13 updates in the / directory:
0.17.11
0.18.0
1.11.2
1.11.3
0.35.2
0.37.2
2.0.16
2.0.17
0.2.20
0.2.21
1.0.226
1.0.228
2.7.5
2.7.6
1.2.6
1.2.7
1.0.40
1.0.41
0.8.4
0.8.6
1.1.1
1.1.2
0.13.11
0.16.0
0.11.4
0.11.5
Updates
indicatif
from 0.17.11 to 0.18.0Release notes
Sourced from indicatif's releases.
Commits
354b732
Bump version to 0.18.0f46ba0a
Bump version to 0.17.129f08f12
Upgrade to console 0.169afc362
draw_target: inline the format arg to silence clippy880d8ce
Switch from number_prefix to unit-prefix (#709)458e4dc
ProgressStyle
enable/disable colors based on draw target (#699)abd2181
Use width to truncateHumanFloatCount
values (#696)79ea085
Add ProgressBar::force_draw (#689)Updates
regex
from 1.11.2 to 1.11.3Changelog
Sourced from regex's changelog.
Commits
ef1c2c3
1.11.3ad5cd6c
deps: bump regex-automataee69d9e
changelog: 1.11.3159fa3e
regex-automata-0.4.1102a62ba
automata: callVec::shrink_to_fit
in a few strategic placesa76e0a0
cargo: excludetests/fuzz
from the package19172cc
style: inline formatting arguments2695e29
ci: fix cross testingUpdates
sysinfo
from 0.35.2 to 0.37.2Changelog
Sourced from sysinfo's changelog.
Commits
067dd61
Merge pull request #1589 from GuillaumeGomez/update3ac7887
Update version to0.37.2
3269940
Update CHANGELOG for0.37.2
80bcfb2
Merge pull request #1588 from GuillaumeGomez/doc1c19785
Improve documentation ofSystem::refresh_cpu_specifics
90f9005
Merge pull request #1586 from GuillaumeGomez/linux-exe-linkcd837f7
Linux: Correctly handle removed exe link pathsb5a341d
Merge pull request #1583 from GuillaumeGomez/uptime-androidb23eb6a
Correctly getuptime
information on Androidcb15018
Merge pull request #1581 from GuillaumeGomez/improve-docsUpdates
thiserror
from 2.0.16 to 2.0.17Release notes
Sourced from thiserror's releases.
Commits
72ae716
Release 2.0.17599fdce
Merge pull request #434 from dtolnay/private9ec05f6
Use differently named __private module per patch released2c492b
Raise minimum tested compiler to rust 1.76fc3ab95
Opt in to generate-macro-expansion when building on docs.rs819fe29
Update ui test suite to nightly-2025-09-12259f48c
Enforce trybuild >= 1.0.108470e6a6
Update ui test suite to nightly-2025-08-24544e191
Update actions/checkout@v4 -> v5cbc1eba
Delete duplicate cap-lints flag from build scriptUpdates
typetag
from 0.2.20 to 0.2.21Release notes
Sourced from typetag's releases.
Commits
0ec09d4
Release 0.2.217a2b9ee
Merge pull request #100 from dtolnay/private61c494a
Use differently named __private module per patch releasef39f85f
Raise minimum tested compiler to rust 1.76d68d574
Opt in to generate-macro-expansion when building on docs.rsc5980ef
Enforce trybuild >= 1.0.108cec3b1e
Update actions/checkout@v4 -> v55274118
Raise minimum tested compiler to rust 1.7305c6868
Ignore mismatched_lifetime_syntaxes lint29fabe8
Resolve needless_return clippy lintUpdates
serde
from 1.0.226 to 1.0.228Release notes
Sourced from serde's releases.
Commits
a866b33
Release 1.0.2285adc9e8
Merge pull request #2995 from dtolnay/rustdocflagsab58178
Workaround for RUSTDOCFLAGS='--cfg=docsrs'415d9fc
Release 1.0.2277c58427
Merge pull request #2991 from dtolnay/inlinecoredoc9d3410e
Merge pull request #2992 from dtolnay/inplaceseed2fb6748
Remove InPlaceSeed public re-exportf8137c7
Inline serde_core into serde in docsrs modeb7dbf7e
Merge pull request #2990 from dtolnay/integer1287c83691
No longer macro_use integer128 moduleUpdates
memchr
from 2.7.5 to 2.7.6Commits
9ba486e
2.7.6ec25b80
aarch64: fix NEON optimization on big-endianUpdates
serde_derive
from 1.0.226 to 1.0.228Release notes
Sourced from serde_derive's releases.
Commits
a866b33
Release 1.0.2285adc9e8
Merge pull request #2995 from dtolnay/rustdocflagsab58178
Workaround for RUSTDOCFLAGS='--cfg=docsrs'415d9fc
Release 1.0.2277c58427
Merge pull request #2991 from dtolnay/inlinecoredoc9d3410e
Merge pull request #2992 from dtolnay/inplaceseed2fb6748
Remove InPlaceSeed public re-exportf8137c7
Inline serde_core into serde in docsrs modeb7dbf7e
Merge pull request #2990 from dtolnay/integer1287c83691
No longer macro_use integer128 moduleUpdates
aws-credential-types
from 1.2.6 to 1.2.7Commits
Updates
quote
from 1.0.40 to 1.0.41Release notes
Sourced from quote's releases.
Commits
594c865
Release 1.0.4168956e6
Merge pull request #302 from dtolnay/hasiter6a69784
Make diagnostic attribute conditional on compiler version5f1924b
Tweak CheckHasIterator error messagec0adb26
Add diagnostic::on_unimplemented for no iterator in repetitiona1ddcab
Combine HasIterator and ThereIsNoIteratorInRepetition to one typebf48c85
Switch to trait for checking iterator in repetitiond3b4777
Update ui test suite to nightly-2025-09-273e6b04d
Raise minimum tested compiler to rust 1.7607deaaf
Opt in to generate-macro-expansion when building on docs.rsUpdates
axum
from 0.8.4 to 0.8.6Release notes
Sourced from axum's releases.
Commits
c1bb9c3
Release axum 0.8.6 and related crates4a50581
Update changelogs5c76cfd
Remove usage of thedoc_auto_cfg
feature (#3505)c720f56
Release axum-core v0.5.40c96ead
Remove unused rustversion dependency of axum-core (#3502)a1d22f6
Release axum 0.8.5 and related cratesad2fd5b
Update changelogsa0692f9
Reject JSON bodies with trailing chars (#3453)ae80850
Update to cargo-deny api version 2 (#3475)651cc1e
Remove unused link defUpdates
aws-smithy-http-client
from 1.1.1 to 1.1.2Commits
Updates
simd-json
from 0.13.11 to 0.16.0Commits
7e4603e
Exclude fuzz.sh from crate8091425
data: mark json files as non-executabledfaa68b
Update criterion requirement from 0.5 to 0.74575d58
Remove wasm/getramdom15567c3
src: Make nightly and clippy happy70f073e
Make clippy happyafe91a9
macros: fix "unnecessary transmute" for x86"f90e174
chore: Release simd-json version 0.16.0e99fe05
examples/perf: Add an arch flag to run only on x86_64fcf20ba
Log Rust version in workflowUpdates
lz4_flex
from 0.11.4 to 0.11.5Changelog
Sourced from lz4_flex's changelog.
Commits
4c4ba15
bump version42886de
fix incorrect rust-version field nameDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions