From 02913d0ef03a0a43b1f84596d340c7704347ead4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 02:20:47 +0000 Subject: [PATCH] chore(deps): update rust crate serde to 1.0.194 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1386e77..23dcdc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ default = [] [dependencies] # Public dependencies (Present in the public API) -serde = { version = "1.0.193", features = ["derive"], optional = true } +serde = { version = "1.0.194", features = ["derive"], optional = true } [dev-dependencies] serde_yaml = { version = "0.9.29", default-features = false }