From c350782667ed6f343beb9c3c10d7609de976a5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 03:21:15 +0000 Subject: [PATCH] Bump duration-str from 0.7.0 to 0.7.1 Bumps [duration-str](https://github.com/baoyachi/duration-str) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/baoyachi/duration-str/releases) - [Commits](https://github.com/baoyachi/duration-str/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: duration-str dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 684dc7de..1c633b40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -644,9 +644,9 @@ checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257" [[package]] name = "duration-str" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e172e85f305d6a442b250bf40667ffcb91a24f52c9a1ca59e2fa991ac9b7790" +checksum = "a8bb6a301a95ba86fa0ebaf71d49ae4838c51f8b84cb88ed140dfb66452bb3c4" dependencies = [ "chrono", "nom", diff --git a/Cargo.toml b/Cargo.toml index 10c27566..670e1492 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ argon2 = "0.5.2" eo = { git = "https://github.com/sorokya/eo", features = ["use_serde", "generate_protocol"] } rand = "0.8" evalexpr = "11.3.0" -duration-str = "0.7.0" +duration-str = "0.7.1" [target.'cfg(windows)'.build-dependencies] winres = "0.1"