From 020251d75a275920b7ed1fe4455e2fa3e4f4178c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 15 Jul 2024 09:13:20 +0000
Subject: [PATCH] Bump clap from 4.5.8 to 4.5.9 (#107)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.8 to 4.5.9.
Release notes
Sourced from clap's
releases.
v4.5.9
[4.5.9] - 2024-07-09
Fixes
- (error) When defining a custom help flag, be sure to
suggest it like we do the built-in one
Changelog
Sourced from clap's
changelog.
[4.5.9] - 2024-07-09
Fixes
- (error) When defining a custom help flag, be sure to
suggest it like we do the built-in one
Commits
3a2fb25
Merge pull request #5547
from tesuji/fish-list
1e3681b
refactor: Pass list to __fish_seen_subcommand_from
b1a0508
refactor: Rewrite iterator for followup changes
5cc44bb
Merge pull request #5548
from tesuji/fish-escape-tab
181b9e0
test: Ensure optional_value runs
0724b7b
chore: Remove tarpaulin support
8024254
chore: Update deps to fix nightly
b16f987
style: Escaping tab as \t for more readability for fish
cf151fd
Merge pull request #5542
from casey/exit-without-flushing
5da658c
Merge pull request #5541
from rustco/master
- 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.5.8&new-version=4.5.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
Co-authored-by: Max
---
Cargo.lock | 8 ++++----
src/idl2json_cli/Cargo.toml | 2 +-
src/yaml2candid_cli/Cargo.toml | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 1101518..b2dd758 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -241,9 +241,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "4.5.8"
+version = "4.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d"
+checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462"
dependencies = [
"clap_builder",
"clap_derive",
@@ -251,9 +251,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.5.8"
+version = "4.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708"
+checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942"
dependencies = [
"anstream",
"anstyle",
diff --git a/src/idl2json_cli/Cargo.toml b/src/idl2json_cli/Cargo.toml
index 835c45c..6ab0683 100644
--- a/src/idl2json_cli/Cargo.toml
+++ b/src/idl2json_cli/Cargo.toml
@@ -22,7 +22,7 @@ path = "src/main.rs"
anyhow = "1"
candid = { workspace = true }
candid_parser = { workspace = true }
-clap = { version = "4.5.8", features = [ "derive" ] }
+clap = { version = "4.5.9", features = [ "derive" ] }
fn-error-context = "0.2.1"
idl2json = { path = "../idl2json", version = "0.10.1", features = ["clap", "crypto"] }
serde_json = "^1.0"
diff --git a/src/yaml2candid_cli/Cargo.toml b/src/yaml2candid_cli/Cargo.toml
index d4eb4c9..b917bbe 100644
--- a/src/yaml2candid_cli/Cargo.toml
+++ b/src/yaml2candid_cli/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-clap = { version = "4.5.8", features = [ "derive" ] }
+clap = { version = "4.5.9", features = [ "derive" ] }
yaml2candid = { path = "../yaml2candid", version = "0.10.1" }
[build-dependencies]