diff --git a/Cargo.lock b/Cargo.lock index 7dbaa3e008..47b3e0b338 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2520,9 +2520,9 @@ checksum = "cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499" [[package]] name = "flate2" -version = "1.0.27" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" +checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" dependencies = [ "crc32fast", "miniz_oxide", @@ -9505,8 +9505,8 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", - "rand 0.4.6", + "cfg-if 1.0.0", + "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 58d57d15b8..312382a888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -187,7 +187,7 @@ either = "1.9.0" expectorate = "1.1.0" fatfs = "0.3.6" filetime = "0.2.22" -flate2 = "1.0.27" +flate2 = "1.0.28" flume = "0.11.0" foreign-types = "0.3.2" fs-err = "2.9.0" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 45c6419d2a..8f9d11aa5c 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -35,7 +35,7 @@ crypto-common = { version = "0.1.6", default-features = false, features = ["getr diesel = { version = "2.1.1", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] } digest = { version = "0.10.7", features = ["mac", "oid", "std"] } either = { version = "1.9.0" } -flate2 = { version = "1.0.27" } +flate2 = { version = "1.0.28" } futures = { version = "0.3.28" } futures-channel = { version = "0.3.28", features = ["sink"] } futures-core = { version = "0.3.28" } @@ -128,7 +128,7 @@ crypto-common = { version = "0.1.6", default-features = false, features = ["getr diesel = { version = "2.1.1", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] } digest = { version = "0.10.7", features = ["mac", "oid", "std"] } either = { version = "1.9.0" } -flate2 = { version = "1.0.27" } +flate2 = { version = "1.0.28" } futures = { version = "0.3.28" } futures-channel = { version = "0.3.28", features = ["sink"] } futures-core = { version = "0.3.28" }