From aa4043467570594c4f66b4dbc2dcadf13aac9f73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 08:16:37 +0000 Subject: [PATCH] chore(deps): update rust crate once_cell to 1.17.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9cf08533b..4ec1c0df5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -299,7 +299,7 @@ num_cpus = "1.14" num-bigint = "0.4.3" num-traits = "0.2.15" number_prefix = "0.4" -once_cell = "1.13.1" +once_cell = "1.17.1" onig = { version = "~6.4", default-features = false } ouroboros = "0.15.6" phf = "0.11.1"