From da1da89e6cb5c5e62c8fa4aa060be875e691046e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:54:40 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.214 --- git-fast-import/Cargo.toml | 2 +- internal/state/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git-fast-import/Cargo.toml b/git-fast-import/Cargo.toml index a883385..76d7447 100644 --- a/git-fast-import/Cargo.toml +++ b/git-fast-import/Cargo.toml @@ -10,5 +10,5 @@ license = "Apache-2.0" derive_more = "0.99.17" nom = "7.1.0" rev_lines = "0.2.1" -serde = "1.0.136" +serde = "1.0.214" thiserror = "1.0.30" diff --git a/internal/state/Cargo.toml b/internal/state/Cargo.toml index 4a6c2a9..37df537 100644 --- a/internal/state/Cargo.toml +++ b/internal/state/Cargo.toml @@ -9,7 +9,7 @@ bincode = "1.3.3" derive_more = "0.99.17" git-fast-import = { path = "../../git-fast-import" } log = "0.4.14" -serde = { version = "1.0.136", features = ["derive", "rc"] } +serde = { version = "1.0.214", features = ["derive", "rc"] } speedy = "0.8.1" thiserror = "1.0.30" tokio = { version = "1.16.1", features = ["io-util", "sync"] }