From 91c1caed83a6bed32aaa37c52c1c5cd66a1a20e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 05:15:49 +0000 Subject: [PATCH] fix(deps): update rust crate serde to 1.0.138 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63c834a..675d344 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.138" toml = "0.5.9" once_cell = "1.12.0" sentry = "0.26.0"