Skip to content

Commit 79f3996

Browse files
Bump flate2 from 1.1.2 to 1.1.5 (#25)
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.2 to 1.1.5. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.2...1.1.5) --- updated-dependencies: - dependency-name: flate2 dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 004ecdb commit 79f3996

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
trayicon = "0.3.0"
10-
flate2 = "1.0"
10+
flate2 = "1.1"
1111

1212

1313
[target.'cfg(windows)'.dependencies]
@@ -38,7 +38,7 @@ codegen-units = 1 # Reduce code generation units
3838
panic = "abort" # Reduce panic code size
3939

4040
[build-dependencies]
41-
flate2 = "1.0"
41+
flate2 = "1.1"
4242

4343
[target.'cfg(windows)'.build-dependencies]
4444
winres = "0.1"

0 commit comments

Comments
 (0)