Skip to content

Commit b52012b

Browse files
pacman82mklein
and
mklein
authoredJul 28, 2020
update dependencies rust-1.45.0 (#33)
Co-authored-by: mklein <markus.klein@jda.com>
1 parent 91fd2a4 commit b52012b

File tree

2 files changed

+184
-167
lines changed

2 files changed

+184
-167
lines changed
 

‎Cargo.lock

+182-165
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
@@ -20,14 +20,14 @@ structopt = "0.3.15"
2020
# Use patched version until upstream fixed is merged.
2121
# https://github.com/tafia/quick-xml/pull/220
2222
quick-xml = { git = "https://github.com/pacman82/quick-xml.git" }
23-
flate2 = "1.0.14"
23+
flate2 = "1.0.16"
2424
atty = "0.2.14"
2525
humantime = "2.0.1"
2626

2727
[dev-dependencies]
2828
tempfile = "3.1.0"
2929
assert_cmd = "1.0.1"
30-
criterion = "0.3.2"
30+
criterion = "0.3.3"
3131

3232
[[bench]]
3333
name = "benchmark"

0 commit comments

Comments
 (0)
Please sign in to comment.