chore: bump flate2 from 1.0.23 to 1.0.24 (#25636)
* chore: bump flate2 from 1.0.23 to 1.0.24 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.23 to 1.0.24. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/commits) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
parent
b6994dcf0a
commit
27978c4d0c
|
@ -1403,13 +1403,11 @@ checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e"
|
|||
|
||||
[[package]]
|
||||
name = "flate2"
|
||||
version = "1.0.23"
|
||||
version = "1.0.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
|
||||
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"crc32fast",
|
||||
"libc",
|
||||
"miniz_oxide",
|
||||
]
|
||||
|
||||
|
|
|
@ -1211,13 +1211,11 @@ checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
|
|||
|
||||
[[package]]
|
||||
name = "flate2"
|
||||
version = "1.0.23"
|
||||
version = "1.0.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
|
||||
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"crc32fast",
|
||||
"libc",
|
||||
"miniz_oxide",
|
||||
]
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ bzip2 = "0.4.3"
|
|||
crossbeam-channel = "0.5"
|
||||
dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] }
|
||||
dir-diff = "0.3.2"
|
||||
flate2 = "1.0.23"
|
||||
flate2 = "1.0.24"
|
||||
fnv = "1.0.7"
|
||||
im = { version = "15.1.0", features = ["rayon", "serde"] }
|
||||
index_list = "0.2.7"
|
||||
|
|
|
@ -14,7 +14,7 @@ backoff = { version = "0.4.0", features = ["tokio"] }
|
|||
bincode = "1.3.3"
|
||||
bzip2 = "0.4.3"
|
||||
enum-iterator = "0.8.1"
|
||||
flate2 = "1.0.23"
|
||||
flate2 = "1.0.24"
|
||||
futures = "0.3.21"
|
||||
goauth = "0.13.0"
|
||||
log = "0.4.17"
|
||||
|
|
Loading…
Reference in New Issue