Skip to content

Commit 8685a3e

Browse files
Bump flate2 from 1.1.4 to 1.1.5
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.4...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] <[email protected]>
1 parent a74a3c0 commit 8685a3e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

samply/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tempfile = "3.13"
3434
uuid = { version = "1.11", features = ["v4"] }
3535
percent-encoding = "2.1.0"
3636
libc = "0.2"
37-
flate2 = "1.0"
37+
flate2 = "1.1"
3838
opener = { version = "0.8", default-features = false }
3939
rand = "0.9"
4040
nix-base32 = "0.2.0"
@@ -64,7 +64,7 @@ crossbeam-channel = "0.5.15"
6464

6565
mach2 = "0.5"
6666
lazy_static = "1.5.0"
67-
flate2 = "1.0"
67+
flate2 = "1.1"
6868
sysctl = "0.7.1"
6969
plist = "1.7.0"
7070

tools/benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ anyhow = "1"
1818
tempfile = "3.10.1"
1919
futures = "0.3.5"
2020
cab = "0.6.0"
21-
flate2 = "1.0"
21+
flate2 = "1.1"
2222
tar = "0.4.41"
2323
bzip2 = "0.6.0"

wholesym/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ core-foundation = "0.10"
5959
# So this is a (somewhat brittle) way to turn on the zlib-rs feature in
6060
# async-compression's use of flate2.
6161
[dependencies.flate2]
62-
version = "1.0.17"
62+
version = "1.1.5"
6363
features = ["zlib-rs"]
6464

6565
[dev-dependencies]

0 commit comments

Comments
 (0)