From c0a2e69795583d7c6cd10919635ac09578d4f413 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 13:22:34 +0000 Subject: [PATCH] fix(deps): update rust crate serde to 1.0.160 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63c834a..8f7e433 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.160" toml = "0.5.9" once_cell = "1.12.0" sentry = "0.26.0"