Skip to content

Commit 2f1e6cf

Browse files
Markus Kleinpacman82
Markus Klein
authored andcommittedMay 8, 2020
Update dependencies
1 parent b97f352 commit 2f1e6cf

File tree

2 files changed

+189
-190
lines changed

2 files changed

+189
-190
lines changed
 

‎Cargo.lock

+187-188
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ csv = "1.1.3"
1616
indicatif = "0.14.0"
1717
strum = "0.18.0"
1818
strum_macros = "0.18.0"
19-
structopt = "0.3.12"
19+
structopt = "0.3.14"
2020
quick-xml = "0.18.1"
2121
flate2 = "1.0.14"
2222
atty = "0.2.14"
@@ -25,7 +25,7 @@ humantime = "2.0.0"
2525
[dev-dependencies]
2626
tempfile = "3.1.0"
2727
assert_cmd = "1.0.1"
28-
criterion = "0.3.1"
28+
criterion = "0.3.2"
2929

3030
[[bench]]
3131
name = "benchmark"

0 commit comments

Comments
 (0)
Please sign in to comment.