We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5746029 commit 3b69da5Copy full SHA for 3b69da5
Cargo.toml
@@ -58,7 +58,7 @@ chrono = { version = "0.4.31", optional = true, default-features = false, featur
58
] }
59
chrono-tz = { version = ">=0.6, <0.11.0", optional = true }
60
chronoutil = { version = "0.2", optional = true }
61
-duration-str = { version = ">=0.11, <0.16", optional = true, default-features = false }
+duration-str = { version = ">=0.11, <0.18", optional = true, default-features = false }
62
63
[dev-dependencies.tokio]
64
version = "1.5"
0 commit comments