From 8b23722c84094a7a18951ae6797ca9edf6fa7189 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:28:45 +0000 Subject: [PATCH] fix(deps): update rust crate once_cell to 1.20.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15f1289..522eb28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ diesel = {version = "2.1.6", features = ["postgres"]} diesel_migrations = "2.2.0" lazy_static = "1.4.0" num_cpus = "1.16.0" -once_cell = "1.19.0" +once_cell = "1.20.2" regex = "1.10.4" reqwest = {version = "0.12.4", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false} rocket = {git = "https://github.com/SergioBenitez/Rocket"}