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.2171.0.2281.0.1381.0.1450.12.120.12.234.5.274.5.480.4.250.4.282.0.982.0.1061.0.101.0.131.0.931.0.1011.0.381.0.411.0.951.0.1000.4.500.4.54Updates
serdefrom 1.0.217 to 1.0.228Release notes
Sourced from serde's releases.
Commits
a866b33Release 1.0.2285adc9e8Merge pull request #2995 from dtolnay/rustdocflagsab58178Workaround for RUSTDOCFLAGS='--cfg=docsrs'415d9fcRelease 1.0.2277c58427Merge pull request #2991 from dtolnay/inlinecoredoc9d3410eMerge pull request #2992 from dtolnay/inplaceseed2fb6748Remove InPlaceSeed public re-exportf8137c7Inline serde_core into serde in docsrs modeb7dbf7eMerge pull request #2990 from dtolnay/integer1287c83691No longer macro_use integer128 moduleUpdates
serde_jsonfrom 1.0.138 to 1.0.145Release notes
Sourced from serde_json's releases.
Commits
efa66e3Release 1.0.14523679e2Add serde version constraintfc27bafRelease 1.0.144caef3c6Ignore uninlined_format_args pedantic clippy lint81ba3aaMerge pull request #1285 from dtolnay/serdecored21e8ceSwitch serde dependency to serde_core6beb6cdMerge pull request #1286 from dtolnay/up1dbc803Raise required compiler to Rust 1.610bf5d87Enforce trybuild >= 1.0.108d12e943Update actions/checkout@v4 -> v5Updates
reqwestfrom 0.12.12 to 0.12.23Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
... (truncated)
Commits
ae7375bv0.12.239aacdc1feat: add dns_resolver2 that is more ergonomic and flexible (#2793)221be11refactor: loosen retryfor_hostparameter bounds (#2792)acd1b05feat: add reqwest::retry policies (#2763)54b6022feat: addClientBuilder::unix_socket()option (#2624)6358ceffix: add default tcp keepalive and user_timeout values (#2780)21226a5style(client): usestd::task::ready!macro to simplify Poll branch matching...82086e7feat: add request cache options for wasm (#2775)2a0f7a3ci: use msrv-aware cargo in msrv job (#2779)f186803fix(proxy): restore default port 1080 for SOCKS proxies without explicit port...Updates
clapfrom 4.5.27 to 4.5.48Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
c3a1ddcchore: Release4460ff4docs: Update changelog54947a1Merge pull request #5981 from mernen/fix-bash-clap-complete-spacefd3f6d2fix(complete): Restore nospace in bash2f6a108test(complete): Demonstrate current behaviorf88be57style: Ensure consistent newlinesf209bcechore: Releasef33ff7fdocs: Update changelogbf06e6fMerge pull request #5974 from kryvashek/support-clearing-args-matches5d357adfeat(parser): Added ArgMatches::try_clear_id()Updates
logfrom 0.4.25 to 0.4.28Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
6e17355Merge pull request #695 from rust-lang/cargo/0.4.2857719dbfocus on user-facing source changes in the changeloge0630c6prepare for 0.4.28 release60829b1Merge pull request #692 from nebkor/up-and-down95d44f8change names of log-level-changing methods to be more descriptive2b63dfaAddup()anddown()methods forLevelandLevelFilter3aa1359Merge pull request #690 from HaoliangXu/master1091f2cChore:delete compare_exchange method for AtomicUsize on platforms24c5f44Merge pull request #688 from ZylosLumen/patch-14498495Unhide#[derive(Debug)]in exampleUpdates
synfrom 2.0.98 to 2.0.106Release notes
Sourced from syn's releases.
Commits
0e4bc64Release 2.0.1064fb776aMerge pull request #1910 from dtolnay/traitboundissue41b24a5Fix duplicated async trait bound issuea64f024Merge pull request #1909 from dtolnay/fortype176099eParse type parameter introducer on closuresb790b39Merge pull request #1908 from dtolnay/genericvsqpath9649639Synchronize generics-vs-qpath heuristic with rust parser60de331Merge pull request #1907 from dtolnay/forconst2aac6d7Allow const parameters in for<>11934e5Merge pull request #1905 from dtolnay/unsafestaticUpdates
anstylefrom 1.0.10 to 1.0.13Commits
14dd743chore: Release2baaec7Merge pull request #271 from epage/template5d7026cchore: Update from _rust templatef218f4adocs(docsrs): Update to new doc_cfg feature name2a2bebbchore: Release98b7990docs: Update changelogf28db2dMerge pull request #269 from Muscraft/no-leading-zero20258deMerge pull request #270 from Muscraft/coverage-rustfmtb8a3a15fix: Ensuse rustfmt is installed for coverageba45662fix: Don't add leading zero to single digit ansi 256Updates
proc-macro2from 1.0.93 to 1.0.101Release notes
Sourced from proc-macro2's releases.
Commits
d3188eaRelease 1.0.101cbd1286Merge pull request #519 from dtolnay/binarysearchfab4cb6Convert SourceMap scan to binary searchf4708a8Factor out SourceMap linear search to methodfdc853aRelease 1.0.100848ed0bMerge pull request #518 from dtolnay/spanfile76ce1a3Stabilize Span::file and Span::local_fileb5dd3c6Merge pull request #517 from dtolnay/startend1d0ffc0Use Span's start, end, line, column methods on stable 1.88+4f5845eMerge pull request #516 from dtolnay/probeUpdates
quotefrom 1.0.38 to 1.0.41Release notes
Sourced from quote's releases.
Commits
594c865Release 1.0.4168956e6Merge pull request #302 from dtolnay/hasiter6a69784Make diagnostic attribute conditional on compiler version5f1924bTweak CheckHasIterator error messagec0adb26Add diagnostic::on_unimplemented for no iterator in repetitiona1ddcabCombine HasIterator and ThereIsNoIteratorInRepetition to one typebf48c85Switch to trait for checking iterator in repetitiond3b4777Update ui test suite to nightly-2025-09-273e6b04dRaise minimum tested compiler to rust 1.7607deaafOpt in to generate-macro-expansion when building on docs.rsUpdates
anyhowfrom 1.0.95 to 1.0.100Release notes
Sourced from anyhow's releases.
Commits
18c2598Release 1.0.100f271988Merge pull request #426 from dtolnay/clippyfmt52f2115Mark macros with clippy::format_argsda5fd9dRaise minimum tested compiler to rust 1.76211e409Opt in to generate-macro-expansion when building on docs.rsb48fc02Enforce trybuild >= 1.0.108d5f59fbUpdate ui test suite to nightly-2025-09-07238415dUpdate ui test suite to nightly-2025-08-243bab070Update actions/checkout@v4 -> v54249254Order cap-lints flag in the same order as thiserror build scriptUpdates
wasm-bindgen-futuresfrom 0.4.50 to 0.4.54Commits
Updates
web-sysfrom 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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