From 41080ae3ce619accbe89f730723f285f33172ab8 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Mon, 4 Jul 2022 13:22:53 +0200 Subject: [PATCH] Update Rust crate once_cell to 1.12.1 (#1447) 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 | patch | `1.12.0` -> `1.12.1` | --- ### Release Notes
matklad/once_cell ### [`v1.12.1`](https://github.com/matklad/once_cell/blob/HEAD/CHANGELOG.md#​1121) [Compare Source](https://github.com/matklad/once_cell/compare/v1.12.0...v1.12.1) - Remove incorrect `debug_assert`.
--- ### 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, click this checkbox. --- 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/1447 Reviewed-by: 6543 <6543@noreply.codeberg.org> 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 063891f6a..24b8dedfc 100644 --- a/webserver/Cargo.lock +++ b/webserver/Cargo.lock @@ -942,9 +942,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" +checksum = "ac8b1a9b2518dc799a2271eff1688707eb315f0d4697aa6b0871369ca4c4da55" [[package]] name = "opaque-debug" diff --git a/webserver/Cargo.toml b/webserver/Cargo.toml index 66983b326..6c226ff52 100644 --- a/webserver/Cargo.toml +++ b/webserver/Cargo.toml @@ -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.12.0" +once_cell = "1.12.1" [features] portable = [ "config/portable" ]