From 42fa2d53491ba25dc8cee90a4997a5ba53cfdebf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 01:10:24 +0000 Subject: [PATCH] fix(deps): update rust crate once_cell to 1.20.3 (#230) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d86362f..ee02608 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1359,9 +1359,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.2" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" [[package]] name = "overload" diff --git a/Cargo.toml b/Cargo.toml index 6137e66..5415866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ diesel = {version = "2.2.7", features = ["postgres"]} diesel_migrations = "2.2.0" lazy_static = "1.5.0" num_cpus = "1.16.0" -once_cell = "1.20.2" +once_cell = "1.20.3" regex = "1.11.1" reqwest = {version = "0.12.12", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false} rocket = {git = "https://github.com/SergioBenitez/Rocket"}