From 5f814704c5a74ecb2fef18410ed7c923affee652 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:25:15 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20serde=5Frepr=20to?= =?UTF-8?q?=200.1.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc08310..47657e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tokio = ["zbus/tokio"] [dependencies] zbus = { version = "4", default-features = false } serde = { version = "1.0", features = ["derive"] } -serde_repr = "0.1.9" +serde_repr = "0.1.18" enumflags2 = { version = "0.7.7", features = ["serde"] } static_assertions = "1.1.0"