From a33b251f0ac00ba83c906cee50cd1117a69208d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 18:12:19 +0000 Subject: [PATCH] chore(deps): update rust crate serde to 1.0.190 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36e79af..152ce02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ authors = ["Filippo Vissani ", "Leonardo Micell [dependencies] rand = "0.8.5" -serde = { version = "1.0.130", features = ["derive"] } +serde = { version = "1.0.190", features = ["derive"] } serde_json = "1.0.107" \ No newline at end of file