build(deps): bump libflate from 2.0.0 to 2.1.0 in the cargo-minor group

Bumps the cargo-minor group with 1 update: [libflate](https://github.com/sile/libflate).


Updates `libflate` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/sile/libflate/releases)
- [Commits](https://github.com/sile/libflate/compare/2.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: libflate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-30 12:53:19 +00:00 committed by TÖRÖK Attila
parent e89869660f
commit cca6c13710
2 changed files with 12 additions and 21 deletions

31
Cargo.lock generated
View File

@ -2110,7 +2110,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d4a9d8c3c1ef4301b8afc383e53e102a13f9947da2181bf82828480dcc5165"
dependencies = [
"gc-arena-derive",
"hashbrown 0.14.5",
"hashbrown",
"sptr",
]
@ -2344,7 +2344,7 @@ checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c"
dependencies = [
"bitflags 2.5.0",
"gpu-descriptor-types",
"hashbrown 0.14.5",
"hashbrown",
]
[[package]]
@ -2404,15 +2404,6 @@ dependencies = [
"wide",
]
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash",
]
[[package]]
name = "hashbrown"
version = "0.14.5"
@ -2704,7 +2695,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
"equivalent",
"hashbrown 0.14.5",
"hashbrown",
"serde",
]
@ -2906,9 +2897,9 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
[[package]]
name = "libflate"
version = "2.0.0"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f7d5654ae1795afc7ff76f4365c2c8791b0feb18e8996a96adad8ffd7c3b2bf"
checksum = "45d9dfdc14ea4ef0900c1cddbc8dcd553fbaacd8a4a282cf4018ae9dd04fb21e"
dependencies = [
"adler32",
"core2",
@ -2919,12 +2910,12 @@ dependencies = [
[[package]]
name = "libflate_lz77"
version = "2.0.0"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be5f52fb8c451576ec6b79d3f4deb327398bc05bbdbd99021a6e77a4c855d524"
checksum = "e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d"
dependencies = [
"core2",
"hashbrown 0.13.2",
"hashbrown",
"rle-decode-fast",
]
@ -3070,7 +3061,7 @@ version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
dependencies = [
"hashbrown 0.14.5",
"hashbrown",
]
[[package]]
@ -4112,7 +4103,7 @@ version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eae2a1ebfecc58aff952ef8ccd364329abe627762f5bf09ff42eb9d98522479"
dependencies = [
"hashbrown 0.14.5",
"hashbrown",
"memchr",
]
@ -4271,7 +4262,7 @@ dependencies = [
"flv-rs",
"fnv",
"futures",
"hashbrown 0.14.5",
"hashbrown",
"id3",
"image 0.25.1",
"indexmap",

View File

@ -18,7 +18,7 @@ byteorder = "1.5"
encoding_rs = "0.8.34"
num-derive = { workspace = true }
num-traits = { workspace = true }
libflate = {version = "2.0", optional = true}
libflate = {version = "2.1", optional = true}
log = { workspace = true }
flate2 = { workspace = true, optional = true}
lzma-rs = {version = "0.3.0", optional = true }