Skip to content

Commit

Permalink
Merge pull request #31422 from MaterializeInc/dependabot/cargo/flate2…
Browse files Browse the repository at this point in the history
…-1.0.32

build(deps): bump flate2 from 1.0.24 to 1.0.32
  • Loading branch information
def- authored Feb 10, 2025
2 parents 292774f + 4b65f49 commit f06f71e
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 12 deletions.
27 changes: 21 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ skip = [
{ name = "thiserror", version = "1.0.61" },
{ name = "thiserror-impl", version = "1.0.61" },
{ name = "twox-hash", version = "1.6.3" },
{ name = "miniz_oxide", version = "0.5.4" },
]

# Use `tracing` instead.
Expand Down
2 changes: 1 addition & 1 deletion src/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chrono = { version = "0.4.39", 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.32"
itertools = "0.12.1"
mz-ore = { path = "../ore", features = ["test"] }
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion src/npm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
anyhow = "1.0.95"
flate2 = "1.0.24"
flate2 = "1.0.32"
hex = "0.4.3"
hex-literal = "0.3.4"
reqwest = { version = "0.11.13", features = ["blocking", "native-tls-vendored"] }
Expand Down
2 changes: 1 addition & 1 deletion src/prof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true
[dependencies]
anyhow = "1.0.95"
backtrace = "0.3.66"
flate2 = "1.0.24"
flate2 = "1.0.32"
jemalloc_pprof = { version = "0.6", optional = true }
pprof_util = "0.6"
mz-ore = { path = "../ore", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion src/testdrive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ byteorder = "1.5"
bytes = "1.3.0"
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
clap = { version = "4.5.23", features = ["derive"] }
flate2 = "1.0.24"
flate2 = "1.0.32"
futures = "0.3.25"
globset = "0.4.14"
hex = "0.4.3"
Expand Down
4 changes: 2 additions & 2 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ digest = { version = "0.10.6", features = ["mac", "std"] }
either = { version = "1.8.0" }
event-listener = { version = "5.4.0" }
event-listener-strategy = { version = "0.5.2" }
flate2 = { version = "1.0.24", features = ["zlib"] }
flate2 = { version = "1.0.32", features = ["zlib"] }
form_urlencoded = { version = "1.2.1" }
futures-channel = { version = "0.3.30", features = ["sink"] }
futures-core = { version = "0.3.31" }
Expand Down Expand Up @@ -183,7 +183,7 @@ digest = { version = "0.10.6", features = ["mac", "std"] }
either = { version = "1.8.0" }
event-listener = { version = "5.4.0" }
event-listener-strategy = { version = "0.5.2" }
flate2 = { version = "1.0.24", features = ["zlib"] }
flate2 = { version = "1.0.32", features = ["zlib"] }
form_urlencoded = { version = "1.2.1" }
futures-channel = { version = "0.3.30", features = ["sink"] }
futures-core = { version = "0.3.31" }
Expand Down

0 comments on commit f06f71e

Please sign in to comment.