From 26aaead07f83496ff0fae344723c059af0a3bea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 04:04:17 +0000 Subject: [PATCH] Update time requirement from =0.3.23 to =0.3.25 Updates the requirements on [time](https://github.com/time-rs/time) to permit the latest version. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.3.23...v0.3.25) --- updated-dependencies: - dependency-name: time 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 ba92390..65e5a1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ exclude = [ [dependencies] chrono = { version = "0.4.26", default-features = false, optional = true } serde = { version = "1.0.182", default-features = false, features = ["derive"], optional = true } -time = { version = "=0.3.23", default-features = false, features = ["macros"] } +time = { version = "=0.3.25", default-features = false, features = ["macros"] } [dev-dependencies] anyhow = "1.0.72"