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, proc-macro2, syn and wat.
Updates
clap
from 4.5.4 to 4.5.8Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
469d847
chore: Releasee323b91
docs: Update changelog7101c64
Merge pull request #5557 from tesuji/fish-positional-args-files5ee1a25
fix(fish): Don't ignore files if has positional args3a2fb25
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 supportUpdates
proc-macro2
from 1.0.83 to 1.0.86Release notes
Sourced from proc-macro2's releases.
Commits
aa9476b
Release 1.0.861961358
Merge pull request #466 from dtolnay/buildrse1bd2cc
Bring build script comments up to date5b27127
Merge pull request #465 from dtolnay/ignorereason0da4629
Fill in ignore reasons in all #[ignore] attributes5ee1cab
Release 1.0.85aa64c20
Merge pull request #464 from dtolnay/testsizebc9f4d9
Ignore size tests on non-64bit target1160ec3
Make size tests #[ignore] in cfg(randomize_layout)33c9578
Release 1.0.84Updates
syn
from 2.0.66 to 2.0.68Release notes
Sourced from syn's releases.
Commits
ecb0429
Release 2.0.6837edbd2
Merge pull request #1690 from stepancheg/track-called4338772
track-caller in parse_quote_spanned537b0c5
Update test suite to nightly-2024-06-22b088d5c
Merge pull request #1688 from dtolnay/peeklit9b4e478
Relocate Lit peek impls into lit module38f2ddb
Merge pull request #1687 from dtolnay/fastpeekef20bfd
Optimize the peek impl of Group and Lifetime4b6c96a
Merge pull request #1686 from dtolnay/isempty87d5792
Reword explanation of ParseBuffer::is_emptyUpdates
wat
from 1.208.1 to 1.212.0Commits
1cf71f9
Release wasm-tools 1.212.0 (#1645)771b2bd
Fix newline separators between invalidend
instructions (#1640)3f4960a
Fix a panic when validatingreturn_call
afterend
(#1641)8c43f94
Update some dependencies and major versions (#1643)ffd630c
wasmparser/validator & wasmprinter operators.rs: update comments (#1642)bee5a7c
Implement DWARF support in text-to-binary (#1632)02d291a
wit-component: Allowcabi_realloc
to be weakly defined (#1625)85270ca
Fix nightly warning (#1636)2c6f127
Limit component model flags to 32 (#1635)659f4a6
Implement a wasmparser -> wasm-encoder trait (#1628)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