From c4fa0af44d213592a137a80297c6a67b18be01c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 18:05:32 +0000 Subject: [PATCH] fix(deps): update rust crate serde to 1.0.200 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4815a88..d245adf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "Contributing.md [dependencies] urlencoding = { version = "2.1.3", optional = true } -serde = { version = "1.0.199", features = ["derive"], optional = true } +serde = { version = "1.0.200", features = ["derive"], optional = true } thiserror = { version = "1.0.59", optional = true } num = { version = "0.4", optional = true } num-derive = { version = "0.4", optional = true }