chore(deps): bump getopts from 0.2.21 to 0.2.23

Bumps [getopts](https://github.com/rust-lang/getopts) from 0.2.21 to 0.2.23.
- [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.21...v0.2.23)

---
updated-dependencies:
- dependency-name: getopts
  dependency-version: 0.2.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-09 10:43:51 +00:00 committed by Matt Brubeck
parent ac0f3a57a3
commit 6b5de4fbff
2 changed files with 5 additions and 5 deletions

View file

@ -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.21"
getopts = "0.2.23"
glob = "0.3"
log = "0.4"
mime_guess = "2.0"