From 241bb28cd6d34ce39516ef4f9211613ce3cf241c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:23:04 +0000 Subject: [PATCH] Bump clap from 4.5.15 to 4.5.16 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.15 to 4.5.16. - [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.15...clap_complete-v4.5.16) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/docs/Cargo.toml | 2 +- crates/sway-scratch/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19d5291..8dc50e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,9 +228,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.15" +version = "4.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc" +checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" dependencies = [ "clap_builder", "clap_derive", diff --git a/crates/docs/Cargo.toml b/crates/docs/Cargo.toml index b91d1a2..03b185b 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.23" -clap = { version = "4.5.15" } +clap = { version = "4.5.16" } diff --git a/crates/sway-scratch/Cargo.toml b/crates/sway-scratch/Cargo.toml index 6aaeebd..fbc1bba 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.15", features = ["derive", "string"] } +clap = { version = "4.5.16", features = ["derive", "string"] } swayipc-async = "2.0.1" \ No newline at end of file