Skip to content

Commit 4731e72

Browse files
committed
Dependency updates
1 parent d33334a commit 4731e72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stanza"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55
readme = "README.md"
66
authors = ["Emil Koutanov"]
@@ -13,9 +13,9 @@ exclude = ["/images", "/bin", "/.idea", "/.github", "/coverage", "/doc", "/examp
1313
[dependencies]
1414

1515
[dev-dependencies]
16-
chrono = "0.4.31"
17-
criterion = { version = "0.5.1", features = ["html_reports"] }
18-
terminal_size = "0.3.0"
16+
chrono = "0.4.41"
17+
criterion = { version = "0.6.0", features = ["html_reports"] }
18+
terminal_size = "0.4.2"
1919

2020
[[bench]]
2121
name = "paint_fancy"

0 commit comments

Comments
 (0)