From 155494bdeb9af40f86c2427a662724c7d7d5d4a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 00:44:59 +0000 Subject: [PATCH] chore(deps): update rust crate serde to 1.0.167 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d07c16a..1ff1653 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ default = [] [dependencies] # Public dependencies (Present in the public API) -serde = { version = "1.0.164", features = ["derive"], optional = true } +serde = { version = "1.0.167", features = ["derive"], optional = true } [dev-dependencies] serde_yaml = { version = "0.9.22", default-features = false }