Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update Rust crate once_cell to 1.14.0 (#1533)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [once_cell](https://github.com/matklad/once_cell) | dependencies | minor | `1.13.1` -> `1.14.0` |

---

### Release Notes

<details>
<summary>matklad/once_cell</summary>

### [`v1.14.0`](https://github.com/matklad/once_cell/blob/HEAD/CHANGELOG.md#&#8203;1140)

[Compare Source](matklad/once_cell@v1.13.1...v1.14.0)

-   Add extension to `unsync` and `sync` `Lazy` mut API:
    -   `force_mut`
    -   `get_mut`

</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, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE4Ny4wIn0=-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1533
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
  • Loading branch information
2 people authored and crapStone committed Sep 2, 2022
1 parent 62b6b26 commit 30d89d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions webserver/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 webserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ types = { path = "../crates/types/" }
uuid = { version = "1.1.2", features = ["serde", "v4"] }
warp = "0.3.2"
structopt = "0.3.26"
once_cell = "1.13.1"
once_cell = "1.14.0"

[features]
portable = [ "config/portable" ]
Expand Down

0 comments on commit 30d89d0

Please sign in to comment.