Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump clap from 2.33.3 to 3.1.8 #206

Merged
merged 1 commit into from
Apr 20, 2022
Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 20, 2022

Bumps clap from 2.33.3 to 3.1.8.

Release notes

Sourced from clap's releases.

v3.1.8

[3.1.8] - 2022-04-01

Fixes

  • Add Debug impls to more types

v3.1.7

[3.1.7] - 2022-03-31

Fixes

  • *(derive)* Abort, rather than ignore, when deriving ArgEnum` with non-unit unskipped variants

v3.1.6

[3.1.6] - 2022-03-07

Fixes

  • Don't panic when validating delimited defaults (#3541)
  • Make it clearer that cargo feature is needed
  • Documentation improvements

v3.1.5

[3.1.5] - 2022-03-02

Fixes

  • Dependency upgrade

v3.1.4

[3.1.4] - 2022-03-02

Features

  • (help) Show PossibleValue::help in long help (--help) (gated behind unstable-v4) (#3312)

v3.1.3

[3.1.3] - 2022-02-28

Fixes

  • Don't panic when validating delimited defaults (#3514)

v3.1.2

[3.1.2] - 2022-02-23

Fixes

  • (derive) Allow other attribute with a subcommand that has subcommands

... (truncated)

Changelog

Sourced from clap's changelog.

[3.1.8] - 2022-04-01

Fixes

  • Add Debug impls to more types

[3.1.7] - 2022-03-31

Fixes

  • (derive) Abort, rather than ignore, when deriving ArgEnum with non-unit unskipped variants

[3.1.6] - 2022-03-07

Fixes

  • Don't panic when validating delimited defaults (#3541)
  • Make it clearer that cargo feature is needed
  • Documentation improvements

[3.1.5] - 2022-03-02

Fixes

  • Dependency upgrade

[3.1.4] - 2022-03-02

Features

  • (help) Show PossibleValue::help in long help (--help) (gated behind unstable-v4) (#3312)

[3.1.3] - 2022-02-28

Fixes

  • Don't panic when validating delimited defaults (#3514)

[3.1.2] - 2022-02-23

Fixes

  • (derive) Allow other attribute with a subcommand that has subcommands

Documentation

  • (examples) List example topics
  • (derive) Clarify syntax and relation to builder API

[3.1.1] - 2022-02-21

... (truncated)

Commits
  • 08f7404 chore: Release
  • 6aa40ad docs: Update changelog
  • 732830a Merge pull request #3598 from dragonrider7225/bring-back-debug-impls
  • 17fed36 fix: Bring forward Debug impls from v2
  • c75d264 chore: Release
  • b774370 docs: Update changelog
  • 71ef887 Merge pull request #3591 from Shir0kamii/fix-ArgEnum-non-unit
  • fb4755d feat(derive): Don't abort when non-unit variant is skipped
  • ee3d12e fix(derive): Abort on non-unit variant
  • 06f855f Merge pull request #3582 from ducaale/fix-docs
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 20, 2022
@mergify mergify bot removed the automerge label Apr 20, 2022
@mergify
Copy link

mergify bot commented Apr 20, 2022

automerge label removed due to a CI failure

Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 3.1.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v2.33.3...v3.1.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/clap-3.1.8 branch from 816b8b8 to 9610e03 Compare April 20, 2022 09:25
@mergify mergify bot merged commit 9db7104 into master Apr 20, 2022
mergify bot pushed a commit that referenced this pull request Apr 20, 2022
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 3.1.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v2.33.3...v3.1.8)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 9db7104)

# Conflicts:
#	Cargo.lock
#	accounts-bench/Cargo.toml
#	bench-streamer/Cargo.toml
#	bench-tps/Cargo.toml
#	clap-utils/Cargo.toml
#	clap-v3-utils/Cargo.toml
#	cli/Cargo.toml
#	client/Cargo.toml
#	dos/Cargo.toml
#	faucet/Cargo.toml
#	genesis/Cargo.toml
#	gossip/Cargo.toml
#	ledger-tool/Cargo.toml
#	log-analyzer/Cargo.toml
#	merkle-root-bench/Cargo.toml
#	net-shaper/Cargo.toml
#	net-utils/Cargo.toml
#	poh-bench/Cargo.toml
#	rbpf-cli/Cargo.toml
#	runtime/store-tool/Cargo.toml
#	sdk/cargo-build-bpf/Cargo.toml
#	sdk/cargo-test-bpf/Cargo.toml
#	stake-accounts/Cargo.toml
#	sys-tuner/Cargo.toml
#	watchtower/Cargo.toml
@dependabot dependabot bot deleted the dependabot/cargo/clap-3.1.8 branch April 20, 2022 09:26
mergify bot added a commit that referenced this pull request Apr 20, 2022
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 3.1.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v2.33.3...v3.1.8)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 9db7104)

# Conflicts:
#	Cargo.lock
#	accounts-bench/Cargo.toml
#	bench-streamer/Cargo.toml
#	bench-tps/Cargo.toml
#	clap-utils/Cargo.toml
#	clap-v3-utils/Cargo.toml
#	cli/Cargo.toml
#	client/Cargo.toml
#	dos/Cargo.toml
#	faucet/Cargo.toml
#	genesis/Cargo.toml
#	gossip/Cargo.toml
#	ledger-tool/Cargo.toml
#	log-analyzer/Cargo.toml
#	merkle-root-bench/Cargo.toml
#	net-shaper/Cargo.toml
#	net-utils/Cargo.toml
#	poh-bench/Cargo.toml
#	rbpf-cli/Cargo.toml
#	runtime/store-tool/Cargo.toml
#	sdk/cargo-build-bpf/Cargo.toml
#	sdk/cargo-test-bpf/Cargo.toml
#	stake-accounts/Cargo.toml
#	sys-tuner/Cargo.toml
#	watchtower/Cargo.toml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mergify bot pushed a commit that referenced this pull request Apr 20, 2022
* chore: bump clap from 2.33.3 to 3.1.8 (#206)

Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 3.1.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v2.33.3...v3.1.8)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump rand from 0.7.3 to 0.8.5 (#205)

Bumps [rand](https://github.com/rust-random/rand) from 0.7.3 to 0.8.5.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.7.3...0.8.5)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump eslint-plugin-import from 2.25.3 to 2.26.0 in /web3.js (#209)

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.3 to 2.26.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.25.3...v2.26.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump tokio-util from 0.6.9 to 0.7.1

Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.9 to 0.7.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.6.9...tokio-util-0.7.1)

---
updated-dependencies:
- dependency-name: tokio-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mergify bot pushed a commit that referenced this pull request Apr 20, 2022
* chore: bump clap from 2.33.3 to 3.1.8 (#206)

Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 3.1.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v2.33.3...v3.1.8)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump rand from 0.7.3 to 0.8.5 (#205)

Bumps [rand](https://github.com/rust-random/rand) from 0.7.3 to 0.8.5.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.7.3...0.8.5)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump eslint-plugin-import from 2.25.3 to 2.26.0 in /web3.js (#209)

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.3 to 2.26.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.25.3...v2.26.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump tokio-util from 0.6.9 to 0.7.1

Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.9 to 0.7.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.6.9...tokio-util-0.7.1)

---
updated-dependencies:
- dependency-name: tokio-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 0d773bd)

# Conflicts:
#	Cargo.lock
#	accounts-bench/Cargo.toml
#	accounts-cluster-bench/Cargo.toml
#	banking-bench/Cargo.toml
#	bench-tps/Cargo.toml
#	bloom/Cargo.toml
#	clap-utils/Cargo.toml
#	cli/Cargo.toml
#	client/Cargo.toml
#	core/Cargo.toml
#	dos/Cargo.toml
#	entry/Cargo.toml
#	faucet/Cargo.toml
#	genesis/Cargo.toml
#	gossip/Cargo.toml
#	ledger-tool/Cargo.toml
#	local-cluster/Cargo.toml
#	merkle-root-bench/Cargo.toml
#	metrics/Cargo.toml
#	net-shaper/Cargo.toml
#	net-utils/Cargo.toml
#	perf/Cargo.toml
#	poh-bench/Cargo.toml
#	poh/Cargo.toml
#	programs/bpf_loader/Cargo.toml
#	programs/ed25519-tests/Cargo.toml
#	rbpf-cli/Cargo.toml
#	runtime/store-tool/Cargo.toml
#	sdk/cargo-build-bpf/Cargo.toml
#	sdk/cargo-test-bpf/Cargo.toml
#	stake-accounts/Cargo.toml
#	sys-tuner/Cargo.toml
#	transaction-dos/Cargo.toml
#	validator/Cargo.toml
#	watchtower/Cargo.toml
mergify bot pushed a commit that referenced this pull request Apr 20, 2022
* chore: bump tokio-util from 0.6.9 to 0.7.1 (#213)

* chore: bump clap from 2.33.3 to 3.1.8 (#206)

Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 3.1.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v2.33.3...v3.1.8)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump rand from 0.7.3 to 0.8.5 (#205)

Bumps [rand](https://github.com/rust-random/rand) from 0.7.3 to 0.8.5.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.7.3...0.8.5)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump eslint-plugin-import from 2.25.3 to 2.26.0 in /web3.js (#209)

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.3 to 2.26.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.25.3...v2.26.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump tokio-util from 0.6.9 to 0.7.1

Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.9 to 0.7.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.6.9...tokio-util-0.7.1)

---
updated-dependencies:
- dependency-name: tokio-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump clap from 3.1.8 to 3.1.10 (#211)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.8 to 3.1.10.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.1.8...v3.1.10)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* balh (#219)

* chore: bump eslint-plugin-mocha from 9.0.0 to 10.0.4 in /web3.js

Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 9.0.0 to 10.0.4.
- [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases)
- [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md)
- [Commits](lo1tuma/eslint-plugin-mocha@9.0.0...10.0.4)

---
updated-dependencies:
- dependency-name: eslint-plugin-mocha
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Starry <[email protected]>
jstarry pushed a commit that referenced this pull request May 17, 2024
)

[anza migration] Sets client id to Agave (#163)

(cherry picked from commit 0f1ca20)

Co-authored-by: Brooks <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge community dependencies Pull requests that update a dependency file rust Pull requests that update Rust code v1.9
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant