From 14fca78d7b38dc6d73c043e61c4f9b0f9e195953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 01:24:18 +0000 Subject: [PATCH] chore(deps): update chrono requirement from =0.4.39 to =0.4.40 Updates the requirements on [chrono](https://github.com/chronotope/chrono) to permit the latest version. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.39...v0.4.39) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abd292c077..06fcec5771 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ strum = { version = "0.26"} # "stdlib" bytes = { version = "1" } -chrono = { version = "=0.4.39", default-features = false, features = ["clock"] } +chrono = { version = "=0.4.40", default-features = false, features = ["clock"] } tracing = { version = "0.1", features = ["log"] } regex = { version = "1" } thiserror = { version = "2" }