build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 13 updates #3307
+141
−141
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-and-patch-cargo-updates group with 13 updates in the / directory:
2.0.11
2.0.12
1.0.139
1.0.140
0.1.86
0.1.87
1.1.9
1.1.10
1.0.93
1.0.94
1.0.38
1.0.39
2.0.98
2.0.99
0.3.37
0.3.39
1.10.0
1.10.1
2.8.0
2.9.0
0.11.15
0.11.16
0.1.19
0.1.20
1.0.96
1.0.97
Updates
thiserror
from 2.0.11 to 2.0.12Release notes
Sourced from thiserror's releases.
Commits
95a5126
Release 2.0.1276490f7
Merge pull request #413 from dtolnay/elidablelifetime9f27b76
Ignore elidable_lifetime_names pedantic clippy lintdaf2a6f
Resolve some elidable_lifetime_names pedantic clippy lint5f07160
Point standard library links to stable6706a51
Convert html links to intra-doc links2706873
More precise gitignore patterns70bc20d
Remove **/*.rs.bk from project-specific gitignoreUpdates
serde_json
from 1.0.139 to 1.0.140Release notes
Sourced from serde_json's releases.
Commits
7627834
Release 1.0.140d77a498
Merge pull request #1245 from serde-rs/powerpcb34d317
Delete unused gcc installationf7200c3
Ignore unbuffered_bytes clippy lint76cd4fb
Ignore elidable_lifetime_names pedantic clippy lint400eaa9
Point standard library links to stableUpdates
async-trait
from 0.1.86 to 0.1.87Release notes
Sourced from async-trait's releases.
Commits
32540aa
Release 0.1.87137d14c
Resolve mem_replace_with_default clippy lint45fd82a
Ignore elidable_lifetime_names pedantic clippy lintea2f2a2
Point standard library links to stable3b78161
Update ui test suite to nightly-2025-02-12Updates
pin-project
from 1.1.9 to 1.1.10Release notes
Sourced from pin-project's releases.
Changelog
Sourced from pin-project's changelog.
Commits
b0757d1
Release 1.1.1012dfb3c
Suppress clippy::elidable_lifetime_names lint in generated code2714ef5
Tweak error message2454aed
tools: Update scripts29dac8c
Revert "Temporarily disable broken clippy::pedantic lint group"ee0cd59
Temporarily disable broken clippy::pedantic lint groupaa6dbe2
rustfmt: set style_edition = "2024"f49dc13
tools: Update tidy.sh27ee733
tests: Update ui test output to nightly-2025-02-167a435d3
tests: Update lint testUpdates
proc-macro2
from 1.0.93 to 1.0.94Release notes
Sourced from proc-macro2's releases.
Commits
7cb0f3c
Release 1.0.9423c425c
Raise minimum tested compiler to rust 1.67cbffe0c
Ignore elidable_lifetime_names pedantic clippy linta12fe8b
Point standard library links to stable36920b1
Combine rustdoc semver exempt cfg into one argument3a9bc71
Convert html links to intra-doc linksc7d999c
Unset doc-scrape-examples for lib target020a8ae
Resolve unnecessary_semicolon pedantic clippy lint0a77455
Ignore WebAssembly linker warningffc417a
More precise gitignore patternsUpdates
quote
from 1.0.38 to 1.0.39Release notes
Sourced from quote's releases.
Commits
7d089f5
Release 1.0.39dd15f29
Ignore elidable_lifetime_names pedantic clippy lintb723616
Point standard library links to stableddbabd5
Convert html links to intra-doc linksfa46189
Unset doc-scrape-examples for lib target4d071e3
Resolve doc_overindented_list_items clippy lint908ddbd
More precise gitignore patternsUpdates
syn
from 2.0.98 to 2.0.99Release notes
Sourced from syn's releases.
Commits
4552057
Release 2.0.99f4d8f0e
Ignore elidable_lifetime_names pedantic clippy lintafbee2e
Point standard library links to stablefdbed64
Merge pull request #1848 from findepi/findepi/remove-obsolete-clippy-suppress...88f0820
Remove obsolete clippy suppressions5357d54
Update test suite to nightly-2025-02-135cffd62
Update color-backtrace dependency to 0.7076ac95
Unset doc-scrape-examples for lib targetaf12bda
Ignore format_push_string pedantic clippy lintf3614ce
Update test suite to nightly-2025-02-07Updates
time
from 0.3.37 to 0.3.39Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
... (truncated)
Commits
7949d2c
v0.3.39 releasef51623b
Fix breakage from v0.3.381a31c05
v0.3.38 releaseaddf231
Permit unsized writers forformat_into
338f84f
Allow clippy::ref_option lint for serde::format_description.f8ecd81
feat: timestamp::milliseconds_i64 serializerce03bca
Update Unicode license for cargo-audit3d0b981
Add parentheses for clarity3096301
Remove specific year from licenseec327a2
Optimize Julian day calculationsUpdates
bytes
from 1.10.0 to 1.10.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
19d1427
chore: prepare bytes v1.10.1 (#774)3667543
Fix memory leak inowned_to_vec
(#773)Updates
bitflags
from 2.8.0 to 2.9.0Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
e197bf5
Merge pull request #439 from KodrAus/cargo/2.9.08df6e80
prepare for 2.9.0 releasee92f0ae
Merge pull request #438 from KodrAus/fix/ui-tests226ff75
fix up UI tests2170a26
Merge pull request #437 from wysiwys/wysiwys/add-clear-method76dde58
add tests forclear()
trait methodce5d420
addclear()
method to trait9e45d36
Merge pull request #434 from bitflags/KodrAus-patch-1617645a
pin checkout action for miri job2c836f2
Merge pull request #433 from bitflags/ci/remove-scorecardUpdates
serde_bytes
from 0.11.15 to 0.11.16Release notes
Sourced from serde_bytes's releases.
Commits
f308f5e
Release 0.11.16a514507
Ignore elidable_lifetime_names pedantic clippy lint31d681f
Point standard library links to stable700aabb
Unset doc-scrape-examples for lib targeta77e4ca
More precise gitignore patternsaece2be
Remove **/*.rs.bk from project-specific gitignore07f078a
Prevent upload-artifact step from causing CI failure88a4dac
Ignore needless_lifetimes clippy lint4dfc6e7
Resolve some needless_lifetimes clippy lints527f91a
Upload CI Cargo.lock for reproducing failuresUpdates
serde_repr
from 0.1.19 to 0.1.20Release notes
Sourced from serde_repr's releases.
Commits
dddfad6
Release 0.1.2030e35f1
Point standard library links to stable9f39e14
More precise gitignore patterns9926d68
Remove **/*.rs.bk from project-specific gitignoreb82609d
Prevent upload-artifact step from causing CI failure5b6a20f
Upload CI Cargo.lock for reproducing failuresa803115
Format with rustfmt 1.7.0-nightly49082fa
Fill in ignore reasons in all #[ignore] attributesUpdates
anyhow
from 1.0.96 to 1.0.97Release notes
Sourced from anyhow's releases.
Commits
bfb89ef
Release 1.0.97c7fca9b
Ignore elidable_lifetime_names pedantic clippy lint427c0bb
Point standard library links to stableDependabot 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