From 89c422b07a31fc8fe669abb7d803847882bf6d4d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 9 Jan 2024 01:00:22 +0000
Subject: [PATCH] chore(deps): Bump clap from 4.4.12 to 4.4.13 (#104)
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.12 to 4.4.13.
Release notes
Sourced from clap's
releases.
v4.4.13
[4.4.13] - 2024-01-04
Documentation
- Fix link to structopt migration guide
Changelog
Sourced from clap's
changelog.
[4.4.13] - 2024-01-04
Documentation
- Fix link to structopt migration guide
Commits
2ab48b2
chore: Release
7a06a8c
docs: Update changelog
cca190e
docs: Correct link to StructOpt migration guide
5c31f45
Merge pull request #5281
from Manishearth/safety-docs
ddae7e6
Correct safety docs
48d28aa
chore: Release
748ce18
docs: Update changelog
adbe6ec
Merge pull request #5278
from henry-hsieh/fix-nosort
2b48858
fix: Skip nosort option below bash 4.4
777b744
Merge pull request #5277
from clap-rs/renovate/actions-setup-python-5.x
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.4.12&new-version=4.4.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 4443a8f..ffe50b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -100,9 +100,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "4.4.12"
+version = "4.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d"
+checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642"
dependencies = [
"clap_builder",
"clap_derive",
diff --git a/Cargo.toml b/Cargo.toml
index 589fb09..63f2d35 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ homepage = "https://github.com/Piturnah/gex"
[dependencies]
anyhow = "1.0.78"
-clap = { version = "4.4.12", features = ["cargo", "derive"] }
+clap = { version = "4.4.13", features = ["cargo", "derive"] }
crossterm = { version = "0.27.0", features = ["serde"] }
dirs = "5.0.1"
git2 = { version = "0.18.1", default-features = false }