mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
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] <support@github.com>
This commit is contained in:
parent
96b5431fa0
commit
dfc4c4fd7b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue