Skip to content

Commit

Permalink
[deps]: Update Rust crate async-lock to 3.3.0 (#505)
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 |
|---|---|---|---|
| [async-lock](https://togithub.com/smol-rs/async-lock) | dependencies |
minor | `3.2.0` -> `3.3.0` |

---

### Release Notes

<details>
<summary>smol-rs/async-lock (async-lock)</summary>

###
[`v3.3.0`](https://togithub.com/smol-rs/async-lock/blob/HEAD/CHANGELOG.md#Version-330)

[Compare
Source](https://togithub.com/smol-rs/async-lock/compare/v3.2.0...v3.3.0)

- Add a `forget()` method for semaphore guards.
([#&#8203;73](https://togithub.com/smol-rs/async-lock/issues/73))
- Increase MSRV to v1.60.
([#&#8203;75](https://togithub.com/smol-rs/async-lock/issues/75))

</details>

---

### Configuration

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

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

♻ **Rebasing**: Whenever PR is behind base branch, 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/bitwarden/sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent 1aec442 commit 37bfa28
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 crates/bitwarden-uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["lib", "staticlib", "cdylib"]
bench = false

[dependencies]
async-lock = "3.2.0"
async-lock = "3.3.0"
chrono = { version = ">=0.4.26, <0.5", features = [
"serde",
"std",
Expand Down

0 comments on commit 37bfa28

Please sign in to comment.