From af26e4a22c839dc5748dafb35a737460f6b2bd10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 06:43:37 +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 a22204a5..0df688e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -666,9 +666,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 8f878a00..9f75460b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ walkdir = "2.4.0" jsonwebtoken = { version = "9.2.0", default-features = false } serde = { version = "1.0.193", features = ["derive"] } anyhow = "1.0.75" -once_cell = "1.18.0" +once_cell = "1.19.0" serde_json = "1.0.108" tracing = { version = "0.1.40", features = ["release_max_level_debug"] } tracing-subscriber = "0.3.18"