From efffbf6fd833401d1b154e4ee36b1b8696dd757c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 23:03:28 +0000 Subject: [PATCH] fix(deps): update rust crate once_cell to 1.18.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 225de37..8a508d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ actix-web = { version = "4" } mangadex-api-schema-rust = { version = "0.4.1", default-features = false, features = ["serialize"] } mangadex-api-types-rust = { version = "0.4", default-features = false } log = "^0.4.20" -once_cell = "1.17.0" +once_cell = "1.18.0" fern = "0.6.2" futures = { version = "0.3.28" } actix = { version = "0.13.0", optional = true}