aleph-node icon indicating copy to clipboard operation
aleph-node copied to clipboard

A0-3951: Bump the all-rust-deps group across 1 directory with 3 updates

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps the all-rust-deps group with 3 updates in the / directory: async-trait, thiserror and wat.

Updates async-trait from 0.1.82 to 0.1.83

Release notes

Sourced from async-trait's releases.

0.1.83

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#278)
Commits
  • e6b4d47 Release 0.1.83
  • bfe8d61 Merge pull request #278 from dtolnay/arbself
  • 7bd974b Ignore needless_arbitrary_self_type clippy lint in generated code
  • b53b4e7 Add regression test for issue 277
  • See full diff in compare view

Updates thiserror from 1.0.63 to 1.0.64

Release notes

Sourced from thiserror's releases.

1.0.64

  • Exclude derived impls from coverage instrumentation (#322, thanks @​oxalica)
Commits
  • 84484bc Release 1.0.64
  • 023f036 Merge pull request #322 from oxalica/feat/mark-auto-derived
  • ae1f47e Mark #[automatically_derived] for generated impls
  • ab5b5e3 Upload CI Cargo.lock for reproducing failures
  • 00b3c14 Work around new dead code warning in test
  • See full diff in compare view

Updates wat from 1.217.0 to 1.219.0

Release notes

Sourced from wat's releases.

v1.219.0

What's Changed

Full Changelog: https://github.com/bytecodealliance/wasm-tools/compare/v1.218.0...v1.219.0

v1.218.0

What's Changed

... (truncated)

Commits
  • 0261534 Release wasm-tools 1.219.0 (#1856)
  • cf75fc2 Implement support for the wide-arithmetic proposal (#1853)
  • 3b47230 Fix generating shims with duplicate names (#1851)
  • 30486ae Update a few feature-related details (#1849)
  • 0710f58 Gate wasmprinter's component support behind a feature (#1848)
  • f34cfc8 Gate wasm-smith component support behind a feature (#1847)
  • d12d533 Add a component-model feature to wasmparser (#1845)
  • ac29377 Add some documentation for wit-component's custom section format (#1843)
  • 9a5ce65 Run clippy lints for all targets (#1846)
  • a6ea759 Add a component-model feature to wat/wast/wasm-encoder (#1844)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <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

dependabot[bot] avatar Oct 09 '24 06:10 dependabot[bot]