From dfc4c4fd7be49a1f680981dce6f2a2af245e9dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 08:37:31 +0000 Subject: [PATCH] chore(deps): bump getopts from 0.2.23 to 0.2.24 Bumps [getopts](https://github.com/rust-lang/getopts) from 0.2.23 to 0.2.24. - [Release notes](https://github.com/rust-lang/getopts/releases) - [Changelog](https://github.com/rust-lang/getopts/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/getopts/compare/v0.2.23...v0.2.24) --- updated-dependencies: - dependency-name: getopts dependency-version: 0.2.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b43f9c..00909a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,9 +245,9 @@ dependencies = [ [[package]] name = "getopts" -version = "0.2.23" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cba6ae63eb948698e300f645f87c70f76630d505f23b8907cf1e193ee85048c1" +checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" dependencies = [ "unicode-width", ] diff --git a/Cargo.toml b/Cargo.toml index 0895c4c..63af26e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = ["/tools", "/.github", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md configparser = "3.0" env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] } futures-util = "0.3" -getopts = "0.2.23" +getopts = "0.2.24" glob = "0.3" log = "0.4" mime_guess = "2.0"