From fb9be2f5d2b483e36313aa838534d82a855ecc11 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 3 Nov 2025 18:05:10 +0100
Subject: [PATCH] chore(deps): bump the rust-dependencies group across 1
directory with 4 updates (#738)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the rust-dependencies group with 4 updates in the / directory:
[zopfli](https://github.com/zopfli-rs/zopfli),
[indexmap](https://github.com/indexmap-rs/indexmap),
[libdeflater](https://github.com/libdeflater/libdeflater) and
[clap](https://github.com/clap-rs/clap).
Updates `zopfli` from 0.8.2 to 0.8.3
Release notes
Sourced from zopfli's
releases.
v0.8.3
What's Changed
New Contributors
Full Changelog: https://github.com/zopfli-rs/zopfli/compare/v0.8.2...v0.8.3
Commits
91a34e5
Bump Zopfli version to 0.8.3 🎉
684d9da
docs: better describe what the nightly feature does
5b539d0
chore: update dependencies
8106f7e
Add DeflateEncoder::get_ref/get_mut (#69)
c6c7a42
chore(deps): update actions/checkout action to v5 (#68)
0b5a4c9
chore: remove dependency on removed nightly feature
aacd1aa
chore: fix new Clippy lint
1652084
chore: update dependencies
b8d149a
ci: drop usage of cargo nono
812da6d
chore(deps): update rust crate proptest-derive to 0.6.0 (#66)
- Additional commits viewable in compare
view
Updates `indexmap` from 2.11.4 to 2.12.0
Changelog
Sourced from indexmap's
changelog.
2.12.0 (2025-10-17)
- MSRV: Rust 1.82.0 or later is now required.
- Updated the
hashbrown dependency to 0.16 alone.
- Error types now implement
core::error::Error.
- Added
pop_if methods to IndexMap and
IndexSet, similar to the
method for Vec added in Rust 1.86.
Commits
0e68f8a
Merge pull request #422
from cuviper/msrv-1.82
61c9c94
ci: only run full miri in the merge queue
db43f19
Release 2.12.0
b46a32a
Move more to the lints table
4849b16
Make use of RFC2145 type privacy for sealed traits
cfff4b7
Use bounds in associated type position
c7178d7
Use core::error::Error
76b459b
Use more precise capturing for some impl Trait
b3d9cc3
Use the primitive slice's is_sorted methods
09db3cc
Use inherent usize::div_ceil
- Additional commits viewable in compare
view
Updates `libdeflater` from 1.24.0 to 1.25.0
Changelog
Sourced from libdeflater's
changelog.
[1.25.0]
Commits
Updates `clap` from 4.5.48 to 4.5.51
Release notes
Sourced from clap's
releases.
v4.5.51
[4.5.51] - 2025-10-29
Fixes
- (help) Correctly calculate padding for short flags that
take a value
- (help) Don't panic on short flags using
ArgAction::Count
v4.5.50
[4.5.50] - 2025-10-20
Features
- Accept
Cow where String and
&str are accepted
Changelog
Sourced from clap's
changelog.
[4.5.51] - 2025-10-29
Fixes
- (help) Correctly calculate padding for short flags that
take a value
- (help) Don't panic on short flags using
ArgAction::Count
[4.5.50] - 2025-10-20
Features
- Accept
Cow where String and
&str are accepted
[4.5.49] - 2025-10-13
Fixes
- (help) Correctly wrap when ANSI escape codes are
present
Commits
b49dae2
chore: Release
d37b0b5
docs: Update changelog
3398b6a
Merge pull request #6009
from gtema/complete_try_generate
21fc9e4
feat(clap-complete): Introduce fallible generator
bd01bdc
Merge pull request #6012
from epage/sub
ed0c63d
docs(derive): Specify arg_required_else_help is set for users
e2188d9
chore(deps): Update Rust Stable to v1.87 (#6004)
e01f2b7
docs: Cleanup unused links
6b12a81
chore: Release
8dd92a7
docs: Update changelog
- Additional commits viewable in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 24 ++++++++++++------------
Cargo.toml | 8 ++++----
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 19110c15..f8cdfef8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -118,18 +118,18 @@ checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
[[package]]
name = "clap"
-version = "4.5.48"
+version = "4.5.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
+checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.48"
+version = "4.5.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
+checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
dependencies = [
"anstream",
"anstyle",
@@ -306,9 +306,9 @@ dependencies = [
[[package]]
name = "indexmap"
-version = "2.11.4"
+version = "2.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
+checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
dependencies = [
"equivalent",
"hashbrown",
@@ -329,9 +329,9 @@ checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
[[package]]
name = "libdeflate-sys"
-version = "1.24.0"
+version = "1.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "805824325366c44599dfeb62850fe3c7d7b3e3d75f9ab46785bc7dba3676815c"
+checksum = "23bd6304ebf75390d8a99b88bdf2a266f62647838140cb64af8e6702f6e3fddc"
dependencies = [
"cc",
"pkg-config",
@@ -339,9 +339,9 @@ dependencies = [
[[package]]
name = "libdeflater"
-version = "1.24.0"
+version = "1.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b270bcc7e9d6dce967a504a55b1b0444f966aa9184e8605b531bc0492abb30bb"
+checksum = "d5d4880e6d634d3d029d65fa016038e788cc728a17b782684726fb34ee140caf"
dependencies = [
"libdeflate-sys",
]
@@ -668,9 +668,9 @@ dependencies = [
[[package]]
name = "zopfli"
-version = "0.8.2"
+version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7"
+checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
dependencies = [
"bumpalo",
"crc32fast",
diff --git a/Cargo.toml b/Cargo.toml
index 2024aeba..31212c21 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,10 +38,10 @@ name = "zopfli"
required-features = ["zopfli"]
[dependencies]
-zopfli = { version = "0.8.2", optional = true, default-features = false, features = ["std", "zlib"] }
+zopfli = { version = "0.8.3", optional = true, default-features = false, features = ["std", "zlib"] }
rgb = "0.8.52"
-indexmap = "2.11.4"
-libdeflater = "1.24.0"
+indexmap = "2.12.0"
+libdeflater = "1.25.0"
log = "0.4.28"
bitvec = "1.0.1"
rustc-hash = "2.1.1"
@@ -66,7 +66,7 @@ version = "1.11.0"
[dependencies.clap]
optional = true
-version = "4.5.48"
+version = "4.5.51"
features = ["wrap_help"]
[dependencies.parse-size]