From cc26e55af28baa6ab5571bd87f004bf431d56c22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:27:43 +0000 Subject: [PATCH] chore(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 5060da441..e9fcf3276 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1409,9 +1409,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[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 = "onig" diff --git a/Cargo.toml b/Cargo.toml index 13b997008..f88285a1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -299,7 +299,7 @@ notify = { version = "=6.0.1", features = ["macos_kqueue"] } num-bigint = "0.4.4" num-traits = "0.2.17" number_prefix = "0.4" -once_cell = "1.18.0" +once_cell = "1.19.0" onig = { version = "~6.4", default-features = false } parse_datetime = "0.5.0" phf = "0.11.2"