From b1e2cde48fe571b9d4cce83161edacf608ead8e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 00:10:07 +0000 Subject: [PATCH] fix(deps): update rust crate once_cell to 1.19 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15794b1..85f83c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ name = "echo" [dependencies] axum = { version = "0.6.20", features = ["json", "macros"] } clap = { version = "4", features = ["derive", "env"] } -once_cell = "1.18" +once_cell = "1.19" prometheus = "0.13" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"