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 6 updates in the / directory:
4.5.8
4.5.16
3.1.0
3.1.2
1.0.36
1.0.37
2.0.68
2.0.75
1.0.96
1.0.99
1.212.0
1.216.0
Updates
clap
from 4.5.8 to 4.5.16Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
cedb1f0
chore: Releasec22a510
docs(complete): Fix registration commands050b6c5
chore: Release5e61bd4
docs: Update changelog6f88091
Merge pull request #5671 from epage/envc402ec6
feat(complete): Env hook for dynamic completions6288e11
test(complete): Specialize tests84cfd92
Merge pull request #5667 from a-kenji/fix-typo70d8334
Merge pull request #5669 from epage/reorgcddbb56
fix(complete): Correct version checkUpdates
predicates
from 3.1.0 to 3.1.2Changelog
Sourced from predicates's changelog.
Commits
9b44604
chore: Release31556d0
chore: Releaseb87c960
docs: Update changelogce08537
chore(deps): Update Rust Stable to v1.79 (#170)bb3ed6c
style: Make clippy happy8981e6f
chore(deps): Update Rust Stable to v1.78 (#169)6732e45
style: Address warningsed6709e
chore(deps): Update Rust Stable to v1.77 (#168)60ceafb
Merge pull request #167 from epage/templatef9786f8
chore: Update from _rust/main templateUpdates
quote
from 1.0.36 to 1.0.37Release notes
Sourced from quote's releases.
Commits
b1ebffa
Release 1.0.3743acd77
Delete unneeded use ofref
9382c21
Merge pull request #283 from dtolnay/cstr6ac4328
Add C string tests9fb0591
Implement ToTokens for CStr and CStringba7a9d0
Organize test importsaa9970f
Inline the macro that generates primitive implsba41109
Merge pull request #282 from dtolnay/tokensc77340a
Consistently use 'tokens' as the name of the &mut TokenStream arga4a0abf
Merge pull request #281 from dtolnay/charUpdates
syn
from 2.0.68 to 2.0.75Release notes
Sourced from syn's releases.
Commits
d1746fe
Release 2.0.75b693682
Merge pull request #1722 from dtolnay/exprpathe459ee7
Insert turbofish into paths in expression position3bb65aa
Add mod-style printing for paths that cannot contain generic argsae8c84a
Handwrite ToTokens impl for Meta5dbfeae
Name the expr_style argument at all call sites of path::parsing::qpathb15ae28
Release 2.0.746cf2344
Merge pull request #1719 from dtolnay/iterators2955ac5
Expose non-impl-Trait iterator return types7dc05a5
Add regression test for issue 1718Updates
trybuild
from 1.0.96 to 1.0.99Release notes
Sourced from trybuild's releases.
Commits
831f5ef
Release 1.0.99aeb7b06
Merge pull request #284 from dtolnay/default-featuresfa107d6
Keep track of whether manifest overrides workspace dependency's default-featuresa4f4171
Release 1.0.98aa567ec
Merge pull request #282 from gui1117/gui-fix-default-featuresc08e3f7
remove unusedcd88ca2
Fix default featuresdaeef9c
Release 1.0.97207b0a5
Merge pull request #278 from dtolnay/rustflags1b8d4bd
Combine all rustflags into cargo --config argUpdates
wat
from 1.212.0 to 1.216.0Commits
28c8962
Release wasm-tools 1.216.0 (#1735)848e4de
Update handling of unreachable code and heap types (#1734)2371dca
Refactor type checks when popping refs (#1730)c5bd644
Add a feature for disabling GC types (#1731)56cf001
Enable gc, function-references, and exceptions by default (#1732)3a451e0
threads: check mutability of GC instructions (#1729)8a6eb57
Update Wasmtime to 24.0.0 in testing (#1727)2aa7672
threads: add tests forref.i31_shared
(#1728)5068b3a
Calculate sizes, alignment and offsets for both wasm32 and wasm64 (#1711)7f6386a
Add a newwasm-tools component unbundle
command (#1725)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