Skip to content

Commit 6c9d932

Browse files
Bump flate2 from 1.0.24 to 1.0.25 (rust-lang#570)
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.24 to 1.0.25. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/commits/1.0.25) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81bd148 commit 6c9d932

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

Cargo.lock

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

crates/binstalk-downloader/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ binstalk-types = { version = "0.1.0", path = "../binstalk-types" }
1414
bytes = "1.3.0"
1515
bzip2 = "0.4.3"
1616
digest = "0.10.6"
17-
flate2 = { version = "1.0.24", default-features = false }
17+
flate2 = { version = "1.0.25", default-features = false }
1818
futures-util = { version = "0.3.25", default-features = false, features = ["std"] }
1919
generic-array = "0.14.6"
2020
httpdate = "1.0.2"

0 commit comments

Comments
 (0)