Skip to content

Commit 3b69da5

Browse files
build(deps): update duration-str requirement from >=0.11, <0.16 to >=0.11, <0.18
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](baoyachi/duration-str@v0.11.0...v0.17.0) --- updated-dependencies: - dependency-name: duration-str dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5746029 commit 3b69da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ chrono = { version = "0.4.31", optional = true, default-features = false, featur
5858
] }
5959
chrono-tz = { version = ">=0.6, <0.11.0", optional = true }
6060
chronoutil = { version = "0.2", optional = true }
61-
duration-str = { version = ">=0.11, <0.16", optional = true, default-features = false }
61+
duration-str = { version = ">=0.11, <0.18", optional = true, default-features = false }
6262

6363
[dev-dependencies.tokio]
6464
version = "1.5"

0 commit comments

Comments
 (0)