From e3b383bdea43fdeb7999330be683916d30c9cbd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 20:57:06 +0000 Subject: [PATCH] chore(deps): update rust crate serde to 1.0.197 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 167388b..14f4ace 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ winnow = "0.4.7" [dev-dependencies] rstest = "0.18.2" insta = { version = "1.31.0", features = ["yaml"] } -serde = "1.0.171" +serde = "1.0.197" itertools = "0.11.0" [profile.dev.package.insta]