From f7282df31c086df038a5af8eca12ea6ad3545735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 14:25:11 +0000 Subject: [PATCH] build(deps): bump flate2 from 1.0.24 to 1.0.25 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] --- Cargo.lock | 17 +++++++++++++---- src/avro/Cargo.toml | 2 +- src/npm/Cargo.toml | 2 +- src/testdrive/Cargo.toml | 2 +- src/workspace-hack/Cargo.toml | 4 ++-- 5 files changed, 18 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c85c58bc7061b..8e9bc92620b4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -708,7 +708,7 @@ dependencies = [ "cc", "cfg-if", "libc", - "miniz_oxide", + "miniz_oxide 0.5.1", "object", "rustc-demangle", ] @@ -2063,13 +2063,13 @@ checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e" [[package]] name = "flate2" -version = "1.0.24" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" +checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" dependencies = [ "crc32fast", "libz-sys", - "miniz_oxide", + "miniz_oxide 0.6.2", ] [[package]] @@ -3209,6 +3209,15 @@ dependencies = [ "adler", ] +[[package]] +name = "miniz_oxide" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" +dependencies = [ + "adler", +] + [[package]] name = "mio" version = "0.8.5" diff --git a/src/avro/Cargo.toml b/src/avro/Cargo.toml index 02f5e70879a01..5bd227f115f49 100644 --- a/src/avro/Cargo.toml +++ b/src/avro/Cargo.toml @@ -18,7 +18,7 @@ chrono = { version = "0.4.23", default-features = false, features = ["std"] } crc32fast = { version = "1.3.2", optional = true } digest = "0.10.6" enum-kinds = "0.5.1" -flate2 = "1.0.24" +flate2 = "1.0.25" itertools = "0.10.5" once_cell = "1.16.0" rand = "0.8.5" diff --git a/src/npm/Cargo.toml b/src/npm/Cargo.toml index c1581bdbee496..6e677cdf4fdb7 100644 --- a/src/npm/Cargo.toml +++ b/src/npm/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] anyhow = "1.0.66" -flate2 = "1.0.24" +flate2 = "1.0.25" hex = "0.4.3" hex-literal = "0.3.4" reqwest = { version = "0.11.13", features = ["blocking", "native-tls-vendored"] } diff --git a/src/testdrive/Cargo.toml b/src/testdrive/Cargo.toml index 70658863ae5f6..5b3be495c5b0c 100644 --- a/src/testdrive/Cargo.toml +++ b/src/testdrive/Cargo.toml @@ -19,7 +19,7 @@ byteorder = "1.4.3" bytes = "1.3.0" chrono = { version = "0.4.23", default-features = false, features = ["std"] } clap = { version = "3.2.20", features = ["derive"] } -flate2 = "1.0.24" +flate2 = "1.0.25" futures = "0.3.25" globset = "0.4.9" hex = "0.4.3" diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index fd1d927a1a5b0..6aee988d4b760 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -36,7 +36,7 @@ crypto-common = { version = "0.1.3", default-features = false, features = ["std" dec = { version = "0.4.8", default-features = false, features = ["serde"] } digest = { version = "0.10.6", features = ["mac", "std"] } either = { version = "1.8.0", features = ["serde"] } -flate2 = { version = "1.0.24", features = ["zlib"] } +flate2 = { version = "1.0.25", features = ["zlib"] } frunk_core = { version = "0.4.0", default-features = false, features = ["std"] } futures = { version = "0.3.25" } futures-channel = { version = "0.3.25", features = ["sink"] } @@ -133,7 +133,7 @@ crypto-common = { version = "0.1.3", default-features = false, features = ["std" dec = { version = "0.4.8", default-features = false, features = ["serde"] } digest = { version = "0.10.6", features = ["mac", "std"] } either = { version = "1.8.0", features = ["serde"] } -flate2 = { version = "1.0.24", features = ["zlib"] } +flate2 = { version = "1.0.25", features = ["zlib"] } frunk_core = { version = "0.4.0", default-features = false, features = ["std"] } futures = { version = "0.3.25" } futures-channel = { version = "0.3.25", features = ["sink"] }