Skip to content

Commit

Permalink
chore(deps): update rust crate auto_impl to 1.1.2 (#376)
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://togithub.com/auto-impl-rs/auto_impl) |
workspace.dependencies | patch | `1.1.0` -> `1.1.2` |

---

### Release Notes

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

###
[`v1.1.2`](https://togithub.com/auto-impl-rs/auto_impl/releases/tag/v1.1.2)

[Compare
Source](https://togithub.com/auto-impl-rs/auto_impl/compare/v1.1.1...v1.1.2)

#### What's Changed

- Associated type generics and syn::Error by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[https://github.com/auto-impl-rs/auto_impl/pull/96](https://togithub.com/auto-impl-rs/auto_impl/pull/96)
- Prepare for 1.1.2 release by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[https://github.com/auto-impl-rs/auto_impl/pull/97](https://togithub.com/auto-impl-rs/auto_impl/pull/97)

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

###
[`v1.1.1`](https://togithub.com/auto-impl-rs/auto_impl/releases/tag/v1.1.1)

[Compare
Source](https://togithub.com/auto-impl-rs/auto_impl/compare/v1.1.0...v1.1.1)

#### What's Changed

- Bump syn from 1.0 to 2.0 by
[@&#8203;DaniPopes](https://togithub.com/DaniPopes) in
[https://github.com/auto-impl-rs/auto_impl/pull/92](https://togithub.com/auto-impl-rs/auto_impl/pull/92)
- Prepare for 1.1.1 release by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[https://github.com/auto-impl-rs/auto_impl/pull/95](https://togithub.com/auto-impl-rs/auto_impl/pull/95)

#### New Contributors

- [@&#8203;DaniPopes](https://togithub.com/DaniPopes) made their first
contribution in
[https://github.com/auto-impl-rs/auto_impl/pull/92](https://togithub.com/auto-impl-rs/auto_impl/pull/92)

**Full Changelog**:
auto-impl-rs/auto_impl@v1.1.0...v1.1.1

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 28, 2024
1 parent 7c22238 commit f635101
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 29 deletions.
31 changes: 3 additions & 28 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.0"
auto_impl = "1.1.2"
async-trait = "0.1.77"
ethers = { version = "2.0.11", default-features = false }
tokio = "1.35.1"
Expand Down

0 comments on commit f635101

Please sign in to comment.