chore(deps): bump the patch-updates group across 1 directory with 12 updates #547
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 patch-updates group with 11 updates in the / directory:
1.0.217
1.0.228
1.0.138
1.0.145
0.12.12
0.12.23
4.5.27
4.5.48
0.4.25
0.4.28
2.0.98
2.0.106
1.0.10
1.0.13
1.0.93
1.0.101
1.0.38
1.0.41
1.0.95
1.0.100
0.4.50
0.4.54
Updates
serde
from 1.0.217 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
serde_json
from 1.0.138 to 1.0.145Release notes
Sourced from serde_json's releases.
Commits
efa66e3
Release 1.0.14523679e2
Add serde version constraintfc27baf
Release 1.0.144caef3c6
Ignore uninlined_format_args pedantic clippy lint81ba3aa
Merge pull request #1285 from dtolnay/serdecored21e8ce
Switch serde dependency to serde_core6beb6cd
Merge pull request #1286 from dtolnay/up1dbc803
Raise required compiler to Rust 1.610bf5d87
Enforce trybuild >= 1.0.108d12e943
Update actions/checkout@v4 -> v5Updates
reqwest
from 0.12.12 to 0.12.23Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
... (truncated)
Commits
ae7375b
v0.12.239aacdc1
feat: add dns_resolver2 that is more ergonomic and flexible (#2793)221be11
refactor: loosen retryfor_host
parameter bounds (#2792)acd1b05
feat: add reqwest::retry policies (#2763)54b6022
feat: addClientBuilder::unix_socket()
option (#2624)6358cef
fix: add default tcp keepalive and user_timeout values (#2780)21226a5
style(client): usestd::task::ready!
macro to simplify Poll branch matching...82086e7
feat: add request cache options for wasm (#2775)2a0f7a3
ci: use msrv-aware cargo in msrv job (#2779)f186803
fix(proxy): restore default port 1080 for SOCKS proxies without explicit port...Updates
clap
from 4.5.27 to 4.5.48Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
c3a1ddc
chore: Release4460ff4
docs: Update changelog54947a1
Merge pull request #5981 from mernen/fix-bash-clap-complete-spacefd3f6d2
fix(complete): Restore nospace in bash2f6a108
test(complete): Demonstrate current behaviorf88be57
style: Ensure consistent newlinesf209bce
chore: Releasef33ff7f
docs: Update changelogbf06e6f
Merge pull request #5974 from kryvashek/support-clearing-args-matches5d357ad
feat(parser): Added ArgMatches::try_clear_id()Updates
log
from 0.4.25 to 0.4.28Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
6e17355
Merge pull request #695 from rust-lang/cargo/0.4.2857719db
focus on user-facing source changes in the changeloge0630c6
prepare for 0.4.28 release60829b1
Merge pull request #692 from nebkor/up-and-down95d44f8
change names of log-level-changing methods to be more descriptive2b63dfa
Addup()
anddown()
methods forLevel
andLevelFilter
3aa1359
Merge pull request #690 from HaoliangXu/master1091f2c
Chore:delete compare_exchange method for AtomicUsize on platforms24c5f44
Merge pull request #688 from ZylosLumen/patch-14498495
Unhide#[derive(Debug)]
in exampleUpdates
syn
from 2.0.98 to 2.0.106Release notes
Sourced from syn's releases.
Commits
0e4bc64
Release 2.0.1064fb776a
Merge pull request #1910 from dtolnay/traitboundissue41b24a5
Fix duplicated async trait bound issuea64f024
Merge pull request #1909 from dtolnay/fortype176099e
Parse type parameter introducer on closuresb790b39
Merge pull request #1908 from dtolnay/genericvsqpath9649639
Synchronize generics-vs-qpath heuristic with rust parser60de331
Merge pull request #1907 from dtolnay/forconst2aac6d7
Allow const parameters in for<>11934e5
Merge pull request #1905 from dtolnay/unsafestaticUpdates
anstyle
from 1.0.10 to 1.0.13Commits
14dd743
chore: Release2baaec7
Merge pull request #271 from epage/template5d7026c
chore: Update from _rust templatef218f4a
docs(docsrs): Update to new doc_cfg feature name2a2bebb
chore: Release98b7990
docs: Update changelogf28db2d
Merge pull request #269 from Muscraft/no-leading-zero20258de
Merge pull request #270 from Muscraft/coverage-rustfmtb8a3a15
fix: Ensuse rustfmt is installed for coverageba45662
fix: Don't add leading zero to single digit ansi 256Updates
proc-macro2
from 1.0.93 to 1.0.101Release notes
Sourced from proc-macro2's releases.
Commits
d3188ea
Release 1.0.101cbd1286
Merge pull request #519 from dtolnay/binarysearchfab4cb6
Convert SourceMap scan to binary searchf4708a8
Factor out SourceMap linear search to methodfdc853a
Release 1.0.100848ed0b
Merge pull request #518 from dtolnay/spanfile76ce1a3
Stabilize Span::file and Span::local_fileb5dd3c6
Merge pull request #517 from dtolnay/startend1d0ffc0
Use Span's start, end, line, column methods on stable 1.88+4f5845e
Merge pull request #516 from dtolnay/probeUpdates
quote
from 1.0.38 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
anyhow
from 1.0.95 to 1.0.100Release notes
Sourced from anyhow's releases.
Commits
18c2598
Release 1.0.100f271988
Merge pull request #426 from dtolnay/clippyfmt52f2115
Mark macros with clippy::format_argsda5fd9d
Raise minimum tested compiler to rust 1.76211e409
Opt in to generate-macro-expansion when building on docs.rsb48fc02
Enforce trybuild >= 1.0.108d5f59fb
Update ui test suite to nightly-2025-09-07238415d
Update ui test suite to nightly-2025-08-243bab070
Update actions/checkout@v4 -> v54249254
Order cap-lints flag in the same order as thiserror build scriptUpdates
wasm-bindgen-futures
from 0.4.50 to 0.4.54Commits
Updates
web-sys
from 0.3.77 to 0.3.81Commits
Dependabot 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