From 83c7938a2314b3b85b61e10ee39f3c7d8c315d38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 15:54:42 +0000 Subject: [PATCH] fix(deps): update rust crate once_cell to 1.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63c834a..4fffb9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ tokio = { version = "1.18.2", features = ["full"] } log = "0.4.17" serde = "1.0.137" toml = "0.5.9" -once_cell = "1.12.0" +once_cell = "1.15.0" sentry = "0.26.0" reqwest = { version = "0.11", features = ["json"] } ansi_term = "*"