🏡 index : ~doyle/titanirc.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-05-01 3:00:11.0 +00:00:00
committer GitHub <noreply@github.com> 2023-05-01 3:00:11.0 +00:00:00
commit
75103dfb12ac775edb64a4b9aac9b1df92312a02 [patch]
tree
79f97cc4cbed49d1abcd3691c987f0dad2d0267f
parent
9e9cbe3cd1309e977e8092658b12b00c9f2d5b69
download
75103dfb12ac775edb64a4b9aac9b1df92312a02.tar.gz

Bump clap from 4.1.4 to 4.1.11

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.4 to 4.1.11.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.1.4...v4.1.11)

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

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index c2bc795..d62b272 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -205,11 +205,11 @@ dependencies = [

[[package]]
name = "clap"
version = "4.1.4"
version = "4.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
checksum = "42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098"
dependencies = [
 "bitflags 1.3.2",
 "bitflags 2.0.2",
 "clap_derive",
 "clap_lex",
 "is-terminal",
@@ -220,9 +220,9 @@ dependencies = [

[[package]]
name = "clap_derive"
version = "4.1.0"
version = "4.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
checksum = "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644"
dependencies = [
 "heck",
 "proc-macro-error",