From dd114d3e995ed2d645f5d761f98dfdf9db8b4a09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:13:15 +0000 Subject: [PATCH] fix(deps): update rust crate once_cell to 1.19.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f411a0..30292cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -817,9 +817,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "overload" diff --git a/Cargo.toml b/Cargo.toml index 8264838..b4ffdce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ diesel_logger = "0.3.0" diesel_migrations = "2.1.0" lazy_static = "1.4.0" num_cpus = "1.16.0" -once_cell = "1.18.0" +once_cell = "1.19.0" regex = "1.10.2" reqwest = {version = "0.11.22", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false} rocket = {git = "https://github.com/SergioBenitez/Rocket"}