We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64f73a1 + b56a30a commit 458c619Copy full SHA for 458c619
1 file changed
Cargo.toml
@@ -13,13 +13,13 @@ readme = "README.md"
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
15
[dependencies]
16
-chrono = "0.4"
17
-chrono-tz = "0.10"
+chrono = "0.4.41"
+chrono-tz = "0.10.4"
18
lazy_static = "1.5.0"
19
20
[dev-dependencies]
21
-test-case = "3.3"
22
-criterion = "0.5.1"
+test-case = "3.3.1"
+criterion = "0.7.0"
23
24
[[bench]]
25
name = "benchmark"
0 commit comments