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: anyhow, clap, syn and wat.
Updates
anyhow
from 1.0.86 to 1.0.89Release notes
Sourced from anyhow's releases.
Commits
9d3fb6d
Release 1.0.89830c399
Merge pull request #386 from dtolnay/unwindsafe8454be3
Ensure UnwindSafe even with "backtrace" feature enabled and old Rusta85e414
Add more autotraits tests139f266
Release 1.0.88aa3ab2b
Merge pull request #385 from dtolnay/docnostd44c3767
Update documentation on no-std error type conversionsafe93e7
Release 1.0.87d58fa4b
Fix outdated html_root_urlc18d807
Disable unused doc_cfg featureUpdates
clap
from 4.5.16 to 4.5.17Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
6013ad4
chore: Releasef98e3ee
docs: Update changelogaddec17
Merge pull request #5681 from epage/static3c69aaa
docs(complete): Add stdout warning to enve46263a
docs(complete): Redistribute dynamic's documentationde723aa
fix(complete)!: Flatten in prep for stabilization6727c15
fix(complete): Section off existing completions6842ed9
refactor(complete): Remove low-value w macro17d6d24
Merge pull request #5680 from epage/unstable23fb056
Merge pull request #5679 from epage/apiUpdates
syn
from 2.0.75 to 2.0.77Release notes
Sourced from syn's releases.
Commits
6232266
Release 2.0.7797acbf0
Merge pull request #1727 from dtolnay/exprparena3b5a5c
Support parsing Expr::Tuple in derive3c24f57
Run upload-artifact action regardless of previous step failure78608a3
Upload CI Cargo.lock for reproducing failuresef3e9c6
Release 2.0.768f7365f
Merge pull request #1725 from dtolnay/tailcall6cddd9e
Make tail call expr mandatoryUpdates
wat
from 1.216.0 to 1.217.0Commits
46cb2e8
Release wasm-tools 1.217.0 (#1772)dabd1cd
Update*.wast
parser with recently added directives (#1762)ebfd6a0
Tweak printing page sizes in text format (#1769)668cb31
Fix wasm-smith's page_size calculation (#1770)346f26c
RenameMaybeType
variants, tweak documentation (#1737)50f63d4
Share more core type infrastructure in components (#1765)b1766fb
Start moving towardwasm_encoder
inwast
's core wasm encoding (#1767)97fe512
Proceed to the next step in the "removeinterface
" transition (#1753)c4a77ae
Fix running tests withRUST_BACKTRACE=1
(#1761)50aef2f
Add a shorthand feature constructor for Wasm 3.0 (#1760)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