Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 0b4aca9

Browse files
Bump flate2 from 1.0.14 to 1.0.16
Bumps [flate2](https://github.com/alexcrichton/flate2-rs) from 1.0.14 to 1.0.16. - [Release notes](https://github.com/alexcrichton/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.0.14...1.0.16) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9477070 commit 0b4aca9

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

create/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ authors = ["CoBloX developers <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
flate2 = "1.0.14"
8+
flate2 = "1.0.16"
99
structopt = "0.3"
1010
tar = "0.4"
1111
tokio = { version = "0.2", features = ["fs", "io-util"] }
1212
tokio-compat = "0.1"
1313

1414
[build-dependencies]
1515
anyhow = "1.0.31"
16-
flate2 = "1.0.14"
16+
flate2 = "1.0.16"
1717
ignore = "0.4.16"
1818
tar = "0.4.29"
1919

0 commit comments

Comments
 (0)