From 039c48b970a94660a67abe8ad858b1fddf49353e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:45:18 +0000 Subject: [PATCH] Bump clap from 4.5.9 to 4.5.13 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.9 to 4.5.13. - [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.5.9...v4.5.13) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/docs/Cargo.toml | 2 +- crates/sway-scratch/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e9104d..cad94b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,9 +228,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.9" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462" +checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc" dependencies = [ "clap_builder", "clap_derive", @@ -238,9 +238,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.9" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942" +checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99" dependencies = [ "anstream", "anstyle", @@ -250,9 +250,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.8" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085" +checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" dependencies = [ "heck", "proc-macro2", diff --git a/crates/docs/Cargo.toml b/crates/docs/Cargo.toml index cd4b687..f14fedd 100644 --- a/crates/docs/Cargo.toml +++ b/crates/docs/Cargo.toml @@ -12,4 +12,4 @@ license = "MIT" [dependencies] sway-scratch = { path = "../sway-scratch" } clap_mangen = "0.2.22" -clap = { version = "4.5.9" } +clap = { version = "4.5.13" } diff --git a/crates/sway-scratch/Cargo.toml b/crates/sway-scratch/Cargo.toml index 823de7c..2a58010 100644 --- a/crates/sway-scratch/Cargo.toml +++ b/crates/sway-scratch/Cargo.toml @@ -11,5 +11,5 @@ license = "MIT" [dependencies] async-std = { version = "1.12.0", features = ["attributes"] } -clap = { version = "4.5.9", features = ["derive", "string"] } +clap = { version = "4.5.13", features = ["derive", "string"] } swayipc-async = "2.0.1" \ No newline at end of file