From 5f96858d762579ede88c75decbb650a4653070c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 17:12:44 -0300 Subject: [PATCH] build(deps): bump clap from 4.3.10 to 4.3.19 in /rust (#1838) Bumps [clap](https://github.com/clap-rs/clap) from 4.3.10 to 4.3.19.
Release notes

Sourced from clap's releases.

v4.3.19

[4.3.19] - 2023-07-21

Fixes

v4.3.18

[4.3.18] - 2023-07-21

Fixes

v4.3.17

[4.3.17] - 2023-07-19

Fixes

v4.3.16

[4.3.16] - 2023-07-18

Fixes

v4.3.15

[4.3.15] - 2023-07-18

Features

Documentation

v4.3.14

[4.3.14] - 2023-07-17

Features

Fixes

... (truncated)

Changelog

Sourced from clap's changelog.

[4.3.19] - 2023-07-21

Fixes

[4.3.18] - 2023-07-21

Fixes

[4.3.17] - 2023-07-19

Fixes

[4.3.16] - 2023-07-18

Fixes

[4.3.15] - 2023-07-18

Features

Documentation

[4.3.14] - 2023-07-17

Features

Fixes

[4.3.13] - 2023-07-17

[4.3.12] - 2023-07-14

Fixes

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.3.10&new-version=4.3.19)](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 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> --- rust/Cargo.lock | 12 ++++++------ rust/relay/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d79f13bc7..ef019af07 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -645,9 +645,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.10" +version = "4.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a" +checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d" dependencies = [ "clap_builder", "clap_derive", @@ -656,9 +656,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.10" +version = "4.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d" +checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1" dependencies = [ "anstream", "anstyle", @@ -668,9 +668,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.3.2" +version = "4.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f" +checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050" dependencies = [ "heck", "proc-macro2", diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index fc5f8c986..9e029582e 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = "1.0.72" -clap = { version = "4.3.2", features = ["derive", "env"] } +clap = { version = "4.3.19", features = ["derive", "env"] } bytecodec = "0.4.15" futures = "0.3.28" hex = "0.4.3"