From e037bdaa38e13eacab8732720b74052b2b53c730 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 04:11:07 +0000 Subject: [PATCH] fix(deps): update rust crate serde to 1.0.189 --- packages/packsquash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/packsquash/Cargo.toml b/packages/packsquash/Cargo.toml index 045cc751a..3a782c8d9 100644 --- a/packages/packsquash/Cargo.toml +++ b/packages/packsquash/Cargo.toml @@ -27,7 +27,7 @@ tokio-util = { version = "0.7.9", default-features = false, features = ["codec", tokio-stream = { version = "0.1.14", default-features = false } futures = { version = "0.3.28", default-features = false } -serde = { version = "1.0.188", features = ["derive"] } +serde = { version = "1.0.189", features = ["derive"] } serde_json = "1.0.107" json_comments = "0.2.1"