From 4518acc881932b39cfe457fdf0c9d3c27ed1abbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 19:41:54 +0000 Subject: [PATCH] fix(deps): update rust crate serde to 1.0.158 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63c834a..b9bee0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ authors = ["Noel "] fern = "0.6.1" tokio = { version = "1.18.2", features = ["full"] } log = "0.4.17" -serde = "1.0.137" +serde = "1.0.158" toml = "0.5.9" once_cell = "1.12.0" sentry = "0.26.0"