From 513ce1145340a0f38f66efd8e0e39a67cd986f96 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Thu, 29 Dec 2022 18:05:02 +0000 Subject: [PATCH] Update Rust crate once_cell to 1.17.0 (#1696) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [once_cell](https://github.com/matklad/once_cell) | dependencies | minor | `1.16.0` -> `1.17.0` | --- ### Release Notes
matklad/once_cell ### [`v1.17.0`](https://github.com/matklad/once_cell/blob/HEAD/CHANGELOG.md#​1170) [Compare Source](https://github.com/matklad/once_cell/compare/v1.16.0...v1.17.0) - Add `race::OnceRef` for storing a `&'a T`.
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1696 Reviewed-by: crapStone Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- webserver/Cargo.lock | 4 ++-- webserver/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webserver/Cargo.lock b/webserver/Cargo.lock index d7974a0b9..f1c3fe7a3 100644 --- a/webserver/Cargo.lock +++ b/webserver/Cargo.lock @@ -958,9 +958,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" +checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "openssl" diff --git a/webserver/Cargo.toml b/webserver/Cargo.toml index 51a830e90..150f1998d 100644 --- a/webserver/Cargo.toml +++ b/webserver/Cargo.toml @@ -24,7 +24,7 @@ types = { path = "../crates/types/" } uuid = { version = "1.2.2", features = ["serde", "v4"] } warp = "0.3.3" structopt = "0.3.26" -once_cell = "1.16.0" +once_cell = "1.17.0" [features] portable = [ "config/portable" ]