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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the minor-changes group with 4 updates in the / directory: clap, syn, trybuild and wat.
Updates
clap
from 4.5.8 to 4.5.9Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
3a2fb25
Merge pull request #5547 from tesuji/fish-list1e3681b
refactor: Pass list to __fish_seen_subcommand_fromb1a0508
refactor: Rewrite iterator for followup changes5cc44bb
Merge pull request #5548 from tesuji/fish-escape-tab181b9e0
test: Ensure optional_value runs0724b7b
chore: Remove tarpaulin support8024254
chore: Update deps to fix nightlyb16f987
style: Escaping tab as \t for more readability for fishcf151fd
Merge pull request #5542 from casey/exit-without-flushing5da658c
Merge pull request #5541 from rustco/masterUpdates
syn
from 2.0.68 to 2.0.70Release notes
Sourced from syn's releases.
Commits
5c67e26
Release 2.0.70935c1e1
Configure out more full-only expression kinds in print_expre664375
Merge pull request #1704 from dtolnay/fixupf1daf23
Enable expression fixups in 'derive' mode678dbc2
Update test suite to nightly-2024-07-08628e2f7
Ignore needless_update clippy lintc3e378c
Merge pull request #1703 from dtolnay/castd47e532
Rearrange logic of FixupContext precedence methods9809f71
Incorporate parenthesization of casts into FixupContextff022f5
Merge pull request #1702 from dtolnay/precletUpdates
trybuild
from 1.0.96 to 1.0.97Release notes
Sourced from trybuild's releases.
Commits
daeef9c
Release 1.0.97207b0a5
Merge pull request #278 from dtolnay/rustflags1b8d4bd
Combine all rustflags into cargo --config argef6893b
Merge pull request #277 from dtolnay/nothers883a38d
Ignore comparison_chain clippy lintf3b1dab
Normalize the effect of --verbose on '$N others' diagnostic6184f60
Add test of 'following other types' diagnosticUpdates
wat
from 1.212.0 to 1.213.0Commits
3895cb7
Release wasm-tools 1.213.0 (#1663)d4bdb5b
Improve the output ofwasm-tools component wit
(#1657)b6b5ad5
added from floating point to ieee trait (#1662)3e58f7d
fix: f32, f64 encoding for wit-encoder (#1660)a265ec1
feat: support basic use syntax in interfaces and worlds (#1659)a2635eb
added conversions for component specific enums (#1655)947c152
threads: addshared
tables (#1649)ccbe057
added eq, partialeq trait for operator equality comparison (#1652)1f8e7e2
Print available worlds in the “multiple worlds” error message (#1654)b92dd79
A few smaller improvements to wit-encoder (#1648)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