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.18.0 (#1932)
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.17.1` -> `1.18.0` |

---

### Release Notes

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

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

[Compare Source](matklad/once_cell@v1.17.2...v1.18.0)

-   `MSRV` is updated to 1.60.0 to take advantage of `dep:` syntax for cargo features,
    removing "implementation details" from publicly visible surface.

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

[Compare Source](matklad/once_cell@v1.17.1...v1.17.2)

-   Avoid unnecessary synchronization in `Lazy::{force,deref}_mut()`, [#&#8203;231](matklad/once_cell#231).

</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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1932
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 Jun 12, 2023
1 parent 7d8ebea commit d788199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] }
uuid = { version = "1.3.3", features = ["v4"] }
warp = { version = "0.3.5", default-features = false, features = ["compression"] }
structopt = "0.3.26"
once_cell = "1.17.1"
once_cell = "1.18.0"

config = { path = "../crates/config/", features = [ "webserver" ]}
load_save = { path = "../crates/load_save/" }
Expand Down

0 comments on commit d788199

Please sign in to comment.