Skip to content

Commit 458c619

Browse files
authored
Merge pull request #11 from gpgkd906/upgrade-dependencies
Upgrade dependencies
2 parents 64f73a1 + b56a30a commit 458c619

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ readme = "README.md"
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
chrono = "0.4"
17-
chrono-tz = "0.10"
16+
chrono = "0.4.41"
17+
chrono-tz = "0.10.4"
1818
lazy_static = "1.5.0"
1919

2020
[dev-dependencies]
21-
test-case = "3.3"
22-
criterion = "0.5.1"
21+
test-case = "3.3.1"
22+
criterion = "0.7.0"
2323

2424
[[bench]]
2525
name = "benchmark"

0 commit comments

Comments
 (0)