Skip to content

Commit 245ee6e

Browse files
authored
Merge pull request #203 from matrix-org/dependabot/cargo/duration-str-0.13
build(deps): update duration-str requirement from 0.11 to 0.13
2 parents 9b52fa4 + 7800a6c commit 245ee6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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", optional = true, default-features = false }
61+
duration-str = { version = ">=0.11, <0.14", optional = true, default-features = false }
6262

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

0 commit comments

Comments
 (0)