From 29284a482dfe8bef7152fda279290bd48c1d0bdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 03:54:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20chrono=20to=200.4?= =?UTF-8?q?.34?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zvariant/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zvariant/Cargo.toml b/zvariant/Cargo.toml index 62b0313ef..5ae1dab87 100644 --- a/zvariant/Cargo.toml +++ b/zvariant/Cargo.toml @@ -31,7 +31,7 @@ static_assertions = "1.1.0" uuid = { version = "1.2.1", features = ["serde"], optional = true } url = { version = "2.3.1", features = ["serde"], optional = true } time = { version = "0.3.16", features = ["serde"], optional = true } -chrono = { version = "0.4.23", features = [ +chrono = { version = "0.4.34", features = [ "serde", ], default-features = false, optional = true }