From 0436e9eb2b93d8938f0d5ff0d9e8b3e8d65d5be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 06:54:00 +0000 Subject: [PATCH 1/2] Update duration-str requirement from 0.8.0 to 0.9.1 Updates the requirements on [duration-str](https://github.com/baoyachi/duration-str) to permit the latest version. - [Release notes](https://github.com/baoyachi/duration-str/releases) - [Commits](https://github.com/baoyachi/duration-str/compare/v0.8.0...v0.9.1) --- updated-dependencies: - dependency-name: duration-str 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 d149029..99f8806 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ reqwest = { version = "0.12.0", features = ["json"] } lazy_static = "1.4.0" dashmap = "^5.5.3" uuid = { version = "1.7.0", features = ["v4"] } -duration-str = "0.8.0" +duration-str = "0.9.1" rand = "0.8" From 25c943d0fb1e18f5de6a18a106c0cb4fae23199a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 06:25:49 +0000 Subject: [PATCH 2/2] Update duration-str requirement from 0.9.1 to 0.10.0 Updates the requirements on [duration-str](https://github.com/baoyachi/duration-str) to permit the latest version. - [Release notes](https://github.com/baoyachi/duration-str/releases) - [Commits](https://github.com/baoyachi/duration-str/compare/v0.9.1...v0.10.0) --- updated-dependencies: - dependency-name: duration-str 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 99f8806..c78a1d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ reqwest = { version = "0.12.0", features = ["json"] } lazy_static = "1.4.0" dashmap = "^5.5.3" uuid = { version = "1.7.0", features = ["v4"] } -duration-str = "0.9.1" +duration-str = "0.10.0" rand = "0.8"